Home
last modified time | relevance | path

Searched refs:PRIxFAST8 (Results 1 – 13 of 13) 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/linux-lib/
Dinttypes.h671 #if !defined PRIxFAST8 || 0
672 # undef PRIxFAST8
674 # define PRIxFAST8 PRIx64 macro
676 # define PRIxFAST8 "x" macro
/external/bison/darwin-lib/
Dinttypes.h671 #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/
Dinttypes.h132 #define PRIxFAST8 "x" macro
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
Dinttypes.h95 #define PRIxFAST8 "x" macro
/external/mesa3d/include/c99/
Dinttypes.h102 #define PRIxFAST8 "x" macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dinttypes.h102 #define PRIxFAST8 "x" macro
/external/libcxx/test/depr/depr.c.headers/
Dinttypes_h.pass.cpp271 #ifndef PRIxFAST8
272 #error PRIxFAST8 not defined
/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/jemalloc/include/msvc_compat/C99/
Dinttypes.h110 #define PRIxFAST8 "x" macro
/external/elfutils/0.153/libcpu/
Di386_data.h403 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/
Dcinttypes105 PRIxFAST8
/external/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp515 #ifndef PRIxFAST8
516 #error PRIxFAST8 not defined