Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcpdump/
Dacconfig.h58 #undef PRIo64
Dconfig.h.in58 #undef PRIo64
Dconfigure.in936 printf("%" PRIo64 "\n", (u_int64_t)1);
Dconfigure6701 printf("%" PRIo64 "\n", (u_int64_t)1);
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DDataTypes.h.in166 #ifndef PRIo64
167 # define PRIo64 "I64o" macro
/freebsd-10-stable/sys/sparc64/include/
D_inttypes.h77 #define PRIo64 "lo" /* uint64_t */ macro
/freebsd-10-stable/sys/ia64/include/
D_inttypes.h77 #define PRIo64 "lo" /* uint64_t */ macro
/freebsd-10-stable/sys/arm/include/
D_inttypes.h77 #define PRIo64 "llo" /* uint64_t */ macro
/freebsd-10-stable/sys/powerpc/include/
D_inttypes.h85 #define PRIo64 __PRI64"o" /* uint64_t */ macro
/freebsd-10-stable/sys/x86/include/
D_inttypes.h85 #define PRIo64 __PRI64"o" /* uint64_t */ macro
/freebsd-10-stable/sys/mips/include/
D_inttypes.h86 #define PRIo64 __PRI64"o" /* uint64_t */ macro
/freebsd-10-stable/contrib/libc++/include/
Dcinttypes62 PRIo64
Dmodule.modulemap93 …PRIo8, PRIo16, PRIo32, PRIo64, PRIoFAST8, PRIoFAST16, PRIoFAST32, PRIoFAST64, PRIoLEAST8, PRIoLEAS…
/freebsd-10-stable/contrib/netbsd-tests/include/
Dt_inttypes.c107 PRINT(PRIo64, ui64); in ATF_TC_BODY()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectMemory.cpp1641 …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/
DDataExtractor.cpp1629 …s->Printf ("0%" PRIo64, GetMaxS64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset)… in Dump()