HomeSort by relevance Sort by last modified time
    Searched defs:BASE (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /system/tools/aidl/
generate_cpp.h 39 BASE, // Foo (not a real class, but useful in some circumstances).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
adler32.c 11 #define BASE 65521UL /* largest prime smaller than 65536 */
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 << 13); \
    [all...]
  /external/clang/test/SemaCXX/
ambig-user-defined-conversions.cpp 4 struct BASE {
11 struct B : public BASE, BASE1 {};
66 bool f(D d) { return !d; } // expected-error{{ambiguous conversion from derived class 'rdar8876150::D' to base class 'rdar8876150::A':}}
decl-init-ref.cpp 5 struct BASE {
13 class B : public BASE , public BASE1
  /external/freetype/src/gzip/
adler32.c 10 #define BASE 65521L /* largest prime smaller than 65536 */
12 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
44 s1 %= BASE;
45 s2 %= BASE;
  /external/v8/tools/clang/blink_gc_plugin/tests/
trace_after_dispatch_impl.h 18 BASE, DERIVED
trace_after_dispatch_impl_error.h 18 BASE, DERIVED
59 // No trace call (for member and base class).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
longintrepr.h 68 #define BASE PyLong_BASE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
adler32.c 14 #define BASE 65521 /* largest prime smaller than 65536 */
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
longintrepr.h 68 #define BASE PyLong_BASE
  /external/curl/tests/unit/
unit1303.c 43 /* BASE is just a define to make us fool around with decently large number so
45 #define BASE 1000000
79 {BASE + 4, 0, 10000, 8000, FALSE, 6000, "6 seconds should be left"},
80 {BASE + 4, 990000, 10000, 8000, FALSE, 5010, "5010 ms should be left"},
81 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
82 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"},
85 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"},
86 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"},
87 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
88 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"}
    [all...]
  /external/pdfium/third_party/zlib_v128/
adler32.c 14 #define BASE 65521 /* largest prime smaller than 65536 */
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/syslinux/com32/lib/zlib/
adler32.c 14 #define BASE 65521UL /* largest prime smaller than 65536 */
16 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
28 if (a >= (BASE << 16)) a -= (BASE << 16); \
29 if (a >= (BASE << 15)) a -= (BASE << 15); \
30 if (a >= (BASE << 14)) a -= (BASE << 14); \
31 if (a >= (BASE << 13)) a -= (BASE << 13);
    [all...]
  /external/zlib/src/
adler32.c 14 #define BASE 65521 /* largest prime smaller than 65536 */
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...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
longintrepr.h 68 #define BASE PyLong_BASE
  /prebuilts/gdb/linux-x86/include/python2.7/
longintrepr.h 68 #define BASE PyLong_BASE
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longintrepr.h 68 #define BASE PyLong_BASE
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h 68 #define BASE PyLong_BASE
  /external/clang/include/clang/AST/
ExprOpenMP.h 30 /// Array sections are allowed on multidimensional arrays. Base language array
46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR };
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
57 Base->isTypeDependent() ||
60 Base->isValueDependent() ||
63 Base->isInstantiationDependent() ||
66 Base->containsUnexpandedParameterPack() ||
70 SubExprs[BASE] = Base;
79 /// An array section can be written only as Base[LowerBound:Length]
    [all...]
  /external/pdfium/third_party/libtiff/
tif_packbits.c 73 enum { BASE, LITERAL, RUN, LITERAL_RUN } state;
78 state = BASE;
112 case BASE: /* initial state, set run/literal */
143 state = BASE;
174 BASE : LITERAL);
  /frameworks/native/include/ui/
ANativeObjectBase.h 68 typedef ANativeObjectBase<NATIVE_TYPE, TYPE, REF> BASE;
79 static inline TYPE* getSelf(android_native_base_t* base) {
80 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base));
82 static inline TYPE const * getSelf(android_native_base_t const* base) {
83 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base));
85 static void incRef(android_native_base_t* base) {
86 ANativeObjectBase* self = getSelf(base);
89 static void decRef(android_native_base_t* base) {
90 ANativeObjectBase* self = getSelf(base);
  /system/core/trusty/keymaster/
Makefile 23 BASE=../../../..
28 GTEST=$(BASE)/external/gtest
29 KM=$(BASE)/system/keymaster
31 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \
32 -I $(BASE)/libnativehelper/include/nativehelper \
34 -I $(BASE)/system/keymaster \
36 -I$(BASE)/../boringssl/include
52 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++
  /system/keymaster/
Makefile 25 BASE=../..
31 GTEST=$(BASE)/external/googletest/googletest
33 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \
34 -I $(BASE)/libnativehelper/include/nativehelper \
35 -I $(GTEST)/include -isystem $(GTEST) -Iinclude -I$(BASE)/../boringssl/include
61 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++ -lgcov
357 $(BASE)/system/security/softkeymaster/keymaster_openssl.o \
358 $(BASE)/system/security/keystore/keyblob_utils.o \
  /system/security/keystore/tests/
Makefile 11 BASE=../../../..
16 GTEST=$(BASE)/external/gtest
17 KEYMASTER=$(BASE)/system/keymaster
19 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \
20 -I $(BASE)/libnativehelper/include/nativehelper \
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
VersionCodes.java 20 public static final int BASE = 1;

Completed in 1659 milliseconds

1 2 3 4 5 6 7 8