Searched refs:PRIo64 (Results 1 – 16 of 16) sorted by relevance
| /freebsd-10-stable/contrib/tcpdump/ |
| D | acconfig.h | 58 #undef PRIo64
|
| D | config.h.in | 58 #undef PRIo64
|
| D | configure.in | 936 printf("%" PRIo64 "\n", (u_int64_t)1);
|
| D | configure | 6701 printf("%" PRIo64 "\n", (u_int64_t)1);
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | DataTypes.h.in | 166 #ifndef PRIo64 167 # define PRIo64 "I64o" macro
|
| /freebsd-10-stable/sys/sparc64/include/ |
| D | _inttypes.h | 77 #define PRIo64 "lo" /* uint64_t */ macro
|
| /freebsd-10-stable/sys/ia64/include/ |
| D | _inttypes.h | 77 #define PRIo64 "lo" /* uint64_t */ macro
|
| /freebsd-10-stable/sys/arm/include/ |
| D | _inttypes.h | 77 #define PRIo64 "llo" /* uint64_t */ macro
|
| /freebsd-10-stable/sys/powerpc/include/ |
| D | _inttypes.h | 85 #define PRIo64 __PRI64"o" /* uint64_t */ macro
|
| /freebsd-10-stable/sys/x86/include/ |
| D | _inttypes.h | 85 #define PRIo64 __PRI64"o" /* uint64_t */ macro
|
| /freebsd-10-stable/sys/mips/include/ |
| D | _inttypes.h | 86 #define PRIo64 __PRI64"o" /* uint64_t */ macro
|
| /freebsd-10-stable/contrib/libc++/include/ |
| D | cinttypes | 62 PRIo64
|
| D | module.modulemap | 93 …PRIo8, PRIo16, PRIo32, PRIo64, PRIoFAST8, PRIoFAST16, PRIoFAST32, PRIoFAST64, PRIoLEAST8, PRIoLEAS…
|
| /freebsd-10-stable/contrib/netbsd-tests/include/ |
| D | t_inttypes.c | 107 PRINT(PRIo64, ui64); in ATF_TC_BODY()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectMemory.cpp | 1641 …result.AppendErrorWithFormat ("Value %" PRIo64 " is too large to fit in a %zu byte unsigned intege… in DoExecute()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | DataExtractor.cpp | 1629 …s->Printf ("0%" PRIo64, GetMaxS64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset)… in Dump()
|