Searched refs:B_PRId32 (Results 226 - 250 of 657) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp61 "--style section size: %" B_PRId32 "\n"
62 " gradients: %" B_PRId32 "\n"
63 " gradient transforms: %" B_PRId32 "\n"
64 "---path section size: %" B_PRId32 "\n"
65 "--shape section size: %" B_PRId32 "\n"
66 "---total/different points: %" B_PRId32 "/%" B_PRIdSSIZE "\n",
/haiku/src/system/boot/loader/
H A Dpartitions.cpp343 TRACE((" priority: %" B_PRId32 "\n", (int32)(priority * 1000)));
526 TRACE(("get_child_partition(id = %" B_PRId32 ", index = %" B_PRId32 ")\n",
/haiku/src/servers/input/
H A DMouseSettings.cpp116 printf("type:\t\t%" B_PRId32 " button mouse\n", fSettings.type);
124 printf("accel factor:\t%" B_PRId32 "\n", fSettings.accel.accel_factor);
125 printf("speed:\t\t%" B_PRId32 "\n", fSettings.accel.speed);
/haiku/headers/os/support/
H A DSupportDefs.h70 #define B_PRId32 __HAIKU_PRI_PREFIX_32 "d" macro
170 #define B_PRIdDEV B_PRId32
179 # define B_PRIdTIME B_PRId32
/haiku/src/bin/pkgman/
H A DPackageManager.cpp81 printf("problem %" B_PRId32 ": %s\n", i + 1,
87 printf(" solution %" B_PRId32 ":\n", k + 1);
103 printf("select [1...%" B_PRId32 "/s/q]: ", solutionCount);
/haiku/src/apps/tv/
H A DDeviceRoster.cpp44 printf("Can't find live DVB node. Found %" B_PRId32 " nodes, error %08" B_PRIx32 " (%s)\n",
/haiku/src/apps/cortex/RouteApp/
H A DNodeSetIOContext.cpp74 "!!! NodeSetIOContext::addNode(%" B_PRId32 ", '%s'):\n"
/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp52 printf("endpoint %" B_PRId32 " = %p\n", id, endpoint);
/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp49 sprintf(num, "%" B_PRId32 "", info->subTestNum++);
/haiku/headers/private/kernel/
H A Dscheduling_analysis.h45 out.Print("sem create \"%s\" -> %" B_PRId32 "", fName, fID);
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DThreadWindow.cpp30 snprintf(buffer, sizeof(buffer), "Thread: %s (%" B_PRId32 ")",
/haiku/src/servers/registrar/mime/
H A DRegistrarThreadManager.cpp208 " kill_thread(%" B_PRId32 ") failed with error code"
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp62 strlcpy(_formatString, B_PRId32, formatSize);
/haiku/src/system/boot/loader/file_systems/bfs/
H A Dbfs.cpp115 dprintf("bfs: invalid run(%" B_PRId32 ",%d,%d)\n",
/haiku/src/bin/
H A Dlistfont.cpp143 printf("%" B_PRId32 " tuned", tunedCount);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.cpp209 FATAL(("WARNING: bad item %" B_PRId32
H A DBlockCache.cpp72 INFORM(("WARNING: block not put: %p (ref count: %" B_PRId32 ")\n",
/haiku/src/servers/app/
H A DMessageLooper.cpp152 B_PRId32 ", %s!\n", name, receiver.Port(), strerror(status));
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp104 printf("Remote repositories available: %" B_PRId32 "\n", count);
189 printf("Upgrade count=%" B_PRId32 ", Install count=%" B_PRId32
190 ", Uninstall count=%" B_PRId32 "\n",
/haiku/src/preferences/input/
H A DMouseSettings.cpp137 printf("type:\t\t%" B_PRId32 " button mouse\n", fSettings.type);
139 printf("button[%d]: %" B_PRId32 "\n", i, fSettings.map.button[i]);
142 printf("accel factor:\t%" B_PRId32 "\n", fSettings.accel.accel_factor);
143 printf("speed:\t\t%" B_PRId32 "\n", fSettings.accel.speed);
/haiku/src/kits/network/libnetservices/
H A DUrlRequest.cpp69 PRINT(("BUrlRequest::Run() : Failed to resume thread %" B_PRId32 "\n",
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.cpp150 "path \"%s\", because %" B_PRId32 " other shapes "
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp272 printf("current thread: %" B_PRId32 " \"%s\"\n", fCurrentThread->ID(),
419 printf("[new thread: %" B_PRId32 " \"%s\"]\n", threadID,
423 printf("[thread terminated: %" B_PRId32 " \"%s\"]\n",
432 printf("[thread stopped: %" B_PRId32 " \"%s\"]\n",
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp100 snprintf(name, sizeof(name), "_arg%" B_PRId32, index);
182 kprintf("int32: \33[34m%" B_PRId32 "\33[0m", (int32)value);
304 kprintf("%2" B_PRId32 " %0*lx (+%4ld) %0*lx ", callIndex,
329 kprintf("%" B_PRId32 ":%s@%p + %#lx\n", area->id, area->name,
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp92 snprintf(name, sizeof(name), "_arg%" B_PRId32, index);
174 kprintf("int32: \33[34m%" B_PRId32 "\33[0m", (int32)value);
295 kprintf("%2" B_PRId32 " %0*lx (+%4ld) %0*lx ", callIndex,
320 kprintf("%" B_PRId32 ":%s@%p + %#lx\n", area->id, area->name,

Completed in 347 milliseconds

1234567891011>>