/external/capstone/include/ |
platform.h | 67 #define PRIx8 __PRI_8_LENGTH_MODIFIER__ "x" 68 #define PRIX8 __PRI_8_LENGTH_MODIFIER__ "X"
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
int_fmtio.h | 110 #define PRIx8 "x" /* uint8_t */
125 #define PRIX8 "X" /* uint8_t */
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
int_fmtio.h | 110 #define PRIx8 "x" /* uint8_t */
125 #define PRIX8 "X" /* uint8_t */
|
/external/libusb/msvc/ |
inttypes.h | 122 #define PRIx8 "x" 139 #define PRIX8 "X"
|
/bionic/libc/include/ |
inttypes.h | 124 #define PRIx8 "x" /* uint8_t */ 142 #define PRIX8 "X" /* uint8_t */
|
/external/u-boot/include/ |
inttypes.h | 118 # define PRIx8 "x" 134 # define PRIX8 "X"
|
/device/google/contexthub/util/nanoapp_postprocess/ |
postprocess.c | 147 DBG("SortedReloc[%3zu] = {0x%08" PRIX32 ",0x%02" PRIX8 "}", i, app->nanoReloc[i].ofstInRam, app->nanoReloc[i].type); 166 DBG("Out: RelocTC [size 1] // to 0x%02" PRIX8, app->nanoReloc[i].type); 171 DBG("Out: RelocTC [size 2] (0x%02" PRIX8 ") // to 0x%02" PRIX8, 543 DBG(" -> Nano reloc calculated as 0x%08" PRIX32 ",0x%02" PRIX8 "\n", nanoReloc->ofstInRam, nanoReloc->type);
|
postprocess_elf.c | 145 fprintf(stderr, "SortedReloc[%3" PRIu32 "] = {0x%08" PRIX32 ",0x%02" PRIX8 "}\n", i, nanoRelocs[i].ofstInRam, nanoRelocs[i].type); 158 fprintf(stderr, "Out: RelocTC (1) // to 0x%02" PRIX8 "\n", nanoRelocs[i].type); 164 fprintf(stderr, "Out: RelocTC (0x%02" PRIX8 ") // to 0x%02" PRIX8 "\n", (uint8_t)(nanoRelocs[i].type - lastOutType - 1), nanoRelocs[i].type); 493 fprintf(stderr, " -> Nano reloc calculated as 0x%08" PRIX32 ",0x%02" PRIX8 "\n", nanoRelocs[i].ofstInRam, nanoRelocs[i].type); [all...] |
/external/e2fsprogs/intl/ |
loadmsgcat.c | 115 #if !defined PRIx8 || PRI_MACROS_BROKEN 116 # undef PRIx8 117 # define PRIx8 "x" 119 #if !defined PRIX8 || PRI_MACROS_BROKEN 120 # undef PRIX8 121 # define PRIX8 "X" 526 return PRIx8; 528 return PRIX8; [all...] |
/external/python/cpython2/Lib/plat-sunos5/ |
TYPES.py | 138 PRIx8 = "x" 148 PRIX8 = "X"
|
/external/libcxx/test/std/depr/depr.c.headers/ |
inttypes_h.pass.cpp | 483 #ifndef PRIx8 484 #error PRIx8 not defined 539 #ifndef PRIX8 540 #error PRIX8 not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
cinttypes.pass.cpp | 483 #ifndef PRIx8 484 #error PRIx8 not defined 539 #ifndef PRIX8 540 #error PRIX8 not defined
|
/external/google-breakpad/src/third_party/libdisasm/ |
x86_format.c | 97 snprintf( str, len, "0x%02" PRIX8, op->data.byte ); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | [all...] |