Home
last modified time | relevance | path

Searched refs:PRIiMAX (Results 1 – 12 of 12) 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/darwin-lib/
Dinttypes.h820 #if !defined PRIiMAX || 0
821 # undef PRIiMAX
823 # define PRIiMAX PRIi64 macro
825 # define PRIiMAX "li" macro
/external/bison/linux-lib/
Dinttypes.h820 #if !defined PRIiMAX || 0
821 # undef PRIiMAX
823 # define PRIiMAX PRIi64 macro
825 # define PRIiMAX "li" 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/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp119 #ifndef PRIiMAX
120 #error PRIiMAX not defined
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h84 #define PRIiMAX "I64i" macro
/external/mesa3d/include/c99/
Dinttypes.h86 #define PRIiMAX "I64i" macro
/external/libcxx/include/
Dcinttypes56 PRIiMAX
Dmodule.modulemap92 …AST16, PRIiFAST32, PRIiFAST64, PRIiLEAST8, PRIiLEAST16, PRIiLEAST32, PRIiLEAST64, PRIiMAX, PRIiPTR,
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.y214 "#line %" PRIiMAX "\n",
224 "#line %" PRIiMAX " %" PRIiMAX "\n",
355 ralloc_asprintf_rewrite_tail (&parser->output, &parser->output_length, "#version %" PRIiMAX, $2);
950 ralloc_asprintf_rewrite_tail (out, len, "%" PRIiMAX, token->value.ival); in _token_print()
/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