Searched refs:B_PRIu16 (Results 1 - 25 of 50) sorted by relevance

12

/haiku/src/add-ons/accelerants/common/
H A Dvalidate_display_mode.cpp38 TRACE("%s: syncStart(%" B_PRIu16 ") < display(%" B_PRIu16 ")"
39 " + min_before_sync(%" B_PRIu16 ")\n", __func__, syncStart,
43 TRACE("%s: syncStart(%" B_PRIu16 ") > max_sync_start(%" B_PRIu16 ")\n",
50 TRACE("%s: syncLength(%" B_PRIu16 ")"
51 " < min_sync_length(%" B_PRIu16 ")\n",
55 TRACE("%s: syncLength(%" B_PRIu16 ")"
56 " > max_sync_length(%" B_PRIu16 ")\n",
62 TRACE("%s: total(%" B_PRIu16 ")"
[all...]
/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.cpp83 result.SetToFormat("%s_%" B_PRIu16 "x%" B_PRIu16 , fCode.String(), fWidth, fHeight);
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp141 "echo connected; export TARGET_SCREEN=%" B_PRIu16 "; %s\n", port,
167 sprintf(localRedirect, "localhost:%" B_PRIu16 ":localhost:%"
168 B_PRIu16, port, port);
171 sprintf(portNumber, "%" B_PRIu16, sshPort);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp244 TRACE("got message code %" B_PRIu16 " with %" B_PRIu32 " bytes\n", code,
365 TRACE("set mode: %" B_PRIu16 " %" B_PRIu16 "\n", mode.virtual_width,
381 TRACE("get mode: %" B_PRIu16 " %" B_PRIu16 "\n", mode->virtual_width,
459 TRACE("propose mode: %" B_PRIu16 " %" B_PRIu16 "\n",
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp52 out.Print("bfs:alloc %" B_PRId32 ".%" B_PRIu16 ".%" B_PRIu16,
74 out.Print("bfs:free %" B_PRId32 ".%" B_PRIu16 ".%" B_PRIu16,
739 FUNCTION_START(("group = %" B_PRId32 ", start = %" B_PRIu16
740 ", maximum = %" B_PRIu16 ", minimum = %" B_PRIu16 "\n",
1008 FUNCTION_START(("group = %" B_PRId32 ", start = %" B_PRIu16
1009 ", length = %" B_PRIu16 "\n", group, start, length))
1019 " (%" B_PRId32 ", %" B_PRIu16 ",
[all...]
H A DCheckVisitor.cpp640 PRINT(("%s: block_run(%" B_PRId32 ", %" B_PRIu16 ", %" B_PRIu16 ")"
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp297 TRACE("%s: %" B_PRIu32 " %" B_PRIu16 " %" B_PRIu16 " %" B_PRIu16
298 " %" B_PRIu16 " %" B_PRIu16 " %" B_PRIu16 " %" B_PRIu16
299 " %" B_PRIu16 "\n", __func__, timing->pixel_clock,
1023 ERROR(" + i2c gpio table id: %" B_PRIu16 "\n", i2cPinIndex);
1032 ERROR(" + hpd gpio table id: %" B_PRIu16 "\
[all...]
H A Dmode.cpp184 TRACE(" mode->virtual_width: %" B_PRIu16 "\n", mode->virtual_width);
185 TRACE(" mode->virtual_height: %" B_PRIu16 "\n", mode->virtual_height);
186 TRACE(" mode->h_display_start: %" B_PRIu16 "\n", mode->h_display_start);
187 TRACE(" mode->v_display_start: %" B_PRIu16 "\n", mode->v_display_start);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.cpp99 "(%" B_PRIu16 ")\n", entry->namelen, B_BENDIAN_TO_HOST_INT16(entry->offset.i));
144 "(%" B_PRIu16 ")\n", entry->namelen, B_BENDIAN_TO_HOST_INT16(entry->offset.i));
H A DNodeAttribute.cpp302 TRACE("offset:(%" B_PRIu16 ")\n", offset);
372 TRACE("offset:(%" B_PRIu16 ")\n", offset);
H A DLeafAttribute.cpp252 TRACE("offset:(%" B_PRIu16 ")\n", offset);
299 TRACE("offset:(%" B_PRIu16 ")\n", offset);
H A DLeafDirectory.cpp168 TRACE("NumberOfEntries in leaf: (%" B_PRIu16 ")\n", header->Count());
294 TRACE("GetNext: fOffset:(%" B_PRIu32 "), currentOffset:(%" B_PRIu16 ")\n",
/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp116 buffer.SetToFormat("%" B_PRIu16, fPortSetting->DefaultValue().ToUInt16());
/haiku/src/add-ons/kernel/power/cpufreq/intel_pstates/
H A Dintel_pstates.cpp257 dprintf("using Intel P-States: min %" B_PRIu16 ", max %" B_PRIu16
258 ", boost %" B_PRIu16 "%s\n", sMinPState, sMaxPState, sBoostPState,
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp50 strlcpy(_formatString, B_PRIu16, formatSize);
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.cpp115 dprintf("file.select: %" B_PRIu16 "\n", file.select);
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dblock.cpp565 SHOW_FLOW(3, "UNMAP data used %" B_PRIu16
577 dprintf("[%3" B_PRIu16 "] %" B_PRIu64 " : %" B_PRIu32 "\n",
754 dprintf("%" B_PRIu32 " : %" B_PRIu16 "\n",
/haiku/src/bin/
H A Dcatattr.cpp236 printf("%" B_PRIu16 "\n", *((uint16*)buffer));
H A Dlistattr.cpp92 printf("%" B_PRIu16 "\n", *((uint16 *)buffer));
/haiku/headers/build/
H A DHaikuBuildCompatibility.h225 # define B_PRIu16 "u" macro
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h242 ", %p, %p, %" B_PRIu16 ", %" B_PRIx32 "\n", volume->FSVolume(),
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp344 TRACE("%s(%" B_PRIu16 "x%" B_PRIu16 ", virtual: %" B_PRIu16 "x%" B_PRIu16 ")\n", __func__,
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DHIDDevice.cpp307 TRACE("_FetchReport %" B_PRIuSIZE " %" B_PRIu16 "\n", reportSize,
/haiku/headers/os/support/
H A DSupportDefs.h78 #define B_PRIu16 "u" macro
/haiku/src/bin/listdev/
H A Dlistdev.cpp99 printf("uint16 : %" B_PRIu16 " (%#" B_PRIx16 ")", attr->value.ui16,

Completed in 201 milliseconds

12