/external/bison/darwin-lib/ |
D | stdint.h | 310 # undef INTMAX_C 377 # define INT64_MIN (- INTMAX_C (1) << 63) 378 # define INT64_MAX INTMAX_C (9223372036854775807) 615 #ifndef INTMAX_C 617 # define INTMAX_C(x) x##LL macro 619 # define INTMAX_C(x) INT64_C(x) macro 621 # define INTMAX_C(x) x##L macro
|
/external/bison/lib/ |
D | stdint.in.h | 309 # undef INTMAX_C 376 # define INT64_MIN (- INTMAX_C (1) << 63) 377 # define INT64_MAX INTMAX_C (9223372036854775807) 614 #ifndef INTMAX_C 616 # define INTMAX_C(x) x##LL 618 # define INTMAX_C(x) INT64_C(x) 620 # define INTMAX_C(x) x##L
|
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
D | 2-1.c | 22 #define EXPECTEDVALUE INTMAX_C(1000000)
|
/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/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/clang/test/Preprocessor/ |
D | stdint.c | 1494 INTMAX_C_(0) INTMAX_C(0)
|
/external/syslinux/dos/ |
D | stdint.h | 137 # define INTMAX_C(n) n ## LL macro
|
/external/syslinux/com32/include/ |
D | stdint.h | 106 #define INTMAX_C(c) INT64_C(c) macro
|
/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/include/msvc_compat/C99/ |
D | stdint.h | 241 #define INTMAX_C INT64_C macro
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 241 #define INTMAX_C INT64_C macro
|
/external/libusb/msvc/ |
D | stdint.h | 253 #define INTMAX_C(val) val##i64 macro
|
/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/clang/lib/Headers/ |
D | stdint.h | 703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) macro
|
/external/libmtp/m4/ |
D | stdint.m4 | 652 # define INTMAX_C(c) c ## L 655 # define INTMAX_C(c) c ## LL
|
/external/libexif/m4m/ |
D | stdint.m4 | 654 # define INTMAX_C(c) c ## L 657 # define INTMAX_C(c) c ## LL
|