Home
last modified time | relevance | path

Searched refs:PRIi64 (Results 1 – 22 of 22) sorted by relevance

/external/bison/lib/
Dinttypes.in.h195 # if !defined PRIi64 || @PRI_MACROS_BROKEN@
196 # undef PRIi64
197 # define PRIi64 _PRI64_PREFIX "i" macro
305 # define PRIiLEAST64 PRIi64
338 # define PRIiFAST8 PRIi64
386 # define PRIiFAST16 PRIi64
434 # define PRIiFAST32 PRIi64
478 # define PRIiFAST64 PRIi64
511 # define PRIiMAX PRIi64
/external/bison/darwin-lib/
Dinttypes.h507 # if !defined PRIi64 || 0
508 # undef PRIi64
509 # define PRIi64 _PRI64_PREFIX "i" macro
617 # define PRIiLEAST64 PRIi64
650 # define PRIiFAST8 PRIi64
698 # define PRIiFAST16 PRIi64
746 # define PRIiFAST32 PRIi64
790 # define PRIiFAST64 PRIi64
823 # define PRIiMAX PRIi64
/external/bison/linux-lib/
Dinttypes.h507 # if !defined PRIi64 || 0
508 # undef PRIi64
509 # define PRIi64 _PRI64_PREFIX "i" macro
617 # define PRIiLEAST64 PRIi64
650 # define PRIiFAST8 PRIi64
698 # define PRIiFAST16 PRIi64
746 # define PRIiFAST32 PRIi64
790 # define PRIiFAST64 PRIi64
823 # define PRIiMAX PRIi64
/external/llvm/include/llvm/Support/
DDataTypes.h174 #ifndef PRIi64
175 # define PRIi64 "I64i" macro
DDataTypes.h.in99 #define PRIi64 "I64i" macro
DDataTypes.h.cmake99 #define PRIi64 "I64i"
/external/pdfium/third_party/libopenjpeg20/
Dopj_inttypes.h40 #define PRIi64 "I64i" macro
Dj2k.c9229 fprintf(out_stream, "\t Main header start position=%" PRIi64 "\n" in opj_j2k_dump_MH_index()
9230 "\t Main header end position=%" PRIi64 "\n", in opj_j2k_dump_MH_index()
9237 fprintf(out_stream, "\t\t type=%#x, pos=%" PRIi64 ", len=%d\n", in opj_j2k_dump_MH_index()
9265 …ntf(out_stream, "\t\t\t tile-part[%d]: star_pos=%" PRIi64 ", end_header=%" PRIi64 ", end_pos=%" PR… in opj_j2k_dump_MH_index()
9275 … fprintf(out_stream, "\t\t type=%#x, pos=%" PRIi64 ", len=%d\n", in opj_j2k_dump_MH_index()
/external/strace/
Dmtd.c354 ", bytes=%" PRIi64 ", vol_type=", mkvol.vol_id, in ubi_ioctl()
379 tprintf("{vol_id=%" PRIi32 ", bytes=%" PRIi64 "}", in ubi_ioctl()
470 printnum_int64(tcp, arg, "%" PRIi64); in ubi_ioctl()
/external/e2fsprogs/intl/
Dloadmsgcat.c175 #if !defined PRIi64 || PRI_MACROS_BROKEN
176 # undef PRIi64
177 # define PRIi64 (sizeof (long) == 8 ? "li" : "lli") macro
273 # define PRIiLEAST64 PRIi64
369 # define PRIiFAST64 PRIi64
568 return PRIi64; in get_sysdep_segment_value()
/external/vboot_reference/futility/
Dcmd_gbb_utility.c222 fprintf(stderr, "ERROR: can't malloc %" PRIi64 " bytes: %s\n", in read_entire_file()
329 "ERROR: Read %zu/%" PRIi64 " bytes from %s: %s\n", in read_from_file()
542 "ERROR: can't malloc %" PRIi64 " bytes: %s\n", in do_gbb_utility()
/external/boringssl/src/crypto/
Dcpu-intel.c130 if (!sscanf(in + invert, "%" PRIi64, &v)) { in handle_cpu_env()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp83 #ifndef PRIi64
84 #error PRIi64 not defined
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h77 #define PRIi64 "I64i" macro
/external/mesa3d/include/c99/
Dinttypes.h79 #define PRIi64 "I64i" macro
/external/libcxx/include/
Dcinttypes44 PRIi64
Dmodule.modulemap92 …PRIi8, PRIi16, PRIi32, PRIi64, PRIiFAST8, PRIiFAST16, PRIiFAST32, PRIiFAST64, PRIiLEAST8, PRIiLEAS…
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp327 #ifndef PRIi64
328 #error PRIi64 not defined
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp592 "handleActionValue(...):typeOffset: <%" PRIi64 ">, " in handleActionValue()
593 "actionOffset: <%" PRIi64 ">.\n", in handleActionValue()
1698 "= %" PRIi64 ", sizeof(struct OurBaseException_t) - " in createStandardUtilityFunctions()
/external/elfutils/libdwfl/
Dlinux-proc-maps.c216 " %x:%x %" PRIi64 " %n", in proc_maps_report()
DChangeLog2490 PRIx64 instead of PRIi64, lest addresses with high bits set overflow
/external/netperf/src/
Dnetlib.c4366 "sum %"PRIi64", sumsquare %f, limit %d count %d\n", in HIST_report()