/external/lldb/source/Interpreter/ |
D | OptionValueSInt64.cpp | 34 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/ |
D | DWARFLocationDescription.cpp | 74 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/ |
D | inttypes.in.h | 195 # 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/bison/darwin-lib/ |
D | inttypes.h | 507 # 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/linux-lib/ |
D | inttypes.h | 507 # 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/llvm/include/llvm/Support/ |
D | DataTypes.h | 174 #ifndef PRIi64 175 # define PRIi64 "I64i" macro
|
D | DataTypes.h.in | 99 #define PRIi64 "I64i" macro
|
D | DataTypes.h.cmake | 99 #define PRIi64 "I64i"
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 124 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()
|
D | POSIXThread.cpp | 53 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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | opj_inttypes.h | 40 #define PRIi64 "I64i" macro
|
/external/strace/ |
D | mtd.c | 275 ", bytes=%" PRIi64 ", vol_type=", mkvol.vol_id, in ubi_ioctl() 291 tprintf(", {vol_id=%" PRIi32 ", bytes=%" PRIi64 "}", in ubi_ioctl() 325 tprintf(", %" PRIi64, (int64_t)bytes); in ubi_ioctl()
|
/external/boringssl/src/crypto/ |
D | cpu-intel.c | 80 if (!sscanf(in + invert, "%" PRIi64, &v)) { in handle_cpu_env()
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 175 #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/vboot_reference/futility/ |
D | cmd_gbb_utility.c | 222 fprintf(stderr, "ERROR: can't malloc %" PRIi64 " bytes: %s\n", in read_entire_file() 329 "ERROR: Read %zu/%" PRIi64 " bytes from %s: %s\n", in read_from_file() 542 "ERROR: can't malloc %" PRIi64 " bytes: %s\n", in do_gbb_utility()
|
/external/lldb/source/Target/ |
D | StopInfo.cpp | 290 … 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/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 83 #ifndef PRIi64 84 #error PRIi64 not defined
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 79 #define PRIi64 "I64i" macro
|
/external/lldb/source/Expression/ |
D | DWARFExpression.cpp | 494 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/ |
D | ConnectionFileDescriptor.cpp | 446 …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()
|
D | Stream.cpp | 90 bytes_written = Printf ("0x%" PRIi64, sval); in PutSLEB128() 369 Printf ("%" PRIi64, sval); in operator <<()
|
/external/jemalloc/include/msvc_compat/C99/ |
D | inttypes.h | 87 #define PRIi64 __PRI64_PREFIX "i" macro
|
/external/libcxx/include/ |
D | cinttypes | 44 PRIi64
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 327 #ifndef PRIi64 328 #error PRIi64 not defined
|
/external/elfutils/src/libdwfl/ |
D | linux-proc-maps.c | 213 " %x:%x %" PRIi64 " %n", in proc_maps_report()
|