Home
last modified time | relevance | path

Searched defs:INTMAX_C (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/include/boost/
Dcstdint.hpp77 # define INTMAX_C(c) c##LL macro
470 # define INTMAX_C(value) value##i64 macro
543 # define INTMAX_C(value) INT32_C(value) macro
546 # define INTMAX_C(value) INT64_C(value) macro
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/
H A Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/
H A Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/
H A Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/
H A Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/aosp_15_r20/external/musl/include/
H A Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/aosp_15_r20/external/trusty/musl/include/
Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/aosp_15_r20/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py94 def INTMAX_C(c): return __CONCAT__(c,l) function
98 def INTMAX_C(c): return __CONCAT__(c,ll) function
102 def INTMAX_C(c): return (c) function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dstdint.h299 # define INTMAX_C(c) c ## L macro
302 # define INTMAX_C(c) c ## LL macro
/aosp_15_r20/external/arm-trusted-firmware/include/lib/libc/
H A Dstdint.h82 #define INTMAX_C(x) x ## LL macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libc/
Dstdint.h82 #define INTMAX_C(x) x ## LL macro
/aosp_15_r20/external/trusty/lk/lib/libc/include/
Dstdint.h139 #define INTMAX_C(c) INT64_C(c) macro
/aosp_15_r20/external/capstone/include/windowsce/
H A Dstdint.h130 #define INTMAX_C(x) INT64_C(x) macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/lib/gcc/x86_64-linux/4.8.3/include/
Dstdint-gcc.h256 #define INTMAX_C(c) __INTMAX_C(c) macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
Dstdint-gcc.h256 #define INTMAX_C(c) __INTMAX_C(c) macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dstdint.h206 #define INTMAX_C(val) val##LL macro
/aosp_15_r20/external/libconfig/lib/win32/
H A Dstdint.h216 #define INTMAX_C INT64_C macro
/aosp_15_r20/external/jemalloc_new/include/msvc_compat/C99/
H A Dstdint.h241 #define INTMAX_C INT64_C macro
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm64_armv8-a_shared/gen/include/
Dstdint.h137 #define INTMAX_C(c) INT64_C(c) macro
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/
Dstdint.h137 #define INTMAX_C(c) INT64_C(c) macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/
Dstdint.h137 #define INTMAX_C(c) INT64_C(c) macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/
H A Dstdint.h137 #define INTMAX_C(c) INT64_C(c) macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/include/
H A Dstdint.h137 #define INTMAX_C(c) INT64_C(c) macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/
H A Dstdint.h137 #define INTMAX_C(c) INT64_C(c) macro
/aosp_15_r20/bionic/libc/include/
H A Dstdint.h138 #define INTMAX_C(c) INT64_C(c) macro

123