Searched refs:B_PRIu64 (Results 1 - 25 of 131) sorted by path

123456

/haiku/headers/build/
H A DHaikuBuildCompatibility.h233 # define B_PRIu64 __HAIKU_PRI_PREFIX_64 "u" macro
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp39 TRACE("chunk[0] length %" B_PRIu64 " owner %" B_PRIu64 " stripe_length %"
40 B_PRIu64 " type %" B_PRIu64 " stripe_count %u sub_stripes %u "
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp282 TRACE("DirectoryIterator::_NextEntry() init to block %" B_PRIu64 "\n",
298 TRACE("DirectoryIterator::_NextEntry() block %" B_PRIu64 "\n", block);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp287 FATAL(("WARNING: bad node %" B_PRIu64
355 FATAL(("WARNING: bad internal node %" B_PRIu64
428 FATAL(("WARNING: bad leaf node %" B_PRIu64
H A DItem.cpp210 " on node %" B_PRIu64 ": it can not be located "
H A DKey.h263 TPRINT(("key: {%" B_PRIu32 ", %" B_PRIu32 ", %" B_PRIu64 ", %hu}\n",
/haiku/src/apps/debuganalyzer/gui/chart/
H A DBigtimeChartAxisLegendSource.cpp62 snprintf(buffer, sizeof(buffer), "%02" B_PRIu64 ":%02d:%02d.%06d",
/haiku/src/apps/installer/
H A DUnzipEngine.cpp86 printf("%" B_PRIu64 " items in %" B_PRIdOFF " bytes\n", fItemsToUncompress,
/haiku/src/apps/showimage/
H A DImageCache.cpp74 TRACE("max thread count: %" B_PRId32 ", max bytes: %" B_PRIu64
303 TRACE("%ld: cached entry %s from queue (%" B_PRIu64 " bytes.\n",
/haiku/src/bin/
H A Dcatattr.cpp248 printf("%" B_PRIu64 "\n", *((uint64*)buffer));
H A Dps.c103 printf("%-37s %5" B_PRId32 " %8s %4" B_PRId32 " %8" B_PRIu64 " %8"
228 printf("%" B_PRIu64 "k (%" B_PRIu64 " bytes) total memory\n",
231 printf("%" B_PRIu64 "k (%" B_PRIu64 " bytes) currently committed\n",
234 printf("%" B_PRIu64 "k (%" B_PRIu64 " bytes) currently available\n",
H A Dvmstat.cpp77 printf("max memory:\t\t%" B_PRIu64 "\n", info.max_pages * B_PAGE_SIZE);
78 printf("free memory:\t\t%" B_PRIu64 "\n", info.free_memory);
79 printf("needed memory:\t\t%" B_PRIu64 "\n", info.needed_memory);
80 printf("block cache memory:\t%" B_PRIu64 "\n",
82 printf("max swap space:\t\t%" B_PRIu64 "\n",
84 printf("free swap space:\t%" B_PRIu64 "\n",
/haiku/src/bin/package/
H A DPackageWriterListener.cpp49 printf("cached strings size: %10" B_PRIu64 " (uncompressed)\n",
51 printf("TOC main size: %10" B_PRIu64 " (uncompressed)\n",
53 printf("total TOC size: %10" B_PRIu64 " (uncompressed)\n",
81 printf("heap size: %10" B_PRIu64 "\n", heapSize);
82 printf("TOC size: %10" B_PRIu64 "\n", tocSize);
85 printf("total size: %10" B_PRIu64 "\n", totalSize);
/haiku/src/bin/package_repo/
H A Dcommand_create.cpp104 printf("total size: %10" B_PRIu64 "\n", totalSize);
H A Dcommand_update.cpp196 printf("total size: %10" B_PRIu64 "\n", totalSize);
/haiku/src/bin/rc/
H A Ddecompile.cpp379 fprintf(sOutputFile, "(uint64)%" B_PRIu64, *(uint64 *)data);
/haiku/src/kits/app/
H A DKey.cpp281 printf("\tcreation time: %" B_PRIu64 "\n", fCreationTime);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2315 "%" B_PRIu64 ")\n", address, data, size);
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp513 WARNING("Area %" B_PRIu64 " (ID %#" B_PRIx32 " @ %#" B_PRIx64
529 WARNING("No matching segment found for area %" B_PRIu64 " (ID %#"
601 WARNING("Image %" B_PRIu64 " (ID %#" B_PRIx32 ") has no name\n",
745 WARNING("Thread %" B_PRIu64 " (ID %#" B_PRIx32 ") has no name\n",
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp85 printf("base %" B_PRIu64 " \"%s\"", index, name.String());
88 printf("member %" B_PRIu64 " \"%s\"", index, name.String());
91 printf("element %" B_PRIu64 " \"%s\"", index, name.String());
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp307 printf(" size: %" B_PRIu64 " (%" B_PRIu64 " bits), offset: %" B_PRIu64
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp81 strlcpy(_formatString, B_PRIu64, formatSize);
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp62 TRACE_LOCALS(" -> overly long piece size (%" B_PRIu64 " bytes)\n",
70 TRACE_LOCALS(" -> totalBitSize: %" B_PRIu64 "\n", totalBitSize);
84 TRACE_LOCALS(" -> too short for value type (%" B_PRIu64 " vs. %"
85 B_PRIu64 " bits)\n", totalBitSize, valueBitSize);
H A DValueWriter.cpp95 ", bits: %" B_PRIu64 "\n", i, piece.reg, piece.bitSize);
/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp96 TRACE_LOCALS(" String value found, length: %" B_PRIu64 "bytes\n",

Completed in 137 milliseconds

123456