HomeSort by relevance Sort by last modified time
    Searched defs:UINTMAX_C (Results 1 - 25 of 54) 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
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 54 #define UINTMAX_C(c) UINT64_C(c)
  /external/syslinux/com32/include/
stdint.h 107 #define UINTMAX_C(c) UINT64_C(c)
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 242 #define UINTMAX_C UINT64_C
  /external/libusb/msvc/
stdint.h 254 #define UINTMAX_C(val) val##ui64
  /external/libvncserver/compat/msvc/
stdint.h 242 #define UINTMAX_C UINT64_C
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 227 #define UINTMAX_C UINT64_C
  /external/syslinux/dos/
stdint.h 138 # define UINTMAX_C(n) n ## 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 ]
  /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/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 251 #define UINTMAX_C(v) (v ## ULL)
  /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-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 312 # define UINTMAX_C(c) c ## UL
315 # define UINTMAX_C(c) c ## ULL
  /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/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 207 #define UINTMAX_C(val) val##ULL
  /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 457 milliseconds

1 2 3