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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp25 //printf ("%p: DumpValue (exe_ctx=%p, strm, mask) m_current_value = %" PRIi64 "\n", this, exe_ctx, m_current_value);
34 strm.Printf ("%" PRIi64, m_current_value);
62 error.SetErrorStringWithFormat ("%" PRIi64 " is out of range, valid values must be between %" PRIi64 " and %" PRIi64 ".",
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp74 s.Printf("%" PRIu64 " %" PRIi64, uint, sint);
159 case -1: sint = (int8_t) data.GetU8(offset_ptr); s.Printf("%+" PRIi64, sint); break;
160 case -2: sint = (int16_t) data.GetU16(offset_ptr); s.Printf("%+" PRIi64, sint); break;
161 case -4: sint = (int32_t) data.GetU32(offset_ptr); s.Printf("%+" PRIi64, sint); break;
162 case -8: sint = (int64_t) data.GetU64(offset_ptr); s.Printf("%+" PRIi64, sint); break;
163 case -128: sint = data.GetSLEB128(offset_ptr); s.Printf("%+" PRIi64, sint); break;
/freebsd-10.2-release/sys/ia64/include/
H A D_inttypes.h60 #define PRIi64 "li" /* int64_t */ macro
/freebsd-10.2-release/sys/sparc64/include/
H A D_inttypes.h60 #define PRIi64 "li" /* int64_t */ macro
/freebsd-10.2-release/sys/arm/include/
H A D_inttypes.h60 #define PRIi64 "lli" /* int64_t */ macro
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp124 log->Printf ("ProcessPOSIX::%s(pid = %" PRIi64 ")", __FUNCTION__, GetID());
528 log->Printf ("ProcessPOSIX::%s(), message_queue size = %d, pid = %" PRIi64, __FUNCTION__, (int)m_message_queue.size(), tid);
533 log->Printf ("ProcessPOSIX::%s() adding thread, tid = %" PRIi64, __FUNCTION__, message.GetChildTID());
554 log->Printf ("ProcessPOSIX::%s() removing thread, tid = %" PRIi64, __FUNCTION__, tid);
827 log->Printf ("ProcessPOSIX::%s() (pid = %" PRIi64 ")", __FUNCTION__, GetID());
840 log->Printf ("ProcessPOSIX::%s() updated pid = %" PRIi64, __FUNCTION__, GetID());
H A DPOSIXThread.cpp56 log->Printf ("POSIXThread::%s (tid = %" PRIi64 ")", __FUNCTION__, tid);
116 log->Printf ("POSIXThread::%s (tid = %" PRIi64 ") setting thread resume state to running", __FUNCTION__, GetID());
274 log->Printf ("POSIXThread::%s (tid = %" PRIi64 ") setting thread resume state to %s", __FUNCTION__, GetID(), StateAsCString(resume_state));
/freebsd-10.2-release/sys/powerpc/include/
H A D_inttypes.h68 #define PRIi64 __PRI64"i" /* int64_t */ macro
/freebsd-10.2-release/sys/mips/include/
H A D_inttypes.h69 #define PRIi64 __PRI64"i" /* int64_t */ macro
/freebsd-10.2-release/sys/x86/include/
H A D_inttypes.h68 #define PRIi64 __PRI64"i" /* int64_t */ macro
/freebsd-10.2-release/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-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp290 strm.Printf("breakpoint site %" PRIi64 " which has been deleted - unknown address", m_value);
292 strm.Printf("breakpoint site %" PRIi64 " which has been deleted - was at 0x%" PRIx64, m_value, m_address);
597 strm.Printf("watchpoint %" PRIi64, m_value);
911 strm.Printf("signal %" PRIi64, m_value);
/freebsd-10.2-release/sys/dev/acpi_support/
H A Datk0110.c253 "0x%08"PRIx64" %20s %5"PRIi64" / %5"PRIi64" "
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DConnectionFileDescriptor.cpp511 log->Printf ("%p ConnectionFileDescriptor::Read () ::read (fd = %i, dst = %p, dst_len = %" PRIu64 ") => %" PRIi64 ", error = %s",
637 log->Printf ("%p ConnectionFileDescriptor::Write() ::write (fd = %i, src = %p, src_len = %" PRIu64 ") => %" PRIi64 " (error = %s)",
647 log->Printf ("%p ConnectionFileDescriptor::Write() ::send (socket = %i, src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 " (error = %s)",
657 log->Printf ("%p ConnectionFileDescriptor::Write() ::sendto (socket = %i, src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 " (error = %s)",
H A DStream.cpp90 bytes_written = Printf ("0x%" PRIi64, sval);
369 Printf ("%" PRIi64, sval);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp503 s->Printf("[%s%+" PRIi64 "]", reg_info.name, reg_offset);
508 s->Printf("[%s%+" PRIi64 "]", reg_info.alt_name, reg_offset);
541 s->Printf("DW_OP_fbreg(%" PRIi64 ")",m_data.GetSLEB128(&offset));
554 s->Printf("[%s%+" PRIi64 "]", reg_info.name, reg_offset);
559 s->Printf("[%s%+" PRIi64 "]", reg_info.alt_name, reg_offset);
564 s->Printf("DW_OP_bregx(reg=%" PRIu32 ",offset=%" PRIi64 ")", reg_num, reg_offset);
/freebsd-10.2-release/contrib/netbsd-tests/include/
H A Dt_inttypes.c92 PRINT(PRIi64, i64);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1607 result.AppendErrorWithFormat ("Value %" PRIi64 " is too large or small to fit in a %zu byte signed integer value.\n", sval64, item_byte_size);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp5753 s->Printf("%" PRIi64, enum_value);
5985 s->Printf("%" PRIi64, enum_svalue);

Completed in 676 milliseconds