Searched defs:BASE (Results 1 - 20 of 20) sorted by relevance

/external/clang/test/SemaCXX/
H A Dambig-user-defined-conversions.cpp4 struct BASE { struct in namespace:test0
11 struct B : public BASE, BASE1 {};
H A Ddecl-init-ref.cpp5 struct BASE { struct
13 class B : public BASE , public BASE1
/external/qemu/distrib/zlib-1.2.3/
H A Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 1
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 1
[all...]
/external/zlib/
H A Dadler32.c14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
16 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
27 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
38 if (a >= BASE) a -= BASE; \
56 if (a >= BASE) a -= BASE; \
59 # define MOD(a) a %= BASE
60 # define MOD28(a) a %= BASE
61 # define MOD63(a) a %= BASE
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DJarURLConnectionTest.java44 private static final String BASE = field in class:JarURLConnectionTest
51 URL u = new URL("jar:"+BASE+"!/swt.dll");
64 URL u = new URL("jar:"+BASE+"!/plus.bmp");
68 u = new URL("jar:"+BASE+"!/");
80 URL u = new URL("jar:"+BASE+"!/plus.bmp");
84 u = new URL("jar:"+BASE+"!/");
94 url = new URL("jar:"+BASE+"!/missing");
124 new URL("jar:"+BASE+"!/");
185 URL fileURL = new URL(BASE);
186 URL u = new URL("jar:"+BASE
[all...]
/external/icu4c/common/
H A Dpunycode.c59 #define BASE 36 macro
86 * range 0 to BASE-1. The lowercase form is used unless the uppercase flag is
107 * BASE-1, or -1 if b is does not represent a value.
169 for(count=0; delta>((BASE-TMIN)*TMAX)/2; count+=BASE) {
170 delta/=(BASE-TMIN);
173 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW));
324 for(q=delta, k=BASE; /* no condition */; k+=BASE) {
348 dest[destLength]=digitToBasic(t+(q-t)%(BASE
[all...]
/external/v8/src/
H A Dcompiler.h150 bool IsOptimizable() const { return mode_ == BASE; }
177 // BASE is generated by the full codegen, optionally prepared for bailouts.
182 BASE, enumerator in enum:v8::internal::BASE_EMBEDDED::Mode
/external/webkit/Source/WebCore/editing/
H A DSelectionController.h187 enum EPositionType { START, END, BASE, EXTENT }; enumerator in enum:WebCore::SelectionController::EPositionType
/external/grub/netboot/
H A Dsmc9000.h97 #define BASE 2 macro
H A D3c509.h58 #define BASE (eth_nic_base) macro
76 #define GO_WINDOW(x) outw(WINDOW_SELECT|(x), BASE+EP_COMMAND)
105 #define EP_COMMAND 0x0e /* Write. BASE+0x0e is always a
107 #define EP_STATUS 0x0e /* Read. BASE+0x0e is always status
109 #define EP_WINDOW 0x0f /* Read. BASE+0x0f is always window
H A D3c595.h67 #define BASE (eth_nic_base) macro
117 #define VX_COMMAND 0x0e /* Write. BASE+0x0e is always a
119 #define VX_STATUS 0x0e /* Read. BASE+0x0e is always status
121 #define VX_WINDOW 0x0f /* Read. BASE+0x0f is always window
296 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
416 #define GO_WINDOW(x) outw(WINDOW_SELECT|(x),BASE+VX_COMMAND)
/external/icu4c/i18n/
H A Ddtitvinf.cpp430 const int32_t BASE = 0x41; local
491 (char)(i+BASE) ) ) {
/external/clang/include/clang/AST/
H A DExprObjC.h767 enum { BASE, KEY, END_EXPR }; enumerator in enum:clang::ObjCSubscriptRefExpr::__anon2868
791 {SubExprs[BASE] = base; SubExprs[KEY] = key;}
806 return SourceRange(SubExprs[BASE]->getLocStart(), RBracket);
814 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); }
815 void setBaseExpr(Stmt *S) { SubExprs[BASE] = S; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 326 milliseconds