HomeSort by relevance Sort by last modified time
    Searched refs:INT64_C (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /external/compiler-rt/lib/builtins/
floatdidf.c 41 low.x |= a & INT64_C(0x00000000ffffffff);
  /external/compiler-rt/test/builtins/timing/
divdi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
moddi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
modsi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
muldi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
udivdi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
umoddi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
  /external/icu/icu4c/source/i18n/
collationbuilder.h 183 INT64_C(0x4040000006002000) +
194 tempCE -= INT64_C(0x4040000006002000);
287 return (node & INT64_C(0xffff00000fffffff)) | nodeFromPreviousIndex(previous);
290 return (node & INT64_C(0xfffffffff00000ff)) | nodeFromNextIndex(next);
collationcompare.cpp 56 left.setCurrentCE(ce & INT64_C(0xffffffff00000000));
81 right.setCurrentCE(ce & INT64_C(0xffffffff00000000));
  /external/mesa3d/src/egl/main/
eglcompiler.h 57 # define INT64_C(__val) __val##i64
  /ndk/tests/build/stdint-c++/jni/
test_c.c 189 #ifndef INT64_C
190 #error INT64_C defined!
test_no_macros.cpp 191 #ifdef INT64_C
192 #error INT64_C defined!
  /external/bison/darwin-lib/
stdint.h 596 #undef INT64_C
599 # define INT64_C(x) x##L
601 # define INT64_C(x) x##i64
603 # define INT64_C(x) x##LL
619 # define INTMAX_C(x) INT64_C(x)
  /external/bison/lib/
stdint.in.h 595 #undef INT64_C
598 # define INT64_C(x) x##L
600 # define INT64_C(x) x##i64
602 # define INT64_C(x) x##LL
618 # define INTMAX_C(x) INT64_C(x)
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 233 #define INT64_C(val) val##i64
241 #define INTMAX_C INT64_C
  /external/mesa3d/include/c99/
stdint.h 233 #define INT64_C(val) val##i64
241 #define INTMAX_C INT64_C
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 294 # define INT64_C(c) c ## L
296 # define INT64_C(c) c ## LL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 294 # define INT64_C(c) c ## L
296 # define INT64_C(c) c ## LL
  /art/compiler/dex/
local_value_numbering_test.cc     [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 260 return N >= 64 || (-(INT64_C(1)<<(N-1)) <= x && x < (INT64_C(1)<<(N-1)));
318 return N >= 64 || (-(INT64_C(1)<<(N-1)) <= x && x < (INT64_C(1)<<(N-1)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 198 #define INT64_C(val) val##LL
  /external/icu/icu4c/source/test/cintltst/
tracetst.c 311 , __LINE__, INT64_C(0x123456780abcdef0));
317 ptr = (void *) INT64_C(0x1000200030004000);
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 264 #ifndef INT64_C
265 #error INT64_C not defined
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 265 #ifndef INT64_C
266 #error INT64_C not defined

Completed in 789 milliseconds

1 2 3 45 6 7 8