Searched refs:B_PRIu64 (Results 126 - 131 of 131) sorted by last modified time

123456

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.cpp117 B_PRIu64 "\n", BlockIndex());
123 ERROR("Failed to delete contents of file at %" B_PRIu64 "\n",
131 B_PRIu64 "\n", BlockIndex());
143 FUNCTION("%" B_PRIu64 " -> %" B_PRIu64 "\n", size, newSize);
307 FUNCTION("offset: %" B_PRIu64 ", size: %" B_PRIuSIZE ", count: %" B_PRIuSIZE
338 PRINT(" preparing iteration: firstBlock: %" B_PRIu64 ", blockIndex: %"
339 B_PRIu64 "\n", firstBlock, blockIndex);
358 ", firstBlock: %" B_PRIu64 ", blockIndex: %" B_PRIu64 "\
[all...]
H A DNode.cpp100 ERROR("Failed to get attribute directory (at %" B_PRIu64 ") for "
101 "deleted node at %" B_PRIu64 "\n", AttributeDirectory(),
H A DTransaction.cpp336 panic("checksumfs: Transaction::PutBlock(): unknown block %" B_PRIu64,
343 B_PRIu64, blockIndex);
404 panic("checksumfs: Transaction::Commit(): block %" B_PRIu64
/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/rc/
H A Ddecompile.cpp379 fprintf(sOutputFile, "(uint64)%" B_PRIu64, *(uint64 *)data);
/haiku/src/apps/installer/
H A DUnzipEngine.cpp86 printf("%" B_PRIu64 " items in %" B_PRIdOFF " bytes\n", fItemsToUncompress,

Completed in 52 milliseconds

123456