Searched refs:PRIxFAST8 (Results 1 – 13 of 13) 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/linux-lib/ |
D | inttypes.h | 671 #if !defined PRIxFAST8 || 0 672 # undef PRIxFAST8 674 # define PRIxFAST8 PRIx64 macro 676 # define PRIxFAST8 "x" macro
|
/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/chromium_org/third_party/libusb/src/msvc/ |
D | inttypes.h | 132 #define PRIxFAST8 "x" macro
|
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/ |
D | inttypes.h | 95 #define PRIxFAST8 "x" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 102 #define PRIxFAST8 "x" macro
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
D | inttypes.h | 102 #define PRIxFAST8 "x" macro
|
/external/libcxx/test/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 271 #ifndef PRIxFAST8 272 #error PRIxFAST8 not defined
|
/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/jemalloc/include/msvc_compat/C99/ |
D | inttypes.h | 110 #define PRIxFAST8 "x" macro
|
/external/elfutils/0.153/libcpu/ |
D | i386_data.h | 403 needed = snprintf (buf, avail, "%%mm%" PRIxFAST8, byte); in FCT_MOD$R_M() 428 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, in FCT_Mod$R_m() 731 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIxFAST8, word); in FCT_imm$w() 921 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%mm%" PRIxFAST8, byte); in FCT_mmxreg() 1410 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, byte); in FCT_xmmreg()
|
/external/libcxx/include/ |
D | cinttypes | 105 PRIxFAST8
|
/external/libcxx/test/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 515 #ifndef PRIxFAST8 516 #error PRIxFAST8 not defined
|