Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 - 25 of 282) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp25 "%s table length at offset 0x%" PRIx64, in extract()
36 "%s table at offset 0x%" PRIx64 in extract()
37 " has unsupported reserved unit length of value 0x%8.8" PRIx64, in extract()
45 "%s table at offset 0x%" PRIx64 in extract()
46 " has too small length (0x%" PRIx64 in extract()
53 "of length 0x%" PRIx64 " at offset 0x%" PRIx64, in extract()
65 " in table at offset 0x%" PRIx64, in extract()
69 "%s table at offset 0x%" PRIx64 in extract()
74 "%s table at offset 0x%" PRIx64 in extract()
[all...]
H A DDWARFTypeUnit.cpp26 << " type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()
27 << " length = " << format("0x%08" PRIx64, getLength()) << '\n'; in dump()
31 OS << format("0x%08" PRIx64, getOffset()) << ": Type Unit:" in dump()
32 << " length = " << format("0x%08" PRIx64, getLength()) in dump()
37 << format("0x%04" PRIx64, getAbbreviations()->getOffset()) in dump()
40 << " type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()
41 << " type_offset = " << format("0x%04" PRIx64, getTypeOffset()) in dump()
42 << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset()) in dump()
H A DDWARFDebugAddr.cpp33 PRIx64, *OffsetPtr); in extract()
50 "DWARF64 is not supported in .debug_addr at offset 0x%" PRIx64, in extract()
57 ".debug_addr table at offset 0x%" PRIx64 in extract()
68 "of length 0x%" PRIx32 " at offset 0x%" PRIx64, in extract()
91 " of .debug_addr section at offset 0x%" PRIx64 " is not supported", in extract()
100 ".debug_addr table at offset 0x%" PRIx64 in extract()
107 ".debug_addr table at offset 0x%" PRIx64 in extract()
112 ".debug_addr table at offset 0x%" PRIx64 in extract()
120 ".debug_addr table at offset 0x%" PRIx64 in extract()
126 ".debug_addr table at offset 0x%" PRIx64 in extract()
[all...]
H A DDWARFDebugRangeList.cpp30 "invalid range list offset 0x%" PRIx64, *offset_ptr); in extract()
50 "invalid range list entry at offset 0x%" PRIx64, in extract()
63 (AddressSize == 4 ? "%08" PRIx64 " %08" PRIx64 " %08" PRIx64 "\n" in dump()
64 : "%08" PRIx64 " %016" PRIx64 " %016" PRIx64 "\n"); in dump()
67 OS << format("%08" PRIx64 " <End of list>\n", Offset); in dump()
H A DDWARFCompileUnit.cpp18 OS << format("0x%08" PRIx64, getOffset()) << ": Compile Unit:" in dump()
19 << " length = " << format("0x%08" PRIx64, getLength()) in dump()
24 << format("0x%04" PRIx64, getAbbreviations()->getOffset()) in dump()
27 OS << " DWO_id = " << format("0x%016" PRIx64, *getDWOId()); in dump()
28 OS << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset()) in dump()
H A DDWARFDebugRnglists.cpp41 "DW_RLE_base_addressx encoding at offset 0x%" PRIx64, in extract()
48 "offset 0x%" PRIx64, in extract()
58 "DW_RLE_startx_length encoding at offset 0x%" PRIx64, in extract()
69 "DW_RLE_offset_pair encoding at offset 0x%" PRIx64, in extract()
77 "DW_RLE_base_address encoding at offset 0x%" PRIx64, in extract()
87 "at offset 0x%" PRIx64, in extract()
100 "DW_RLE_start_length encoding at offset 0x%" PRIx64, in extract()
107 " at offset 0x%" PRIx64, in extract()
199 OS << format("0x%8.8" PRIx64 ":", Offset);
220 OS << format(" 0x%*.*" PRIx64, AddrSiz
[all...]
H A DDWARFDebugLine.cpp103 << format(" total_length: 0x%8.8" PRIx64 "\n", TotalLength) in dump()
108 OS << format(" prologue_length: 0x%8.8" PRIx64 "\n", PrologueLength) in dump()
143 OS << format(" mod_time: 0x%8.8" PRIx64 "\n", FileEntry.ModTime); in dump()
145 OS << format(" length: 0x%8.8" PRIx64 "\n", FileEntry.Length); in dump()
313 "parsing line table prologue at offset 0x%8.8" PRIx64 in parse()
314 " unsupported reserved unit length found of value 0x%8.8" PRIx64, in parse()
320 "parsing line table prologue at offset 0x%8.8" PRIx64 in parse()
356 "parsing line table prologue at 0x%8.8" PRIx64 in parse()
358 " 0x%8.8" PRIx64, in parse()
368 "parsing line table prologue at 0x%8.8" PRIx64 in parse()
[all...]
/third_party/vixl/examples/aarch64/
H A Dswap4.cc72 "x0 = 0x%" PRIx64 "\n" in main()
73 "x1 = 0x%" PRIx64 "\n" in main()
74 "x2 = 0x%" PRIx64 "\n" in main()
75 "x3 = 0x%" PRIx64 "\n", in main()
84 "x0 = 0x%" PRIx64 "\n" in main()
85 "x1 = 0x%" PRIx64 "\n" in main()
86 "x2 = 0x%" PRIx64 "\n" in main()
87 "x3 = 0x%" PRIx64 "\n", in main()
/third_party/elfutils/tests/
H A Ddwflmodtest.c96 printf (" %#" PRIx64 "..%#" PRIx64, lo, hi); in print_instance()
98 printf (" => %#" PRIx64 "\n", entry); in print_instance()
148 printf (" %#" PRIx64 "..%#" PRIx64 " => %#" PRIx64 "\n", in print_func()
171 printf ("module: %30s %08" PRIx64 "..%08" PRIx64 " %s %s\n", in list_module()
183 printf ("module: %30s %08" PRIx64 " %s %" PRIx64 " ( in print_module()
[all...]
H A Dvarlocs.c59 printf ("%*s[%" PRIx64 "] %s '%s'@%" PRIx64 "\n", indent * 2, "", in print_die()
62 printf ("%*s[%" PRIx64 "] %s '%s'\n", indent * 2, "", in print_die()
143 printf ("{%s,%s,%" PRIu64 "@[%" PRIx64 "]}", in print_base_type()
187 printf (" [%" PRIx64 ",%" PRIx64 ") ", begin, end); in print_expr_block_addrs()
276 error (EXIT_FAILURE, 0, "dwarf_frame_cfa 0x%" PRIx64 ": %s", in print_expr()
290 error (EXIT_FAILURE, 0, "dwarf_cfi_addrframe 0x%" PRIx64 ": %s", in print_expr()
305 printf ("%s(0x%" PRIx64 ")", opname, (Dwarf_Addr) expr->number); in print_expr()
348 printf ("%s([%" PRIx64 "]) ", opnam in print_expr()
[all...]
H A Dsectiondump.c95 "flags = %" PRIx64 "\n" in handle_section()
96 "addr = %" PRIx64 "\n" in handle_section()
97 "offset = %" PRIx64 "\n" in handle_section()
101 "addralign = %" PRIx64 "\n" in handle_section()
175 printf ("%5zu: %*" PRIx64 " %6" PRIx64 " %4d\n", in print_symtab()
H A Ddwarf-die-addr-die.c50 printf ("Bad die addr die at offset %" PRIx64 "\n", in check_die()
57 printf ("Tags differ for die at offset %" PRIx64 "\n", in check_die()
64 printf ("CU offsets differ for die at offset %" PRIx64 "\n", in check_die()
96 printf ("checking CU at %" PRIx64 "\n", old_off); in check_dbg()
115 printf ("checking TU at %" PRIx64 "\n", old_off); in check_dbg()
122 printf ("checking Type DIE at %" PRIx64 "\n", in check_dbg()
H A Dfuncscopes.c43 printf ("%s%#" PRIx64 " (%s:%d:%d)", in paddr()
46 printf ("%s%#" PRIx64 " (%s:%d)", in paddr()
50 printf ("%s%#" PRIx64, prefix, addr); in paddr()
64 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "", in print_vars()
137 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end); in handle_function()
H A Daddrscopes.c42 printf ("%s%#" PRIx64 " (%s:%d:%d)", in paddr()
45 printf ("%s%#" PRIx64 " (%s:%d)", in paddr()
49 printf ("%s%#" PRIx64, prefix, addr); in paddr()
62 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "", in print_vars()
107 printf ("%#" PRIx64 ": not in any scope\n", pc); in handle_address()
110 printf ("%#" PRIx64 ":\n", pc); in handle_address()
/third_party/vixl/test/aarch32/
H A Dtest-utils-aarch32.cc134 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in Equal64()
152 printf("Expected 0x%016" PRIx64 "%016" PRIx64 in Equal128()
154 "Found 0x%016" PRIx64 "%016" PRIx64 "\n", in Equal128()
245 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualFP64()
249 printf("Expected %.17f (0x%016" PRIx64 in EqualFP64()
251 "Found %.17f (0x%016" PRIx64 ")\ in EqualFP64()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCInstPrinter.cpp181 return format("-0x%" PRIx64, -Value);
183 return format("0x%" PRIx64, Value);
189 return format("-0%" PRIx64 "h", -Value);
190 return format("-%" PRIx64 "h", -Value);
193 return format("0%" PRIx64 "h", Value);
194 return format("%" PRIx64 "h", Value);
202 return format("0x%" PRIx64, Value);
205 return format("0%" PRIx64 "h", Value);
207 return format("%" PRIx64 "h", Value);
/third_party/elfutils/src/
H A Dreadelf.c1140 printf (_(" Entry point address: %#" PRIx64 "\n"), in print_ehdr()
1257 There are %zd section headers, starting at offset %#" PRIx64 ":\n\ in print_shdr()
1332 printf ("[%2zu] %-20s %-12s %0*" PRIx64 " %0*" PRIx64 " %0*" PRIx64 in print_shdr()
1349 printf (" [ELF %s (%" PRId32 ") %0*" PRIx64 in print_shdr()
1411 printf (" %-14s 0x%06" PRIx64 " 0x%0*" PRIx64 " 0x%0*" PRIx64 in print_phdr()
1412 " 0x%06" PRIx64 " in print_phdr()
[all...]
H A Dsize.c436 ? "%-*s %*" PRIx64 " %*" PRIx64 "\n" in show_sysv()
449 printf ("%-*s %*" PRIx64 "\n\n\n", maxlen, sgettext ("sysv|Total"), in show_sysv()
489 printf ((radix == radix_hex ? "%" PRIx64 "(%s)" in show_sysv_one_line()
498 printf (" = %#" PRIx64 "\n", total); in show_sysv_one_line()
546 ? "%*" PRId64 " %*" PRId64 " %*" PRId64 " %*" PRId64 " %*" PRIx64 " %s" in show_bsd()
548 ? "%#*" PRIx64 " %#*" PRIx64 " %#*" PRIx64 " %*" PRId64 " %*" PRIx64 " in show_bsd()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp59 "0x%8.8" PRIx64 ": missing LineTable MinDelta", Offset); in parse()
63 "0x%8.8" PRIx64 ": missing LineTable MaxDelta", Offset); in parse()
68 "0x%8.8" PRIx64 ": missing LineTable FirstLine", Offset); in parse()
75 "0x%8.8" PRIx64 ": EOF found before EndSequence", Offset); in parse()
84 "0x%8.8" PRIx64 ": EOF found before SetFile value", in parse()
91 "0x%8.8" PRIx64 ": EOF found before AdvancePC value", in parse()
101 "0x%8.8" PRIx64 ": EOF found before AdvanceLine value", in parse()
204 "LineEntry has address 0x%" PRIx64 " which is " in encode()
206 PRIx64, Curr.Addr, BaseAddr); in encode()
285 "address 0x%" PRIx64 " i in lookup()
[all...]
H A DFunctionInfo.cpp40 "0x%8.8" PRIx64 ": missing FunctionInfo Size", Offset); in decode()
44 "0x%8.8" PRIx64 ": missing FunctionInfo Name", Offset); in decode()
48 "0x%8.8" PRIx64 ": invalid FunctionInfo Name value 0x%8.8x", in decode()
54 "0x%8.8" PRIx64 ": missing FunctionInfo InfoType value", Offset); in decode()
58 "0x%8.8" PRIx64 ": missing FunctionInfo InfoType length", Offset); in decode()
62 "0x%8.8" PRIx64 ": missing FunctionInfo data for InfoType %u", in decode()
88 "0x%8.8" PRIx64 ": unsupported InfoType %u", in decode()
172 "address 0x%" PRIx64 " is not in GSYM", Addr); in lookup()
176 "0x%8.8" PRIx64 ": invalid FunctionInfo Name value 0x00000000", in lookup()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc205 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 "\t%3s: 0x%016" PRIx64 " %14" PRId64 in PrintAllRegs()
206 "\t%3s: 0x%016" PRIx64 " %14" PRId64 "\n", in PrintAllRegs()
209 PrintF("%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintAllRegs()
213 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "", in PrintAllRegs()
216 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "", in PrintAllRegs()
221 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintAllRegs()
227 PrintF("%3s: 0x%016" PRIx64 " in PrintAllRegs()
[all...]
/third_party/ffmpeg/libavutil/x86/
H A Dw64xmmtest.h61 "xmm%-2d = %016"PRIx64"%016"PRIx64"\n", \
65 " -> %016"PRIx64"%016"PRIx64"\n", \
/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest08.c336 PRIx64 "x, errno = %d.", me, in dotest()
341 NULL, "\tTest[%d]: readv fail at %" PRIx64 in dotest()
366 PRIx64 in dotest()
397 PRIx64 in dotest()
418 PRIx64 ", errno = %d.", me, in dotest()
431 NULL, "\tTest[%d]: writev fail at %" PRIx64 in dotest()
459 PRIx64 in dotest()
467 PRIx64 in dotest()
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc76 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in Equal64()
83 printf("Expected a result not equal to 0x%016" PRIx64 "\n", reference); in Equal64()
96 printf("Expected 0x%016" PRIx64 "%016" PRIx64 in Equal128()
98 "Found 0x%016" PRIx64 "%016" PRIx64 "\n", in Equal128()
161 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualFP64()
165 printf("Expected %.17f (0x%016" PRIx64 in EqualFP64()
[all...]
/third_party/skia/src/core/
H A DSkSharedMutex.cpp137 "Thread %" PRIx64 " already has an shared lock\n", threadID); in acquire()
140 SkDEBUGFAILF("Thread %" PRIx64 " already has an exclusive lock\n", threadID); in acquire()
167 SkDEBUGFAILF("Thread %" PRIx64 " did not have the lock held.\n", threadID); in release()
201 SkDEBUGFAILF("Thread %" PRIx64 " was already waiting!\n", threadID); in acquireShared()
205 SkDEBUGFAILF("Thread %" PRIx64 " already holds a shared lock!\n", threadID); in acquireShared()
227 SkDEBUGFAILF("Thread %" PRIx64 " does not hold a shared lock.\n", threadID); in releaseShared()

Completed in 21 milliseconds

12345678910>>...12