Home
last modified time | relevance | path

Searched refs:PRIiMAX (Results 1 – 11 of 11) sorted by relevance

/external/bison/lib/
Dinttypes.in.h508 #if !defined PRIiMAX || @PRI_MACROS_BROKEN@
509 # undef PRIiMAX
511 # define PRIiMAX PRIi64 macro
513 # define PRIiMAX "li"
/external/bison/linux-lib/
Dinttypes.h820 #if !defined PRIiMAX || 0
821 # undef PRIiMAX
823 # define PRIiMAX PRIi64 macro
825 # define PRIiMAX "li" macro
/external/bison/darwin-lib/
Dinttypes.h820 #if !defined PRIiMAX || 0
821 # undef PRIiMAX
823 # define PRIiMAX PRIi64 macro
825 # define PRIiMAX "li" macro
/external/libusb/msvc/
Dinttypes.h84 #define PRIiMAX "I64i" macro
/external/e2fsprogs/intl/
Dloadmsgcat.c391 #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/
Dinttypes.h59 #define PRIiMAX __PRI64_RANK "i" macro
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y233 "#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/
Dcinttypes56 PRIiMAX
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp363 #ifndef PRIiMAX
364 #error PRIiMAX not defined
/external/elfutils/src/
Daddr2line.c625 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/
Dcinttypes.pass.cpp363 #ifndef PRIiMAX
364 #error PRIiMAX not defined