Home
last modified time | relevance | path

Searched refs:PRIi64 (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp28 strm.Printf("%" PRIi64, m_current_value); in DumpValue()
52 "%" PRIi64 " is out of range, valid values must be between %" PRIi64 in SetValueFromString()
53 " and %" PRIi64 ".", in SetValueFromString()
/freebsd/sbin/fsck_ffs/
H A Dpass5.c402 printf("adjndir by %+" PRIi64 "\n", cmd.value); in pass5()
412 printf("adjnbfree by %+" PRIi64 "\n", in pass5()
423 printf("adjnifree by %+" PRIi64 "\n", in pass5()
434 printf("adjnffree by %+" PRIi64 "\n", in pass5()
446 printf("adjnumclusters by %+" PRIi64 "\n", in pass5()
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.cc237 printf(" range=[%" PRIi64 ":%" PRIi64 "]", in debug_request()
351 printf(" range=[%" PRIi64 ":%" PRIi64 "]", in debug_request()
401 printf("<- INVAL_INODE ino=%" PRIu64 " off=%" PRIi64 in debug_response()
402 " len=%" PRIi64 "\n", in debug_response()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp233 ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 in Read()
261 ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 in Write()
/freebsd/sys/arm64/include/
H A D_inttypes.h63 #define PRIi64 "li" /* int64_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h61 #define PRIi64 "lli" /* int64_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h59 #define PRIi64 "li" /* int64_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h69 #define PRIi64 __PRI64"i" /* int64_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h69 #define PRIi64 __PRI64"i" /* int64_t */ macro
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp234 strm.Printf("breakpoint site %" PRIi64 in GetDescription()
238 strm.Printf("breakpoint site %" PRIi64 in GetDescription()
684 strm.Printf("watchpoint %" PRIi64, m_value); in GetDescription()
1115 strm.Printf("%" PRIi64, m_value); in GetDescription()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes43 PRIi64
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c92 PRINT(PRIi64, i64); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp53 return Printf("0x%" PRIi64, sval);
/freebsd/contrib/file/src/
H A Dfile.h62 # define INT64_T_FORMAT PRIi64
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1441 "Value %" PRIi64 " is too large or small to fit in a %" PRIu64 in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8690 s.Printf("%" PRIi64, enum_svalue); in DumpEnumValue()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c13199 (void) snprintf(buf, sizeof (buf), "%" PRIi64, in print_wait_status_row()