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

1 2 3

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_const.h 61 #define UINTMAX_C(c) c ## ULL
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_const.h 61 #define UINTMAX_C(c) c ## ULL
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_const.h 61 #define UINTMAX_C(c) c ## ULL
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_const.h 62 #define UINTMAX_C(c) c ## UL
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_const.h 61 #define UINTMAX_C(c) c ## ULL
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 81 #ifndef UINTMAX_C // [
82 # define UINTMAX_C UINT64_C
83 #endif // UINTMAX_C ]
292 #ifndef UINTMAX_C // [
293 # define UINTMAX_C UINT64_C
294 #endif // UINTMAX_C ]
  /bionic/tests/headers/posix/
stdint_h.c 158 #if !defined(UINTMAX_C)
159 #error UINTMAX_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 312 # define UINTMAX_C(c) c ## UL
315 # define UINTMAX_C(c) c ## ULL
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 54 #define UINTMAX_C(c) UINT64_C(c)
  /external/syslinux/dos/
stdint.h 138 # define UINTMAX_C(n) n ## ULL
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 96 def UINTMAX_C(c): return __CONCAT__(c,ul)
100 def UINTMAX_C(c): return __CONCAT__(c,ull)
104 def UINTMAX_C(c): return (c)
  /external/syslinux/com32/include/
stdint.h 107 #define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 207 #define UINTMAX_C(val) val##ULL
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 288 #ifndef UINTMAX_C
289 #error UINTMAX_C not defined
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 289 #ifndef UINTMAX_C
290 #error UINTMAX_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 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_C(c)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_C(c)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_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 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_C(c)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_C(c)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_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 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_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 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_C(c)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_C(c)

Completed in 659 milliseconds

1 2 3