/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 94 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
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 257 #ifndef INTMAX_C 258 #error INTMAX_C not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 254 #ifndef INTMAX_C 255 #error INTMAX_C not defined
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
D | 2-1.c | 22 #define EXPECTEDVALUE INTMAX_C(1000000)
|
/external/llvm-project/clang/test/Headers/ |
D | stdint-typeof-MINMAX.cpp | 31 static_assert(__is_same(__typeof__(INTMAX_C(5)), intmax_t));
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 284 #ifndef INTMAX_C in main() 285 #error INTMAX_C not defined in main()
|
D | inttypes_h.pass.cpp | 251 #ifndef INTMAX_C 252 #error INTMAX_C not defined
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 285 #ifndef INTMAX_C in main() 286 #error INTMAX_C not defined in main()
|
D | inttypes_h.pass.cpp | 252 #ifndef INTMAX_C 253 #error INTMAX_C not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 285 #ifndef INTMAX_C in main() 286 #error INTMAX_C not defined in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 286 #ifndef INTMAX_C in main() 287 #error INTMAX_C not defined in main()
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1494 INTMAX_C_(0) INTMAX_C(0)
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1606 INTMAX_C_(0) INTMAX_C(0)
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 87 #define INTMAX_C(x) x ## LL macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 130 #define INTMAX_C(x) INT64_C(x) macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 96 INTMAX_C(value)
|
/external/libcxx/include/ |
D | cstdint | 97 INTMAX_C(value)
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 165 def INTMAX_C(c): return c ## L function 169 def INTMAX_C(c): return c ## LL function
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 241 #define INTMAX_C INT64_C macro
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 252 #ifndef INTMAX_C 253 #error INTMAX_C not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 251 #ifndef INTMAX_C 252 #error INTMAX_C not defined
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 294 def INTMAX_C(c): return c ## L function 298 def INTMAX_C(c): return c ## LL function
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 689 #define INTMAX_C(v) __int_c(v, __INTMAX_C_SUFFIX__) macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) macro
|
/external/libexif/m4m/ |
D | stdint.m4 | 654 # define INTMAX_C(c) c ## L 657 # define INTMAX_C(c) c ## LL
|