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

/external/mesa3d/include/c99/
H A Dinttypes.h102 #define PRIxFAST8 "x" macro
/external/opencv3/3rdparty/include/
H A Dmsc_inttypes.h100 #define PRIxFAST8 "x" macro
/external/bison/lib/
H A Dinttypes.in.h359 #if !defined PRIxFAST8 || @PRI_MACROS_BROKEN@
360 # undef PRIxFAST8 macro
362 # define PRIxFAST8 PRIx64 macro
364 # define PRIxFAST8 "x"
/external/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp271 #ifndef PRIxFAST8
272 #error PRIxFAST8 not defined
/external/bison/darwin-lib/
H A Dinttypes.h671 #if !defined PRIxFAST8 || 0
672 # undef PRIxFAST8 macro
674 # define PRIxFAST8 PRIx64 macro
676 # define PRIxFAST8 "x" macro
/external/bison/linux-lib/
H A Dinttypes.h671 #if !defined PRIxFAST8 || 0
672 # undef PRIxFAST8 macro
674 # define PRIxFAST8 PRIx64 macro
676 # define PRIxFAST8 "x" macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c307 #if !defined PRIxFAST8 || PRI_MACROS_BROKEN
308 # undef PRIxFAST8 macro
309 # define PRIxFAST8 "x" macro
661 return PRIxFAST8;
/external/elfutils/libcpu/
H A Di386_data.h406 needed = snprintf (buf, avail, "%%mm%" PRIxFAST8, byte);
431 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8,
734 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIxFAST8, word);
924 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%mm%" PRIxFAST8, byte);
1413 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, byte);
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp515 #ifndef PRIxFAST8
516 #error PRIxFAST8 not defined

Completed in 153 milliseconds