Home
last modified time | relevance | path

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

12

/external/lldb/source/Interpreter/
DOptionValueSInt64.cpp34 strm.Printf ("%" PRIi64, m_current_value); in DumpValue()
62 …error.SetErrorStringWithFormat ("%" PRIi64 " is out of range, valid values must be between %" PRIi… in SetValueFromCString()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFLocationDescription.cpp74 s.Printf("%" PRIu64 " %" PRIi64, uint, sint); in print_dwarf_exp_op()
159 case -1: sint = (int8_t) data.GetU8(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
160 case -2: sint = (int16_t) data.GetU16(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
161 case -4: sint = (int32_t) data.GetU32(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
162 case -8: sint = (int64_t) data.GetU64(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
163 case -128: sint = data.GetSLEB128(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
/external/bison/lib/
Dinttypes.in.h195 # if !defined PRIi64 || @PRI_MACROS_BROKEN@
196 # undef PRIi64
197 # define PRIi64 _PRI64_PREFIX "i" macro
305 # define PRIiLEAST64 PRIi64
338 # define PRIiFAST8 PRIi64
386 # define PRIiFAST16 PRIi64
434 # define PRIiFAST32 PRIi64
478 # define PRIiFAST64 PRIi64
511 # define PRIiMAX PRIi64
/external/llvm/include/llvm/Support/
DDataTypes.h174 #ifndef PRIi64
175 # define PRIi64 "I64i" macro
DDataTypes.h.in99 #define PRIi64 "I64i" macro
/external/bison/linux-lib/
Dinttypes.h507 # if !defined PRIi64 || 0
508 # undef PRIi64
509 # define PRIi64 _PRI64_PREFIX "i" macro
617 # define PRIiLEAST64 PRIi64
650 # define PRIiFAST8 PRIi64
698 # define PRIiFAST16 PRIi64
746 # define PRIiFAST32 PRIi64
790 # define PRIiFAST64 PRIi64
823 # define PRIiMAX PRIi64
/external/bison/darwin-lib/
Dinttypes.h507 # if !defined PRIi64 || 0
508 # undef PRIi64
509 # define PRIi64 _PRI64_PREFIX "i" macro
617 # define PRIiLEAST64 PRIi64
650 # define PRIiFAST8 PRIi64
698 # define PRIiFAST16 PRIi64
746 # define PRIiFAST32 PRIi64
790 # define PRIiFAST64 PRIi64
823 # define PRIiMAX PRIi64
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_inttypes.h40 #define PRIi64 "I64i" macro
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp124 log->Printf ("ProcessPOSIX::%s(pid = %" PRIi64 ")", __FUNCTION__, GetID()); in DoAttachToProcessWithID()
507 …log->Printf ("ProcessPOSIX::%s(), message_queue size = %d, pid = %" PRIi64, __FUNCTION__, (int)m_m… in RefreshStateAfterStop()
514 …log->Printf ("ProcessPOSIX::%s() adding thread, tid = %" PRIi64, __FUNCTION__, message.GetChildTID… in RefreshStateAfterStop()
533 … log->Printf ("ProcessPOSIX::%s() removing thread, tid = %" PRIi64, __FUNCTION__, tid); in RefreshStateAfterStop()
820 log->Printf ("ProcessPOSIX::%s() (pid = %" PRIi64 ")", __FUNCTION__, GetID()); in UpdateThreadList()
831 log->Printf ("ProcessPOSIX::%s() updated pid = %" PRIi64, __FUNCTION__, GetID()); in UpdateThreadList()
DPOSIXThread.cpp53 log->Printf ("POSIXThread::%s (tid = %" PRIi64 ")", __FUNCTION__, tid); in POSIXThread()
103 …log->Printf ("POSIXThread::%s (tid = %" PRIi64 ") setting thread resume state to running", __FUNCT… in RefreshStateAfterStop()
219 …log->Printf ("POSIXThread::%s (tid = %" PRIi64 ") setting thread resume state to %s", __FUNCTION__… in WillResume()
/external/strace/
Dmtd.c276 ", bytes=%" PRIi64 ", vol_type=", mkvol.vol_id, in ubi_ioctl()
290 tprintf(", {vol_id=%" PRIi32 ", bytes=%" PRIi64 "}", in ubi_ioctl()
320 tprintf(", %" PRIi64, (int64_t)bytes); in ubi_ioctl()
/external/compiler-rt/SDKs/darwin/usr/include/
Dinttypes.h34 #define PRIi64 __INTTYPE_PRI64__ "i" macro
/external/e2fsprogs/intl/
Dloadmsgcat.c175 #if !defined PRIi64 || PRI_MACROS_BROKEN
176 # undef PRIi64
177 # define PRIi64 (sizeof (long) == 8 ? "li" : "lli") macro
273 # define PRIiLEAST64 PRIi64
369 # define PRIiFAST64 PRIi64
568 return PRIi64; in get_sysdep_segment_value()
/external/lldb/source/Target/
DStopInfo.cpp290 … strm.Printf("breakpoint site %" PRIi64 " which has been deleted - unknown address", m_value); in GetDescription()
292 …strm.Printf("breakpoint site %" PRIi64 " which has been deleted - was at 0x%" PRIx64, m_value, m_a… in GetDescription()
584 strm.Printf("watchpoint %" PRIi64, m_value); in GetDescription()
903 strm.Printf("signal %" PRIi64, m_value); in GetDescription()
/external/chromium_org/third_party/libusb/src/msvc/
Dinttypes.h72 #define PRIi64 "I64i" macro
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
Dinttypes.h72 #define PRIi64 "lli" macro
/external/mesa3d/include/c99/
Dinttypes.h79 #define PRIi64 "I64i" macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dinttypes.h79 #define PRIi64 "I64i" macro
/external/libcxx/test/depr/depr.c.headers/
Dinttypes_h.pass.cpp83 #ifndef PRIi64
84 #error PRIi64 not defined
/external/jemalloc/include/msvc_compat/C99/
Dinttypes.h87 #define PRIi64 __PRI64_PREFIX "i" macro
/external/lldb/source/Expression/
DDWARFExpression.cpp494 s->Printf("[%s%+" PRIi64 "]", reg_info.name, reg_offset); in DumpLocation()
499 s->Printf("[%s%+" PRIi64 "]", reg_info.alt_name, reg_offset); in DumpLocation()
532 s->Printf("DW_OP_fbreg(%" PRIi64 ")",m_data.GetSLEB128(&offset)); in DumpLocation()
545 s->Printf("[%s%+" PRIi64 "]", reg_info.name, reg_offset); in DumpLocation()
550 s->Printf("[%s%+" PRIi64 "]", reg_info.alt_name, reg_offset); in DumpLocation()
555 s->Printf("DW_OP_bregx(reg=%" PRIu32 ",offset=%" PRIi64 ")", reg_num, reg_offset); in DumpLocation()
/external/lldb/source/Core/
DConnectionFileDescriptor.cpp446 …eDescriptor::Read () ::read (fd = %i, dst = %p, dst_len = %" PRIu64 ") => %" PRIi64 ", error = %s", in Read()
564 …scriptor::Write() ::write (fd = %i, src = %p, src_len = %" PRIu64 ") => %" PRIi64 " (error = %s)", in Write()
574 …e() ::send (socket = %i, src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 " (error = %s)", in Write()
584 …) ::sendto (socket = %i, src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 " (error = %s)", in Write()
DStream.cpp90 bytes_written = Printf ("0x%" PRIi64, sval); in PutSLEB128()
369 Printf ("%" PRIi64, sval); in operator <<()
/external/libcxx/include/
Dcinttypes44 PRIi64
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
Dhttp_fs_node.cc430 "bytes=%" PRIi64 "-%" PRIi64, in DownloadPartial()

12