Searched refs:PRIo64 (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/arm64/include/ |
H A D | _inttypes.h | 80 #define PRIo64 "lo" /* uint64_t */ macro
|
/freebsd/sys/arm/include/ |
H A D | _inttypes.h | 78 #define PRIo64 "llo" /* uint64_t */ macro
|
/freebsd/sys/riscv/include/ |
H A D | _inttypes.h | 76 #define PRIo64 "lo" /* uint64_t */ macro
|
/freebsd/sys/powerpc/include/ |
H A D | _inttypes.h | 86 #define PRIo64 __PRI64"o" /* uint64_t */ macro
|
/freebsd/sys/x86/include/ |
H A D | _inttypes.h | 86 #define PRIo64 __PRI64"o" /* uint64_t */ macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cinttypes | 61 PRIo64
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 159 return PRIo64; in getNumLengthAsString() 503 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printObjectSectionSizes() 858 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printBerkeleyTotals()
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 107 PRINT(PRIo64, ui64); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 756 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in printSymbolList() 769 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in printSymbolList()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 2041 printf("%016" PRIo64, sym->st_size); in sym_size_oct_print() 2068 printf("%016" PRIo64, sym->st_value); in sym_value_oct_print()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 525 s->Printf("0%" PRIo64, in DumpDataExtractor()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 1472 result.AppendErrorWithFormat("Value %" PRIo64 in DoExecute()
|
/freebsd/contrib/tcpdump/ |
H A D | configure.in | 820 printf("%" PRIo64 "\n", (uint64_t)1);
|
H A D | configure.ac | 494 snprintf(buf, sizeof(buf), "0o%" PRIo64, t);
|
H A D | CMakeLists.txt | 534 snprintf(buf, sizeof(buf), \"0o%\" PRIo64, t);
|
H A D | configure | 5903 snprintf(buf, sizeof(buf), "0o%" PRIo64, t);
|