Home
last modified time | relevance | path

Searched refs:PRIx16 (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/libcpu/
Di386_data.h188 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/
Dloadmsgcat.c139 #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/
Dinttypes_h.pass.cpp243 #ifndef PRIx16
244 #error PRIx16 not defined
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h105 #define PRIx16 "hx" macro
/external/mesa3d/include/c99/
Dinttypes.h107 #define PRIx16 "hx" macro
/external/bison/lib/
Dinttypes.in.h135 #if !defined PRIx16 || @PRI_MACROS_BROKEN@
136 # undef PRIx16
138 # define PRIx16 "x" macro
/external/bison/darwin-lib/
Dinttypes.h447 #if !defined PRIx16 || 0
448 # undef PRIx16
450 # define PRIx16 "x" macro
/external/bison/linux-lib/
Dinttypes.h447 #if !defined PRIx16 || 0
448 # undef PRIx16
450 # define PRIx16 "x" macro
/external/libcxx/include/
Dcinttypes96 PRIx16
Dmodule.modulemap95 …PRIx8, PRIx16, PRIx32, PRIx64, PRIxFAST8, PRIxFAST16, PRIxFAST32, PRIxFAST64, PRIxLEAST8, PRIxLEAS…
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp487 #ifndef PRIx16
488 #error PRIx16 not defined
/external/vixl/src/vixl/a64/
Ddebugger-a64.cc1040 case 16: return new Format<uint16_t>("%04" PRIx16, 'x'); in Tokenize()
/external/elfutils/src/
Dreadelf.c7569 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/
Dsimulator-arm64.cc1232 fprintf(stream_, "# %s%5s<15:0>: %s0x%04" PRIx16 "%s", in PrintWrite()