Searched refs:PRIo64 (Results 1 – 18 of 18) sorted by relevance
/external/tcpdump/missing/ |
D | bittypes.h | 95 #ifndef PRIo64 97 #define PRIo64 "I64o" macro 99 #define PRIo64 "llo" macro
|
/external/elfutils/src/ |
D | size.c | 451 fmtstr = "%-*s %*" PRIo64 " %*" PRIo64 "\n"; in show_sysv() 479 printf ("%-*s %*" PRIo64 "\n\n\n", maxlen, sgettext ("sysv|Total"), in show_sysv() 500 fmtstr = "%" PRIo64 "(%s)"; in show_sysv_one_line() 530 printf (" = %" PRIo64 "\n", total); in show_sysv_one_line() 641 : "%" PRIo64 "(%c%c%c)"), in show_segments() 655 printf (" = %" PRIo64 "\n", total); in show_segments()
|
D | nm.c | 788 fmtstr = "%-*s|%0*" PRIo64 "|%-6s|%-8s|%*" PRIo64 "|%*s|%s\n"; in show_symbols_sysv() 861 [radix_octal] = "%0*" PRIo64 " %c%s %s\n" in show_symbols_bsd() 867 [radix_octal] = "%2$0*1$" PRIo64 " %7$0*6$" PRIo64 " %3$c%4$s %5$s\n" in show_symbols_bsd() 925 fmtstr = "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n"; in show_symbols_posix()
|
D | strings.c | 295 locfmt = "%7" PRIo64 " "; in parse_opt()
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 177 #ifndef PRIo64 178 # define PRIo64 "I64o" macro
|
D | DataTypes.h.in | 176 #ifndef PRIo64 177 # define PRIo64 "I64o" macro
|
D | DataTypes.h.cmake | 179 #ifndef PRIo64 180 # define PRIo64 "I64o"
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 179 #if !defined PRIo64 || PRI_MACROS_BROKEN 180 # undef PRIo64 181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro 277 # define PRIoLEAST64 PRIo64 373 # define PRIoFAST64 PRIo64 570 return PRIo64; in get_sysdep_segment_value()
|
/external/tcpdump/ |
D | acconfig.h | 111 #undef PRIo64
|
D | config.h.in | 111 #undef PRIo64
|
D | configure.in | 865 printf("%" PRIo64 "\n", (u_int64_t)1);
|
D | aclocal.m4 | 608 AC_DEFINE(PRIo64, "$1o") definition
|
D | configure | 12132 printf("%" PRIo64 "\n", (u_int64_t)1);
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 99 radix_fmt = PRIo64; in PrintObjectSectionSizes() 226 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in PrintObjectSectionSizes()
|
/external/webkit/Source/JavaScriptCore/os-win32/ |
D | inttypes.h | 126 #define PRIo64 "I64o" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 131 #define PRIo64 "I64o" macro
|
/external/qemu/ |
D | qemu-common.h | 117 #define PRIo64 "I64o" macro
|
D | monitor.c | 738 monitor_printf(mon, "%#*" PRIo64, max_digits, v); in memory_dump() 814 monitor_printf(mon, "%#" PRIo64, val); in do_print()
|