Searched refs:PRIx16 (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libcpu/ |
D | i386_data.h | 188 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx16, disp); in general_mod$r_m() 193 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx16, in general_mod$r_m() 701 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); in FCT_imm() 826 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); in FCT_imm$s() 843 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); in FCT_imm16() 1346 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, absval); in FCT_sel()
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 139 #if !defined PRIx16 || PRI_MACROS_BROKEN 140 # undef PRIx16 141 # define PRIx16 "x" macro 542 return PRIx16; in get_sysdep_segment_value()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 243 #ifndef PRIx16 244 #error PRIx16 not defined
|
/external/opencv3/3rdparty/include/ |
D | msc_inttypes.h | 105 #define PRIx16 "hx" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 107 #define PRIx16 "hx" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 135 #if !defined PRIx16 || @PRI_MACROS_BROKEN@ 136 # undef PRIx16 138 # define PRIx16 "x" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 447 #if !defined PRIx16 || 0 448 # undef PRIx16 450 # define PRIx16 "x" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 447 #if !defined PRIx16 || 0 448 # undef PRIx16 450 # define PRIx16 "x" macro
|
/external/libcxx/include/ |
D | cinttypes | 96 PRIx16
|
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 | 487 #ifndef PRIx16 488 #error PRIx16 not defined
|
/external/vixl/src/vixl/a64/ |
D | debugger-a64.cc | 1040 case 16: return new Format<uint16_t>("%04" PRIx16, 'x'); in Tokenize()
|
/external/elfutils/src/ |
D | readelf.c | 7569 printf(" %" PRIx16, (unsigned int) val); in print_debug_macro_section() 8485 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16); \ in handle_core_item() 8870 BITS (16, HALF, "%6" PRId16, "0x%.4" PRIx16); \ in handle_core_register()
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 1232 fprintf(stream_, "# %s%5s<15:0>: %s0x%04" PRIx16 "%s", in PrintWrite()
|