Searched refs:PRIo64 (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dacconfig.h58 #undef PRIo64 macro
H A Dconfig.h.in58 #undef PRIo64
H A Dconfigure6701 printf("%" PRIo64 "\n", (u_int64_t)1);
6775 $as_echo "#define PRIo64 \"lo\"" >>confdefs.h
6828 $as_echo "#define PRIo64 \"llo\"" >>confdefs.h
6881 $as_echo "#define PRIo64 \"Lo\"" >>confdefs.h
6934 $as_echo "#define PRIo64 \"qo\"" >>confdefs.h
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDataTypes.h.in164 #ifndef PRIo64
165 # define PRIo64 "I64o"
/freebsd-10.0-release/sys/arm/include/
H A D_inttypes.h77 #define PRIo64 "llo" /* uint64_t */ macro
/freebsd-10.0-release/sys/ia64/include/
H A D_inttypes.h77 #define PRIo64 "lo" /* uint64_t */ macro
/freebsd-10.0-release/sys/sparc64/include/
H A D_inttypes.h77 #define PRIo64 "lo" /* uint64_t */ macro
/freebsd-10.0-release/sys/mips/include/
H A D_inttypes.h86 #define PRIo64 __PRI64"o" /* uint64_t */ macro
/freebsd-10.0-release/sys/powerpc/include/
H A D_inttypes.h85 #define PRIo64 __PRI64"o" /* uint64_t */ macro
/freebsd-10.0-release/sys/x86/include/
H A D_inttypes.h85 #define PRIo64 __PRI64"o" /* uint64_t */ macro
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1324 result.AppendErrorWithFormat ("Value %" PRIo64 " is too large to fit in a %lu byte unsigned integer value.\n", uval64, item_byte_size);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp1564 s->Printf ("0%" PRIo64, GetMaxS64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset));

Completed in 213 milliseconds