Home
last modified time | relevance | path

Searched refs:PRIo64 (Results 1 – 18 of 18) sorted by relevance

/external/tcpdump/missing/
Dbittypes.h95 #ifndef PRIo64
97 #define PRIo64 "I64o" macro
99 #define PRIo64 "llo" macro
/external/elfutils/src/
Dsize.c451 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()
Dnm.c788 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()
Dstrings.c295 locfmt = "%7" PRIo64 " "; in parse_opt()
/external/llvm/include/llvm/Support/
DDataTypes.h177 #ifndef PRIo64
178 # define PRIo64 "I64o" macro
DDataTypes.h.in176 #ifndef PRIo64
177 # define PRIo64 "I64o" macro
DDataTypes.h.cmake179 #ifndef PRIo64
180 # define PRIo64 "I64o"
/external/e2fsprogs/intl/
Dloadmsgcat.c179 #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/
Dacconfig.h111 #undef PRIo64
Dconfig.h.in111 #undef PRIo64
Dconfigure.in865 printf("%" PRIo64 "\n", (u_int64_t)1);
Daclocal.m4608 AC_DEFINE(PRIo64, "$1o") definition
Dconfigure12132 printf("%" PRIo64 "\n", (u_int64_t)1);
/external/llvm/tools/llvm-size/
Dllvm-size.cpp99 radix_fmt = PRIo64; in PrintObjectSectionSizes()
226 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in PrintObjectSectionSizes()
/external/webkit/Source/JavaScriptCore/os-win32/
Dinttypes.h126 #define PRIo64 "I64o" macro
/external/mesa3d/include/c99/
Dinttypes.h131 #define PRIo64 "I64o" macro
/external/qemu/
Dqemu-common.h117 #define PRIo64 "I64o" macro
Dmonitor.c738 monitor_printf(mon, "%#*" PRIo64, max_digits, v); in memory_dump()
814 monitor_printf(mon, "%#" PRIo64, val); in do_print()