Searched refs:B_PRId64 (Results 1 - 25 of 125) sorted by path

12345

/haiku/headers/build/
H A DHaikuBuildCompatibility.h219 # define B_PRId64 __HAIKU_PRI_PREFIX_64 "d" macro
274 # define B_PRIdOFF B_PRId64
280 # define B_PRIdINO B_PRId64
287 # define B_PRIdTIME B_PRId64
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp591 TRACE("%s: %" B_PRId64 " microseconds\n", __func__, count);
595 TRACE("%s: %" B_PRId64 " milliseconds\n", __func__, count);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp45 TRACE("chunk.stripe[%" B_PRId32 "].physical %" B_PRId64 " deviceid %"
46 B_PRId64 "\n", i, chunk->stripes[i].Offset(),
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp222 "offset %" B_PRId64 "\n", fInode->Cluster(), fCurrent,
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp32 "%" B_PRId64 " %" B_PRId32 " %p: " format, system_time(), \
789 "%" B_PRId64 " %" B_PRId32 " %p: " format, system_time(), \
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp185 PRINT(("notify_entry_created(%" B_PRId32 ", %" B_PRId64 ", "
186 "\"%s\", %" B_PRId64 ")\n", request->device,
193 PRINT(("notify_entry_removed(%" B_PRId32 ", %" B_PRId64 ", "
194 "\"%s\", %" B_PRId64 ")\n", request->device,
201 PRINT(("notify_entry_moved(%" B_PRId32 ", %" B_PRId64 ", "
202 "\"%s\", %" B_PRId64 ", \"%s\", %" B_PRId64 ")\n",
211 PRINT(("notify_stat_changed(%" B_PRId32 ", %" B_PRId64 ", "
219 PRINT(("notify_attribute_changed(%" B_PRId32 ", %" B_PRId64 ", "
305 ", %" B_PRId32 ", %" B_PRId64 ", \"
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp226 TRACE((" lba = %" B_PRId64 "\n",
648 B_PRId64 " for data track assuming 0\n",
689 TRACE((" end_lba: %" B_PRId64 "\n", session->end_lba));
699 TRACE((" start_lba: %" B_PRId64 "\n", track->start_lba));
868 WARN(("%s: warning: illegal end lba %" B_PRId64 " found"
874 "session %d; using first value encountered: %" B_PRId64,
H A Dsession.cpp73 DEBUG_INIT_ETC(NULL, ("fd: %d, id: %" B_PRId32 ", offset: %" B_PRId64 ", "
/haiku/src/apps/cortex/RouteApp/
H A DLiveNodeIO.cpp122 "!!! No node found named '%s' with kinds %" B_PRId64 "\n",
/haiku/src/apps/debuganalyzer/gui/chart/
H A DNanotimeChartAxisLegendSource.cpp63 snprintf(buffer, sizeof(buffer), "%02" B_PRId64 ":%02d:%02d.%09d",
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.cpp178 snprintf(buffer, sizeof(buffer), "%" B_PRId64, value.ToInt64());
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DGeneralPage.cpp68 snprintf(buffer, sizeof(buffer), "%s (%" B_PRId64 ")", timeBuffer,
75 snprintf(buffer, sizeof(buffer), "%s (%" B_PRId64 ")", timeBuffer,
82 snprintf(buffer, sizeof(buffer), "%s (%" B_PRId64 ")", timeBuffer,
89 snprintf(buffer, sizeof(buffer), "%s (%" B_PRId64 ")", timeBuffer,
/haiku/src/apps/debuganalyzer/util/
H A DTimeUtils.h68 snprintf(buffer, bufferSize, "%02" B_PRId64 ":%02d:%02d:%06d",
90 snprintf(buffer, bufferSize, "%02" B_PRId64 ":%02d:%02d:%09d",
/haiku/src/apps/installer/
H A DProgressReporter.cpp72 printf("%" B_PRIdOFF " bytes to write in %" B_PRId64 " files\n",
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.cpp279 TRACE("_InitFromTrack(): keyframes: %" B_PRId16 ", frame count: %" B_PRId64
282 B_PRId64 "\n", fHasKeyFrames, fCountFrames);
705 printf(" seek to key frame backward: %" B_PRId64 " -> %"
706 B_PRId64 " (%" B_PRId64 ") - %s\n", wantedPosition,
H A DProxyAudioSupplier.cpp93 TRACE("GetFrames(%p, frameCount: %" B_PRId64 ", time interval: %"
/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp180 printf("--\n%" B_PRId64 " items.\n", count);
195 printf("%" B_PRId64 " items.\n", count);
/haiku/src/bin/
H A Dcatattr.cpp245 printf("%" B_PRId64 "\n", *((int64*)buffer));
H A Dps.c104 B_PRId64 " ", threadInfo.name, threadInfo.thread, threadState,
H A Dvmstat.cpp108 printf("%11" B_PRId32 " %11" B_PRId64 " %11" B_PRId64 " %11"
109 B_PRId64 "\n", pageFaults, usedMemory, usedSwap, blockCache);
/haiku/src/bin/rc/
H A Ddecompile.cpp331 fprintf(sOutputFile, "(int64)%" B_PRId64, *(int64 *)data);
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp78 strlcpy(_formatString, B_PRId64, formatSize);
/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp64 fName.SetToFormat("[%" B_PRId64 "]", fElementIndex);
/haiku/src/kits/interface/
H A DPrintJob.cpp580 snprintf(buffer, bufferSize, "%s@%" B_PRId64, fPrintJobName,
/haiku/src/kits/media/
H A DBufferProducer.cpp117 "max latency %" B_PRId64 "\n", fNodeID, fName, *_latency);
146 TRACE("PRODUCER_SET_RUN_MODE_DELAY: fDelay now %" B_PRId64 "\n",

Completed in 153 milliseconds

12345