Searched refs:PRIi64 (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp20 // PRIi64
29 strm.Printf("%" PRIi64, m_current_value);
54 "%" PRIi64 " is out of range, valid values must be between %" PRIi64
55 " and %" PRIi64 ".",
/freebsd-11-stable/sys/arm/include/
H A D_inttypes.h60 #define PRIi64 "lli" /* int64_t */ macro
/freebsd-11-stable/sys/arm64/include/
H A D_inttypes.h60 #define PRIi64 "li" /* int64_t */ macro
/freebsd-11-stable/sys/riscv/include/
H A D_inttypes.h60 #define PRIi64 "li" /* int64_t */ macro
/freebsd-11-stable/sys/sparc64/include/
H A D_inttypes.h60 #define PRIi64 "li" /* int64_t */ macro
/freebsd-11-stable/sys/powerpc/include/
H A D_inttypes.h68 #define PRIi64 __PRI64"i" /* int64_t */ macro
/freebsd-11-stable/sys/mips/include/
H A D_inttypes.h69 #define PRIi64 __PRI64"i" /* int64_t */ macro
/freebsd-11-stable/sys/x86/include/
H A D_inttypes.h68 #define PRIi64 __PRI64"i" /* int64_t */ macro
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass5.c367 printf("adjndir by %+" PRIi64 "\n", cmd.value);
376 printf("adjnbfree by %+" PRIi64 "\n", cmd.value);
385 printf("adjnifree by %+" PRIi64 "\n", cmd.value);
394 printf("adjnffree by %+" PRIi64 "\n", cmd.value);
403 printf("adjnumclusters by %+" PRIi64 "\n", cmd.value);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp346 ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64
374 ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp234 strm.Printf("breakpoint site %" PRIi64
238 strm.Printf("breakpoint site %" PRIi64
633 strm.Printf("watchpoint %" PRIi64, m_value);
971 strm.Printf("signal %" PRIi64, m_value);
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_inttypes.c92 PRINT(PRIi64, i64);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2582 s.Printf("%" PRIu64 " %" PRIi64, uint, sint);
2701 s.Printf("%+" PRIi64, sint);
2705 s.Printf("%+" PRIi64, sint);
2709 s.Printf("%+" PRIi64, sint);
2713 s.Printf("%+" PRIi64, sint);
2717 s.Printf("%+" PRIi64, sint);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp50 return Printf("0x%" PRIi64, sval);
/freebsd-11-stable/contrib/file/src/
H A Dfile.h62 # define INT64_T_FORMAT PRIi64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp123 LLDB_LOGF(log, "NativeProcessDarwin::%s(pid = %" PRIi64 ")", __FUNCTION__,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1521 "Value %" PRIi64 " is too large or small to fit in a %" PRIu64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp8167 s->Printf("%" PRIi64, enum_value);
8405 s->Printf("%" PRIi64, enum_svalue);

Completed in 149 milliseconds