Searched refs:PRIxFAST8 (Results 1 – 11 of 11) sorted by relevance
/external/bison/lib/ |
D | inttypes.in.h | 359 #if !defined PRIxFAST8 || @PRI_MACROS_BROKEN@ 360 # undef PRIxFAST8 362 # define PRIxFAST8 PRIx64 macro 364 # define PRIxFAST8 "x"
|
/external/bison/darwin-lib/ |
D | inttypes.h | 671 #if !defined PRIxFAST8 || 0 672 # undef PRIxFAST8 674 # define PRIxFAST8 PRIx64 macro 676 # define PRIxFAST8 "x" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 671 #if !defined PRIxFAST8 || 0 672 # undef PRIxFAST8 674 # define PRIxFAST8 PRIx64 macro 676 # define PRIxFAST8 "x" macro
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 307 #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/ |
D | inttypes_h.pass.cpp | 271 #ifndef PRIxFAST8 272 #error PRIxFAST8 not defined
|
/external/elfutils/libcpu/ |
D | i386_data.h | 406 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/ |
D | msc_inttypes.h | 100 #define PRIxFAST8 "x" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 102 #define PRIxFAST8 "x" macro
|
/external/libcxx/include/ |
D | cinttypes | 105 PRIxFAST8
|
D | module.modulemap | 95 …PRIx8, PRIx16, PRIx32, PRIx64, PRIxFAST8, PRIxFAST16, PRIxFAST32, PRIxFAST64, PRIxLEAST8, PRIxLEAS…
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 515 #ifndef PRIxFAST8 516 #error PRIxFAST8 not defined
|