Home
last modified time | relevance | path

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

/external/arm-neon-tests/
Dref_vqadd.c121 DUMP(TEST_MSG, int, 16, 4, PRIx16); in vqadd_64()
124 DUMP(TEST_MSG, int, 16, 8, PRIx16); in vqadd_64()
152 DUMP(TEST_MSG, uint, 16, 4, PRIx16); in vqadd_64()
155 DUMP(TEST_MSG, uint, 16, 8, PRIx16); in vqadd_64()
Dref_vqsub.c126 DUMP(TEST_MSG, int, 16, 4, PRIx16); in vqsub_64()
129 DUMP(TEST_MSG, int, 16, 8, PRIx16); in vqsub_64()
158 DUMP(TEST_MSG, uint, 16, 4, PRIx16); in vqsub_64()
161 DUMP(TEST_MSG, uint, 16, 8, PRIx16); in vqsub_64()
Dref_v_comp_op.c138 DUMP(TEST_MSG, uint, 16, 4, PRIx16); in FNNAME()
145 DUMP(TEST_MSG, uint, 16, 4, PRIx16); in FNNAME()
152 DUMP(TEST_MSG, uint, 16, 8, PRIx16); in FNNAME()
159 DUMP(TEST_MSG, uint, 16, 8, PRIx16); in FNNAME()
Dref_vqdmulh_n.c92 DUMP(TEST_MSG, int, 16, 4, PRIx16); in FNNAME()
94 DUMP(TEST_MSG, int, 16, 8, PRIx16); in FNNAME()
Dref_vqrdmulh_n.c92 DUMP(TEST_MSG, int, 16, 4, PRIx16); in FNNAME()
94 DUMP(TEST_MSG, int, 16, 8, PRIx16); in FNNAME()
Dstm-arm-neon-ref.h495 DUMP(test_name, int, 16, 4, PRIx16); in dump_results_hex2()
499 DUMP(test_name, uint, 16, 4, PRIx16); in dump_results_hex2()
503 DUMP_POLY(test_name, poly, 16, 4, PRIx16); in dump_results_hex2()
506 DUMP_FP16(test_name, float, 16, 4, PRIx16); in dump_results_hex2()
510 DUMP(test_name, int, 16, 8, PRIx16); in dump_results_hex2()
514 DUMP(test_name, uint, 16, 8, PRIx16); in dump_results_hex2()
518 DUMP_POLY(test_name, poly, 16, 8, PRIx16); in dump_results_hex2()
521 DUMP_FP16(test_name, float, 16, 8, PRIx16); in dump_results_hex2()
/external/syslinux/core/lwip/src/include/arch/
Dcc.h44 #define X16_F PRIx16
47 #define X32_F PRIx16
/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/libusb/msvc/
Dinttypes.h123 #define PRIx16 "x" macro
/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/bison/lib/
Dinttypes.in.h135 #if !defined PRIx16 || @PRI_MACROS_BROKEN@
136 # undef PRIx16
138 # define PRIx16 "x" macro
/external/syslinux/com32/include/
Dinttypes.h99 #define PRIx16 "x" macro
/external/bison/linux-lib/
Dinttypes.h447 #if !defined PRIx16 || 0
448 # undef PRIx16
450 # define PRIx16 "x" macro
/external/bison/darwin-lib/
Dinttypes.h447 #if !defined PRIx16 || 0
448 # undef PRIx16
450 # define PRIx16 "x" macro
/external/libcxx/include/
Dcinttypes96 PRIx16
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp487 #ifndef PRIx16
488 #error PRIx16 not defined
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py139 PRIx16 = "x" variable
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp487 #ifndef PRIx16
488 #error PRIx16 not defined
/external/vixl/src/aarch64/
Ddebugger-aarch64.cc1071 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.cc1263 fprintf(stream_, "# %s%5s<15:0>: %s0x%04" PRIx16 "%s", in PrintWrite()
/external/v8/src/mips/
Dsimulator-mips.cc1783 " %04" PRIx16 " --> [%08" PRIx32 "] (%" PRIu64 ")", in TraceMemWr()
/external/v8/src/mips64/
Dsimulator-mips64.cc1728 SNPrintF(trace_buf_, " %04" PRIx16 " --> [%016" PRIx64 in TraceMemWr()