OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INTMAX_C
(Results
1 - 25
of
146
) sorted by null
1
2
3
4
5
6
/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
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/machine/
_stdint.h
48
#define
INTMAX_C
(c) INT64_C(c)
/external/syslinux/com32/include/
stdint.h
106
#define
INTMAX_C
(c) INT64_C(c)
/external/jemalloc/include/msvc_compat/C99/
stdint.h
241
#define
INTMAX_C
INT64_C
/external/libusb/msvc/
stdint.h
253
#define
INTMAX_C
(val) val##i64
/external/libvncserver/compat/msvc/
stdint.h
241
#define
INTMAX_C
INT64_C
/external/mesa3d/include/c99/
stdint.h
241
#define
INTMAX_C
INT64_C
/external/syslinux/dos/
stdint.h
137
# define
INTMAX_C
(n) n ## 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
]
/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-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.x/include/
stdint-gcc.h
255
#undef
INTMAX_C
256
#define
INTMAX_C
(c) __INTMAX_C(c)
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h
250
#define
INTMAX_C
(v) (v ## LL)
/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-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/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.11-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-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/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h
255
#undef
INTMAX_C
256
#define
INTMAX_C
(c) __INTMAX_C(c)
Completed in 920 milliseconds
1
2
3
4
5
6