Searched refs:PRIiMAX (Results 1 – 11 of 11) sorted by relevance
/external/bison/lib/ |
D | inttypes.in.h | 508 #if !defined PRIiMAX || @PRI_MACROS_BROKEN@ 509 # undef PRIiMAX 511 # define PRIiMAX PRIi64 macro 513 # define PRIiMAX "li"
|
/external/bison/linux-lib/ |
D | inttypes.h | 820 #if !defined PRIiMAX || 0 821 # undef PRIiMAX 823 # define PRIiMAX PRIi64 macro 825 # define PRIiMAX "li" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 820 #if !defined PRIiMAX || 0 821 # undef PRIiMAX 823 # define PRIiMAX PRIi64 macro 825 # define PRIiMAX "li" macro
|
/external/libusb/msvc/ |
D | inttypes.h | 84 #define PRIiMAX "I64i" macro
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 391 #if !defined PRIiMAX || PRI_MACROS_BROKEN 392 # undef PRIiMAX 393 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli") macro 721 return PRIiMAX; in get_sysdep_segment_value()
|
/external/syslinux/com32/include/ |
D | inttypes.h | 59 #define PRIiMAX __PRI64_RANK "i" macro
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 233 "#line %" PRIiMAX "\n", 243 "#line %" PRIiMAX " %" PRIiMAX "\n", 1125 ralloc_asprintf_rewrite_tail (out, len, "%" PRIiMAX, token->value.ival); in _token_print() 1273 str = linear_asprintf(parser->linalloc, "%" PRIiMAX, token->value.ival); in _token_paste() 1278 linear_asprintf_append(parser->linalloc, &str, "%" PRIiMAX, other->value.ival); in _token_paste() 2340 "#version %" PRIiMAX "%s%s", version, in _glcpp_parser_handle_version_declaration()
|
/external/libcxx/include/ |
D | cinttypes | 56 PRIiMAX
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 363 #ifndef PRIiMAX 364 #error PRIiMAX not defined
|
/external/elfutils/src/ |
D | addr2line.c | 625 if (sscanf (string, "(%m[^)])%" PRIiMAX "%n", &name, &addr, &i) == 2 in handle_address() 628 switch (sscanf (string, "%m[^-+]%n%" PRIiMAX "%n", &name, &i, &addr, &j)) in handle_address()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 363 #ifndef PRIiMAX 364 #error PRIiMAX not defined
|