/external/libffi/testsuite/libffi.call/ |
ffitest.h | 81 #define PRId8 "hd" 97 #define PRId8 "hhd" 128 #define PRId8 "d"
|
huge_struct.c | 133 printf("%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 134 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 135 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 136 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PRId8 ": " 137 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 138 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 139 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 140 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PRId8 "\n" [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
ffitest.h | 81 #define PRId8 "hd" 97 #define PRId8 "hhd" 128 #define PRId8 "d"
|
huge_struct.c | 133 printf("%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 134 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 135 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 136 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PRId8 ": " 137 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 138 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 139 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " 140 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PRId8 "\n" [all...] |
/external/capstone/include/ |
platform.h | 63 #define PRId8 __PRI_8_LENGTH_MODIFIER__ "d"
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
int_fmtio.h | 48 #define PRId8 "d" /* int8_t */
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
int_fmtio.h | 48 #define PRId8 "d" /* int8_t */
|
/external/elfutils/libasm/ |
asm_addint8.c | 69 fprintf (asmscn->ctx->out.file, "\t.byte\t%" PRId8 "\n", (int8_t) num);
|
/external/libusb/msvc/ |
inttypes.h | 52 #define PRId8 "d"
|
/bionic/libc/include/ |
inttypes.h | 51 #define PRId8 "d" /* int8_t */
|
/external/u-boot/include/ |
inttypes.h | 54 # define PRId8 "d"
|
/external/e2fsprogs/intl/ |
loadmsgcat.c | 99 #if !defined PRId8 || PRI_MACROS_BROKEN 100 # undef PRId8 101 # define PRId8 "d" 518 return PRId8; [all...] |
/external/python/cpython2/Lib/plat-sunos5/ |
TYPES.py | 108 PRId8 = "d"
|
/external/libcxx/test/std/depr/depr.c.headers/ |
inttypes_h.pass.cpp | 259 #ifndef PRId8 260 #error PRId8 not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
cinttypes.pass.cpp | 259 #ifndef PRId8 260 #error PRId8 not defined
|
/external/strace/ |
nlattr.c | 491 DECODE_NLA_INTEGER(s8, int8_t, "%" PRId8)
|
/external/arm-neon-tests/ |
stm-arm-neon-ref.h | 455 DUMP(test_name, int, 8, 8, PRId8); 470 DUMP(test_name, int, 8, 16, PRId8);
|
/external/google-breakpad/src/third_party/libdisasm/ |
x86_format.c | 80 snprintf( str, len, "%" PRId8, op->data.sbyte ); 919 STRNCATF( buf, "%" PRId8 "|", op->data.sbyte, len ); [all...] |
/art/dexdump/ |
dexdump.cc | 444 fprintf(gOutFile, "%" PRId8, static_cast<s1>(readVarWidth(data, arg, false))); [all...] |
/art/dexlayout/ |
dexlayout.cc | 507 fprintf(out_file_, "%" PRId8, data->GetByte()); [all...] |
/external/elfutils/src/ |
readelf.c | [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | [all...] |
/external/v8/src/mips64/ |
simulator-mips64.cc | [all...] |