Searched refs:B_PRId32 (Results 526 - 550 of 657) sorted by relevance

<<21222324252627

/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp573 printf("\tMTU: %" B_PRId32 ", Metric: %" B_PRId32, interface.MTU(),
/haiku/src/apps/mail/
H A DPrefs.cpp330 sprintf(label, "%" B_PRId32, old_size);
751 sprintf(label, "%" B_PRId32, sizes[loop]);
/haiku/src/apps/terminal/
H A DTermParse.cpp1368 "\033[%" B_PRId32 ";%" B_PRId32 "R",
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1204 snprintf(text, sizeof(text), "%" B_PRId32, *(int32*)data);
1227 snprintf(index, sizeof(index), "%" B_PRId32 ".\t", j);
/haiku/src/apps/cortex/support/
H A DMediaString.cpp1057 s.SetToFormat(B_TRANSLATE_COMMENT("%" B_PRId32" �� %" B_PRId32,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp681 TRACE("DirectoryIterator::_SplitIndexedBlock(): Count: %" B_PRId32
682 ", median: %" B_PRId32 "\n", entrySet.Count(), median);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp390 data.SetToFormat("%" B_PRId32 "%%", int32(fPercent * 100));
454 data.SetToFormat("%" B_PRId32 "%%", int32(fPercent * 100));
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp233 TRACE(("scan_for_drivers_if_needed: mode %" B_PRId32 ": %s\n",
838 kprintf(" dir scanned: %" B_PRId32 "\n", vnode->stream.u.dir.scanned);
857 kprintf(" block size: %" B_PRId32 "\n", info.logical_block_size);
858 kprintf(" session: %" B_PRId32 "\n", info.session);
859 kprintf(" partition: %" B_PRId32 "\n", info.partition);
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1633 TRACE("B_GET_GEOMETRY: %" B_PRId32 " sectors at %" B_PRId32
1799 TRACE_ALWAYS("unhandled ioctl %" B_PRId32 "\n", op);
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp170 "releasing blocking sem %" B_PRId32 "\n", cookie, semaphore));
687 TRACE(("ReaderLocker::AcquireReader() opened_count %" B_PRId32 "\n",
1470 "operations, acquire blocking sem %" B_PRId32 "\n", cookie,
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp1346 dprintf("slab memory manager: created area %p (%" B_PRId32 ")\n", area,
1432 dprintf("slab memory manager: deleting area %p (%" B_PRId32 ")\n", area,
1799 kprintf("%p %10" B_PRId32 " %5" B_PRIu32 " %p %9"
/haiku/src/build/libbe/storage/
H A DEntry.cpp1085 printf("fCStatus == %" B_PRId32 "\n", fCStatus);
/haiku/src/kits/storage/
H A DEntry.cpp757 printf("fCStatus == %" B_PRId32 "\n", fCStatus);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp243 sprintf(suffix, " %" B_PRId32, suffixNumber);
H A DShareVolume.cpp194 "%" B_PRId32 " nodes\n", fNodes->Size());
206 "%" B_PRId32 " entries\n", fEntries->Size());
356 PRINT(" %" B_PRId32 " nodes to remove\n", count);
2372 PRINT("ShareVolume(%" B_PRId32 "): added node ID mapping: local: %"
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp95 printf("InitiateDrag(BPoint(%.1f, %.1f), itemIndex: %" B_PRId32
/haiku/src/kits/media/
H A DBufferProducer.cpp116 printf("BBufferProducer::GetLatency: node %" B_PRId32 ", name \"%s\" has "
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp60 "line %" B_PRId32 ".";
62 "line %" B_PRId32 ".";
64 "line %" B_PRId32 ".";
2322 TRACE_GUI("SourceView::ScrollToLine(%" B_PRId32 ")\n", line);
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp335 fprintf(stderr, "Syntax error in line %" B_PRId32 ": ", state.line);
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp289 stopReason.SetToFormat("Received signal %" B_PRId32 " (%s)",
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp723 fPresentationName.SetToFormat("[%" B_PRId32 "]", fFieldIndex);
/haiku/src/apps/fontdemo/
H A DControlView.cpp324 printf("InstalledStyles(%" B_PRId32 "), Font(%s), Style(%s)\n",
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp499 label.SetToFormat(B_TRANSLATE("%" B_PRId32 " pixels"), widths[i]);
/haiku/src/system/runtime_loader/
H A Dimages.cpp68 FATAL("Could not update image ID %" B_PRId32 " after fork()!\n", image->id);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp640 PRINT(("%s: block_run(%" B_PRId32 ", %" B_PRIu16 ", %" B_PRIu16 ")"

Completed in 334 milliseconds

<<21222324252627