Searched refs:B_PRId32 (Results 1 - 25 of 656) sorted by relevance

1234567891011>>

/haiku/src/apps/mediaplayer/support/
H A DDurationToString.cpp25 snprintf(string, stringSize, "%s%" B_PRId32 ":%02" B_PRId32 ":%02"
26 B_PRId32, negative ? "-" : "", hours, minutes, seconds);
28 snprintf(string, stringSize, "%s%" B_PRId32 ":%02" B_PRId32,
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h28 # define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0)
29 # define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); des
[all...]
/haiku/src/servers/media/
H A DBufferManager.cpp47 TRACE("RegisterBuffer team = %" B_PRId32 ", bufferid = %" B_PRId32 "\n",
52 ERROR("failed to register buffer! team = %" B_PRId32 ", bufferid = %"
53 B_PRId32 "\n", team, bufferID);
73 TRACE("RegisterBuffer team = %" B_PRId32 ", area = %"
74 B_PRId32 ", offset = %" B_PRIuSIZE ", size = %" B_PRIuSIZE "\n",
80 ", team = %" B_PRId32 ", area = %" B_PRId32 ", offset = %"
102 TRACE("RegisterBuffer: done, bufferID = %" B_PRId32 "\n", info.id);
113 TRACE("UnregisterBuffer: team = %" B_PRId32 ", bufferI
[all...]
H A DNodeManager.cpp189 TRACE("NodeManager::RegisterNode: node %" B_PRId32 ", addon_id %" B_PRId32
190 ", flavor_id %" B_PRId32 ", name \"%s\", kinds %#" B_PRIx64", port %"
191 B_PRId32 ", team %" B_PRId32 "\n", *_nodeID, addOnID, flavorID, name,
201 TRACE("NodeManager::UnregisterNode enter: node %" B_PRId32 ", team %"
202 B_PRId32 "\n", id, team);
208 ERROR("NodeManager::UnregisterNode: couldn't find node %" B_PRId32
209 " (team %" B_PRId32 ")\n", id, team);
216 ERROR("NodeManager::UnregisterNode: team %" B_PRId32 " trie
[all...]
H A DAppManager.cpp74 TRACE("AppManager::RegisterTeam %" B_PRId32 "\n", team);
76 ERROR("AppManager::RegisterTeam: team %" B_PRId32 " already"
94 TRACE("AppManager::UnregisterTeam %" B_PRId32 "\n", team);
144 printf(" team %" B_PRId32 " \"%s\", messenger %svalid\n",
169 TRACE("AppManager: cleaning up team %" B_PRId32 "\n", team);
/haiku/src/bin/
H A Dlistport.c60 printf("port: total: %5" B_PRId32 ", "
61 "used: %5" B_PRId32 ", "
62 "left: %5" B_PRId32 "\n",
77 printf("\nteam %" B_PRId32 " unknown\n", id);
81 printf("\nTEAM %4" B_PRId32 " (%s):\n", id, this_team.args);
86 printf("%5" B_PRId32 " %28s %8" B_PRId32 " %6" B_PRId32 "\n",
H A Dlistarea.c37 printf("memory: total: %4" B_PRId32 "KB, used: %4" B_PRId32 "KB, left: %4"
38 B_PRId32 "KB\n", max, used, max - used);
50 printf("\nteam %" B_PRId32 " unknown\n", id);
55 printf("\n%s (team %" B_PRId32 ")\n", teamInfo.args, id);
62 printf("%5" B_PRId32 " %32s %p %8" B_PRIxSIZE " %8" B_PRIx32 " %5"
63 B_PRId32 " %5" B_PRId32 " %5" B_PRId32 "\n",
H A Dlistsem.c42 printf("%7" B_PRId32 "%31s%7" B_PRId32 "\n", info->sem, info->name,
50 printf("TEAM %" B_PRId32 " (%s):\n", tinfo->team, tinfo->args);
112 printf("semaphore %" B_PRId32 " unknown\n\n", id);
122 printf("team %" B_PRId32 " unknown\n\n", team);
H A Ddiskimage.cpp60 printf("%6" B_PRId32 " ", device.ID());
107 printf("Registered file as disk device \"%s\" with ID %" B_PRId32 ".\n",
110 printf("Registered file as disk device with ID %" B_PRId32 ", "
131 "with ID %" B_PRId32 ": %s\n", id, strerror(error));
135 printf("Unregistered file disk device with ID %" B_PRId32 ".\n",
139 fprintf(stderr, "No file disk device with ID %" B_PRId32 ","
176 "%s \"%s\" (ID: %" B_PRId32 "): %s\n",
183 "(ID: %" B_PRId32 ")\n", isFilePath ? " for file" : "",
H A Dlistimage.c41 i = asprintf(&format, "%%5" B_PRId32 " 0x%%0%" B_PRIu32 PRIxPTR
42 " 0x%%0%" B_PRIu32 PRIxPTR " %%4" B_PRId32 " %%10" B_PRIu32 " %%s\n",
52 printf("\nTEAM %4" B_PRId32 " (%s):\n", id, teamInfo.args);
93 B_PRId32 ": %s\n", info.team, strerror(result));
113 B_PRId32 ": %s\n", info.team, strerror(result));
/haiku/headers/private/media/
H A DMediaDebug.h21 #define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0)
22 #define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); des
[all...]
/haiku/src/tests/servers/registrar/
H A DRegistrarTest1.cpp21 printf("TestApp::ArgvReceived(%" B_PRId32 ")\n", argc);
25 printf("team: %" B_PRId32 "\n", returnAddress.Team());
27 printf("arg %" B_PRId32 ": `%s'\n", i, argv[i]);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp36 kprintf(" volume %p: %" B_PRId32 "\n", volume,
59 kprintf(" port %p, owner: %" B_PRId32 ", count: %" B_PRId32 "\n",
78 kprintf(" owner port: %" B_PRId32 "\n", port->fPort.fInfo.owner_port);
79 kprintf(" client port: %" B_PRId32 "\n", port->fPort.fInfo.client_port);
80 kprintf(" size: %" B_PRId32 "\n", port->fPort.fInfo.size);
81 kprintf(" capacity: %" B_PRId32 "\n", port->fPort.fCapacity);
/haiku/src/tests/system/libroot/os/
H A Dsystem_watching_test.cpp146 printf("team: %" B_PRId32 "\n", teamID);
157 printf("team: %" B_PRId32 "\n", teamID);
168 printf("team: %" B_PRId32 "\n", teamID);
180 printf("thread: %" B_PRId32 "\n", threadID);
191 printf("thread: %" B_PRId32 "\n", threadID);
202 printf("thread: %" B_PRId32 "\n", threadID);
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackFrameCommand.cpp46 printf("Current frame: %" B_PRId32 ": %s\n", currentFrameIndex,
60 printf("Error: Index %" B_PRId32 " out of range\n", frameNumber);
/haiku/src/servers/bluetooth/
H A DHCITransportAccessor.cpp21 printf("%s: hid retrieved %" B_PRIx32 " status=%" B_PRId32 "\n",
24 printf("%s: Device driver %s could not be opened %" B_PRId32 "\n",
/haiku/src/kits/storage/sniffer/
H A DRange.cpp37 sprintf(start_str, "%" B_PRId32, fStart);
38 sprintf(end_str, "%" B_PRId32, fEnd);
/haiku/src/tests/system/libroot/posix/
H A Duser_thread_fork_test.cpp27 printf("defer_signals: %" B_PRId32 "\n", t->defer_signals);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DGeneralPage.cpp52 snprintf(buffer, sizeof(buffer), "%" B_PRId32, fModel->CountCPUs());
71 snprintf(buffer, sizeof(buffer), "%" B_PRId32, fModel->CountTeams());
75 snprintf(buffer, sizeof(buffer), "%" B_PRId32, fModel->CountThreads());
/haiku/src/kits/media/
H A DTimeSourceObject.cpp32 B_PRId32 "\n", node.node);
54 snprintf(fName, B_MEDIA_NAME_LENGTH, "timesource %" B_PRId32,
62 TRACE("TimeSourceObject::TimeSourceObject leave, node id %" B_PRId32 "\n",
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.cpp22 out.Print("scheduler enqueue %" B_PRId32 " \"%s\", effective priority %"
23 B_PRId32 ", real priority %" B_PRId32, fID, fName, fEffectivePriority,
41 out.Print("scheduler remove %" B_PRId32 ", priority %" B_PRId32, fID,
58 out.Print("schedule %" B_PRId32 " \"%s\", priority %" B_PRId32 ", CPU %"
59 B_PRId32 ", previous thread: %" B_PRId32 " (", fID, fName, fPriority,
64 out.Print("sem %" B_PRId32,
[all...]
/haiku/src/apps/haikudepot/server/
H A DPopulatePkgSizesProcess.cpp84 HDINFO("[%s] did populate size for %" B_PRId32 " packages with %" B_PRId32
85 " already having a size and %" B_PRId32 " unable to derive a size",
/haiku/src/add-ons/print/drivers/preview/
H A DPrinterDriver.cpp69 printf("PrinterDriver::PrintPage(): Faking print of page %" B_PRId32
70 "/ %" B_PRId32 "\n", page, pfh.page_count);
78 printf("PrintJobReader::NumberOfPages(): %" B_PRId32 "\n",
80 printf("PrintJobReader::FirstPage(): %" B_PRId32 "\n", reader.FirstPage());
81 printf("PrintJobReader::LastPage(): %" B_PRId32 "\n", reader.LastPage());
93 printf("PrintJobReader::GetResolution(): xdpi:%" B_PRId32 ", ydpi:%"
94 B_PRId32 "\n", xdpi, ydpi);
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp58 "file: %" B_PRId32 ", expected: %" B_PRId32 ", line %"
59 B_PRId32 "\n", sequenceNumber, lastSequenceNumber + 1,
73 B_PRId32 ", got '%s'\n", currentLine, line.String());
79 B_PRId32 " (%s)?\n", currentLine, timeCode.String());
88 "line %" B_PRId32 "\n", currentLine);
101 "line %" B_PRId32 "\n", currentLine);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp31 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::UnixDatagramEndpoint()\n",
38 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::~UnixDatagramEndpoint()\n",
46 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Init()\n",
56 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Uninit()\n",
66 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Open()\n",
80 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Close()\n",
102 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Free()\n",
117 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Bind(\"%s\")\n",
138 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Unbind()\n",
153 TRACE("[%" B_PRId32 "]
[all...]

Completed in 175 milliseconds

1234567891011>>