Searched refs:PRIu64 (Results 151 - 175 of 233) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp326 " (%" PRIu64 " bytes)",
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp412 name.Printf("[%" PRIu64 "]", (uint64_t)idx);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp785 "Target::%s (addr = 0x%8.8" PRIx64 " size = %" PRIu64
799 error.SetErrorStringWithFormat("invalid watch address: %" PRIu64, addr);
853 "watch size of %" PRIu64 " is not supported", (uint64_t)size);
1780 "only %" PRIu64 " of %" PRIu64
2667 result.AppendMessageWithFormat("\n- Hook %" PRIu64 " (%s)\n",
2670 result.AppendMessageWithFormat("\n- Hook %" PRIu64 "\n",
2703 "\nAborting stop hooks, hook %" PRIu64
3212 s->Printf("Hook: %" PRIu64 "\n", GetID());
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp146 fprintf(stderr, "error: failed to attach to pid %" PRIu64 ": %s\n", pid,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h488 "can't skip to bit %zu from %" PRIu64, SkipTo,
/freebsd-13-stable/contrib/file/src/
H A Dfile.h58 # define SIZE_T_FORMAT PRIu64
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_event_wheel.c240 PRIx64 ">, num_regs:%d, aging time:%" PRIu64 "\n",
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_mad_ctrl.c137 "%" PRIu64 "[msec]\n",
/freebsd-13-stable/sys/contrib/ena-com/
H A Dena_plat.h293 #define ENA_PRIu64 PRIu64
/freebsd-13-stable/tests/sys/netmap/
H A Dctrl-api-test.c1060 printf("usrptr %" PRIu64 " expected %" PRIu64 "\n",
1065 printf("memsize %" PRIu64 " expected %" PRIu64 "\n",
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp419 s->Printf(" + %" PRIu64, m_offset);
507 s->Printf(" + %" PRIu64, delta);
H A DSearchFilter.cpp582 s->Printf(", modules(%" PRIu64 ") = ", (uint64_t)num_modules);
802 s->Printf(", modules(%" PRIu64 ") = ", static_cast<uint64_t>(num_modules));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp421 "IRMemoryMap::Malloc (%" PRIu64 ", 0x%" PRIx64 ", 0x%" PRIx64
741 "Couldn't read scalar: unsupported size %" PRIu64, (uint64_t)size);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp243 s.Printf(", arg%" PRIu64 " = 0x%" PRIx64, static_cast<uint64_t>(i + 1),
261 LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") into %s",
H A DABISysV_ppc64.cpp94 s.Printf(", arg%" PRIu64 " = 0x%" PRIx64, static_cast<uint64_t>(i + 1),
112 LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") into %s",
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp121 s.Printf(", arg%" PRIu64 " = 0x%" PRIx64, static_cast<uint64_t>(i + 1),
139 LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") into %s",
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp474 "for pid %" PRIu64 ", tid %" PRIu64,
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-lldp.c1029 ND_PRINT((ndo, "\n\t Latitude resolution %u, latitude value %" PRIu64,
1031 ND_PRINT((ndo, "\n\t Longitude resolution %u, longitude value %" PRIu64,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp190 s->Printf(", byte-size = %" PRIu64, m_byte_size);
245 s->Printf(", size = %" PRIu64, m_byte_size);
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp424 "write(%i, %p, %" PRIu64
561 commands_stream.Printf("process attach --pid %" PRIu64 "\n",
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c1163 BHND_NV_LOG("cannot represent %" PRIu64 " as %s\n",
1280 len = snprintf(outp, limit, "%" PRIu64, intv.u64);
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c483 " [%s == %" PRIu64
600 printf(" [%s == %" PRIu64 " (%5.3f%s)]", mad_field_name(i),
/freebsd-13-stable/contrib/ofed/libibmad/
H A Ddump.c64 snprintf(buf, bufsz, "%" PRIu64, *(uint64_t *) val);
89 snprintf(buf, bufsz, "%" PRIu64, *(uint64_t *) val);
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c1027 printf("Max receive completion clock cycles = %" PRIu64 "\n",
1029 printf("Min receive completion clock cycles = %" PRIu64 "\n",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp705 CovOS << format("%9" PRIu64 ":", LineCount);
811 OS << format("%9" PRIu64 ":", Block.getCount());

Completed in 327 milliseconds

12345678910