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

1 2 3

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
2-1.c 14 // using intmax_h and INTMAX_C. Also added use of PRIdMAX per his suggestion.
22 #define EXPECTEDVALUE INTMAX_C(1000000)
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_const.h 60 #define INTMAX_C(c) c ## LL
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_const.h 60 #define INTMAX_C(c) c ## LL
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_const.h 60 #define INTMAX_C(c) c ## LL
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_const.h 61 #define INTMAX_C(c) c ## L
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_const.h 60 #define INTMAX_C(c) c ## LL
  /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 ]
  /bionic/tests/headers/posix/
stdint_h.c 155 #if !defined(INTMAX_C)
156 #error INTMAX_C
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /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
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 53 #define INTMAX_C(c) INT64_C(c)
  /external/syslinux/dos/
stdint.h 137 # define INTMAX_C(n) n ## LL
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 94 def INTMAX_C(c): return __CONCAT__(c,l)
98 def INTMAX_C(c): return __CONCAT__(c,ll)
102 def INTMAX_C(c): return (c)
  /external/syslinux/com32/include/
stdint.h 106 #define INTMAX_C(c) INT64_C(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
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/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.x/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.x/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.x/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.x/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)

Completed in 98 milliseconds

1 2 3