HomeSort by relevance Sort by last modified time
    Searched refs:INTMAX_C (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 78 #ifndef INTMAX_C // [
79 # define INTMAX_C INT64_C
80 #endif // INTMAX_C ]
289 #ifndef INTMAX_C // [
290 # define INTMAX_C INT64_C
291 #endif // INTMAX_C ]
  /external/bison/darwin-lib/
stdint.h 310 # undef INTMAX_C
375 /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
377 # define INT64_MIN (- INTMAX_C (1) << 63)
378 # define INT64_MAX INTMAX_C (9223372036854775807)
615 #ifndef INTMAX_C
617 # define INTMAX_C(x) x##LL
619 # define INTMAX_C(x) INT64_C(x)
621 # define INTMAX_C(x) x##L
  /external/bison/lib/
stdint.in.h 309 # undef INTMAX_C
374 /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
376 # define INT64_MIN (- INTMAX_C (1) << 63)
377 # define INT64_MAX INTMAX_C (9223372036854775807)
614 #ifndef INTMAX_C
616 # define INTMAX_C(x) x##LL
618 # define INTMAX_C(x) INT64_C(x)
620 # define INTMAX_C(x) x##L
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 61 # undef INTMAX_C
63 # define INTMAX_C(c) c##LL
422 #ifndef INTMAX_C
423 # define INTMAX_C(value) value##i64
495 # define INTMAX_C(value) INT32_C(value)
498 # define INTMAX_C(value) INT64_C(value)
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 209 #ifndef INTMAX_C
210 #error INTMAX_C defined!
test_c.c 207 #ifndef INTMAX_C
208 #error INTMAX_C defined!
test_no_macros.cpp 209 #ifdef INTMAX_C
210 #error INTMAX_C defined!
test_constant_macros.cpp 211 #ifndef INTMAX_C
212 #error INTMAX_C is not defined!
test_limit_macros.cpp 210 #ifdef INTMAX_C
211 #error INTMAX_C is defined!
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 311 # define INTMAX_C(c) c ## L
314 # define INTMAX_C(c) c ## LL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 311 # define INTMAX_C(c) c ## L
314 # define INTMAX_C(c) c ## LL
  /external/opencv3/3rdparty/include/
msc_stdint.h 212 #define INTMAX_C INT64_C
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 206 #define INTMAX_C(val) val##LL
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 284 #ifndef INTMAX_C
285 #error INTMAX_C not defined
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 285 #ifndef INTMAX_C
286 #error INTMAX_C not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 283 #ifndef INTMAX_C
284 #error INTMAX_C not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 283 #ifndef INTMAX_C
284 #error INTMAX_C not defined
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)

Completed in 309 milliseconds

1 2 3 4 5