Searched refs:PRIuFAST8 (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/include/c99/
H A Dinttypes.h101 #define PRIuFAST8 "u" macro
/external/bison/lib/
H A Dinttypes.in.h351 #if !defined PRIuFAST8 || @PRI_MACROS_BROKEN@
352 # undef PRIuFAST8 macro
354 # define PRIuFAST8 PRIu64 macro
356 # define PRIuFAST8 "u"
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h109 #define PRIuFAST8 "u" macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp215 #ifndef PRIuFAST8
216 #error PRIuFAST8 not defined
/external/bison/darwin-lib/
H A Dinttypes.h663 #if !defined PRIuFAST8 || 0
664 # undef PRIuFAST8 macro
666 # define PRIuFAST8 PRIu64 macro
668 # define PRIuFAST8 "u" macro
/external/bison/linux-lib/
H A Dinttypes.h663 #if !defined PRIuFAST8 || 0
664 # undef PRIuFAST8 macro
666 # define PRIuFAST8 PRIu64 macro
668 # define PRIuFAST8 "u" macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c303 #if !defined PRIuFAST8 || PRI_MACROS_BROKEN
304 # undef PRIuFAST8 macro
305 # define PRIuFAST8 "u" macro
659 return PRIuFAST8;
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp459 #ifndef PRIuFAST8
460 #error PRIuFAST8 not defined
/external/elfutils/src/src/
H A Dreadelf.c6449 " Minimum instruction length: %" PRIuFAST8 "\n"
6450 " Maximum operations per instruction: %" PRIuFAST8 "\n"
6451 " Initial value if '%s': %" PRIuFAST8 "\n"
6453 " Line range: %" PRIuFAST8 "\n"
6454 " Opcode base: %" PRIuFAST8 "\n"
6481 printf (ngettext (" [%*" PRIuFAST8 "] %hhu argument\n",
6482 " [%*" PRIuFAST8 "] %hhu arguments\n",
6784 printf (gettext (" set '%s' to %" PRIuFAST8 "\n"),

Completed in 134 milliseconds