Home
last modified time | relevance | path

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

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