Searched refs:B_PRId64 (Results 26 - 50 of 125) sorted by relevance

12345

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c175 TRACE("mount() OK, nspace@ %p, id %" B_PRId32 ", root@ %p, id %" B_PRId64 "\n", ns, ns->nsid, root, ns->rootid);
222 TRACE("%s(%" B_PRId32 ", %" B_PRId64 ")\n", __FUNCTION__, ns->nsid, node->vnid);
238 TRACE("%s(%" B_PRId32 ", %" B_PRId64 ", %s)\n", __FUNCTION__, ns->nsid, node->vnid, reenter?"r":"!r");
269 TRACE("%s(%" B_PRId32 ", %" B_PRId64 ", %s)\n", __FUNCTION__, _volume->id, vnid, reenter?"r":"!r");
291 TRACE("%s(%" B_PRId32 ", %" B_PRId64 ", %s)\n", __FUNCTION__, _volume->id, node->vnid, reenter?"r":"!r");
307 TRACE("get_vnode_name(%" B_PRId32 ", %" B_PRId64 ", )\n", ns->nsid, (int64)(node?node->vnid:-1));
319 TRACE("walk(%" B_PRId32 ", %" B_PRId64 ", %s)\n", ns->nsid, (int64)(base?base->vnid:-1), file);
362 TRACE("opendir(%" B_PRId32 ", %" B_PRId64 ")\n", ns->nsid, node->vnid);
394 TRACE("closedir(%" B_PRId32 ", %" B_PRId64 ", %p)\n", ns->nsid, node->vnid, cookie);
410 TRACE("rewinddir(%" B_PRId32 ", %" B_PRId64 ")\
[all...]
/haiku/headers/os/support/
H A DSupportDefs.h72 #define B_PRId64 __HAIKU_PRI_PREFIX_64 "d" macro
161 #define B_PRIdOFF B_PRId64
174 #define B_PRIdINO B_PRId64
182 # define B_PRIdTIME B_PRId64
187 #define B_PRIdBIGTIME B_PRId64
/haiku/src/kits/media/
H A DTimeSource.cpp240 ", perf %16" B_PRId64 ", real %16" B_PRId64 ", drift %2.2f\n", ID(),
355 ", perf %16" B_PRId64 ", real %16" B_PRId64 ", drift %2.2f\n", ID(),
382 TRACE("BTimeSource::BroadcastTimeWarp: at_real_time %" B_PRId64
383 ", new_performance_time %" B_PRId64 "\n", at_real_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/file_systems/netfs/shared/
H A DRequestDumper.cpp86 PRINT("%sint64: %" B_PRId64 "\n", _Indentation(), data);
/haiku/src/bin/
H A Dlistattr.cpp101 printf("%" B_PRId64 "\n", *((int64 *)buffer));
275 printf("% *" B_PRId64 " ", kSizeWidth, attrInfo.size);
296 printf("\n%" B_PRId64 " bytes total in attributes.\n", total);
H A Ddf.cpp72 sprintf(string, "%" B_PRId64, numBlocks * blockSize);
96 sprintf(temp, "%" B_PRId64, blocks * (blockSize / 1024));
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp571 fprintf(stderr, "Error reading video frame %" B_PRId64 ": %s\n", i, strerror(ret));
572 status.SetToFormat(B_TRANSLATE("Error read video frame %" B_PRId64), i);
580 fprintf(stderr, "Error writing video frame %" B_PRId64 ": %s\n", i, strerror(ret));
581 status.SetToFormat(B_TRANSLATE("Error writing video frame %" B_PRId64), i);
629 status.SetToFormat(B_TRANSLATE("Error read audio frame %" B_PRId64), i);
638 status.SetToFormat(B_TRANSLATE("Error writing audio frame %" B_PRId64), i);
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp458 TRACE("BAdapterIO::_EvaluateWait TS %" B_PRId64 " P %" B_PRId64
459 " S %" B_PRId64 "\n", totalSize, pos, size);
/haiku/src/apps/cortex/RouteApp/
H A DLiveNodeIO.cpp122 "!!! No node found named '%s' with kinds %" B_PRId64 "\n",
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp78 strlcpy(_formatString, B_PRId64, formatSize);
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dsession.cpp73 DEBUG_INIT_ETC(NULL, ("fd: %d, id: %" B_PRId32 ", offset: %" B_PRId64 ", "
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.cpp201 kprintf(" left_link = %" B_PRId64 "\n", node->left_link);
202 kprintf(" right_link = %" B_PRId64 "\n", node->right_link);
203 kprintf(" overflow_link = %" B_PRId64 "\n", node->overflow_link);
245 kprintf("int64 = %" B_PRId64 " (%#" B_PRIx64 ")",
/haiku/src/bin/locale/
H A Dcollectcatkeys.cpp287 fprintf(stderr, "couldn't read %" B_PRId64 " bytes from %s (got "
288 "only %" B_PRId64 ")\n", sz, inputFile, rsz);
/haiku/src/kits/storage/disk_device/
H A DPartitioningInfo.cpp225 printf(" space at %" B_PRId32 ": offset = %" B_PRId64 ", size = %"
226 B_PRId64 "\n", i, fSpaces[i].offset, fSpaces[i].size);
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp163 dprintf("\tconfigured IRQ: %" B_PRId64 "\n",
238 TRACE("hpet_init: HPET is at %p.\n\tVendor ID: %llx, rev: %llx, period: %" B_PRId64 "\n",
/haiku/src/system/kernel/
H A Dreal_time_clock.cpp93 dprintf("system_time: %" B_PRId64 "\n", system_time());
94 dprintf("system_time_offset: %" B_PRId64 "\n", systemTimeOffset);
/haiku/src/kits/tracker/
H A DTests.cpp183 sprintf(buffer, "last cycle time %" B_PRId64 " ms", cycleTime/1000);
188 sprintf(buffer, "average draw time %" B_PRId64 " us per icon",
/haiku/src/servers/registrar/
H A DRecentEntries.cpp326 B_PRId64 ", '%s') was found to be NULL\n", i,
334 "failed on the entry_ref (%" B_PRId32", %" B_PRId64 ", '%s') "
H A DMessageRunnerManager.cpp754 PRINT("runner %" B_PRId32 " (%" B_PRId64 ", %" B_PRId32 ") rescheduled: %d, "
755 "time: %" B_PRId64 ", now: %" B_PRId64 "\n", info->token, info->interval,
/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,
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp398 TRACE_CFI(" target address: %" B_PRId64 "\n", address);
402 TRACE_CFI(" unsigned LEB128: %" B_PRId64 "\n", address);
406 TRACE_CFI(" signed LEB128: %" B_PRId64 "\n", address);
410 TRACE_CFI(" unsigned 16-bit: %" B_PRId64 "\n", address);
414 TRACE_CFI(" signed 16-bit: %" B_PRId64 "\n", address);
418 TRACE_CFI(" unsigned 32-bit: %" B_PRId64 "\n", address);
422 TRACE_CFI(" signed 32-bit: %" B_PRId64 "\n", address);
426 TRACE_CFI(" unsigned 64-bit: %" B_PRId64 "\n", address);
430 TRACE_CFI(" signed 64-bit: %" B_PRId64 "\n", address);
1185 ", length: %" B_PRId64 "\
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.cpp222 TRACE("ps2: publishing %s: parent %s is %s; wait time %" B_PRId64
449 "wait-time %" B_PRId64 "\n", res, system_time() - start);
487 "wait-time %" B_PRId64 "\n", res, system_time() - start);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp70 default: dprintf("%" B_PRId64, val);
106 default: dprintf("%" B_PRId64, val);
146 default: dprintf("%" B_PRId64, cause);
/haiku/src/kits/support/
H A DBufferIO.cpp248 printf("start %" B_PRId64 "\n", fBufferStart);

Completed in 149 milliseconds

12345