Searched refs:B_PRId32 (Results 101 - 125 of 656) sorted by path

1234567891011>>

/haiku/src/bin/
H A Dps.c32 { "Id", "%5s", "%5" B_PRId32 },
33 { "Threads", "#%7s", "%8" B_PRId32 },
103 printf("%-37s %5" B_PRId32 " %8s %4" B_PRId32 " %8" B_PRIu64 " %8"
112 printf("%s(%" B_PRId32 ")\n", semaphoreInfo.name,
115 printf("%s(%" B_PRId32 ")\n", strerror(status),
H A Droster.cpp82 printf("%6" B_PRId32 " %*s %5" B_PRId32 " %5" B_PRIx32 " (%s)\n",
H A Dscreeninfo.cpp101 printf("Screen %" B_PRId32 ":", screen.ID().id);
106 printf(" version: %" B_PRId32 "\n", info.version);
H A Dtranslate.cpp615 printf("name: %s\ninfo: %s\nversion: %" B_PRId32 ".%" B_PRId32 ".%"
616 B_PRId32 "\n", name, info,
H A Dvmstat.cpp108 printf("%11" B_PRId32 " %11" B_PRId64 " %11" B_PRId64 " %11"
/haiku/src/bin/rc/
H A Ddecompile.cpp191 fprintf(sOutputFile, "resource(%" B_PRId32 ") ", id);
196 fprintf(sHeaderFile, "\t%s = %" B_PRId32 ",\n", name, id);
199 fprintf(sHeaderFile, "\t%s%s_%s = %" B_PRId32 ",\n", PREFIX, code,
204 fprintf(sHeaderFile, "\t%s%" B_PRIu32 "_%s = %" B_PRId32 ",\n",
208 fprintf(sOutputFile, "resource(%" B_PRId32 ", \"%s\") ", id, name);
319 fprintf(sOutputFile, "%" B_PRId32, *(int32 *)data);
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp81 printf(" %" B_PRId32 "\n", mode.BitsPerPixel());
360 "%" B_PRId32 "x%" B_PRId32 "x%" B_PRId32 ": "
/haiku/src/build/libbe/storage/
H A DEntry.cpp1085 printf("fCStatus == %" B_PRId32 "\n", fCStatus);
/haiku/src/build/libbe/support/
H A DLocker.cpp121 fprintf(stderr, "Unlocking BLocker with sem %" B_PRId32
122 " from wrong thread %" B_PRId32 ", current holder %" B_PRId32
/haiku/src/kits/app/
H A DApplication.cpp612 "Quit(), team=%" B_PRId32 ", looper=%s\n", Team(), name);
/haiku/src/kits/debug/
H A DTeamDebugger.cpp43 snprintf(name, sizeof(name), "debugger for team %" B_PRId32, team);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp514 snprintf(buffer, sizeof(buffer), "team %" B_PRId32 " debug listener",
1515 TRACE_EVENTS("TeamDebugger for team %" B_PRId32 ": received event "
1516 "from team %" B_PRId32 "!\n", fTeamID, event->Team());
1535 TRACE_EVENTS("TeamDebugger::_HandleDebuggerMessage(): %" B_PRId32 "\n",
1546 B_PRId32 "\n", event->Thread());
1554 TRACE_EVENTS("B_DEBUGGER_MESSAGE_DEBUGGER_CALL: thread: %" B_PRId32
1563 TRACE_EVENTS("B_DEBUGGER_MESSAGE_BREAKPOINT_HIT: thread: %" B_PRId32
1572 TRACE_EVENTS("B_DEBUGGER_MESSAGE_WATCHPOINT_HIT: thread: %" B_PRId32
1581 TRACE_EVENTS("B_DEBUGGER_MESSAGE_SINGLE_STEP: thread: %" B_PRId32
1591 B_PRId32 "\
[all...]
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp263 WARNING("Failed to create symbol lookup for image (%" B_PRId32
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp282 snprintf(buffer, sizeof(buffer), "team %" B_PRId32 " debugger", fTeamID);
915 printf("DebuggerInterface for team %" B_PRId32 ": unknown message "
916 "from kernel: %" B_PRId32 "\n", fTeamID, messageCode);
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp288 printf("CoreFile::_Init(): got %" B_PRId32 " areas, %" B_PRId32 " images, %"
289 B_PRId32 " threads\n", CountAreaInfos(), CountImageInfos(), CountThreadInfos());
651 WARNING("Symbols note: image (ID %" B_PRId32 ") not found\n",
/haiku/src/kits/debugger/jobs/
H A DGetStackTraceJob.cpp36 SetDescription("Retrieving stack trace for thread %" B_PRId32, fThread->ID());
/haiku/src/kits/debugger/model/
H A DTeam.cpp630 TRACE_CODE("Team::GetStatementAtSourceLocation(%p, (%" B_PRId32 ", %"
631 B_PRId32 "))\n", sourceCode, location.Line(), location.Column());
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp140 token.SetToFormat("Unknown token type %" B_PRId32, type);
1368 B_PRId32 ".", fValueNode->Name().String(), error);
1706 B_PRId32 ".", identifierName.String(), error);
1856 " type %d for base type %s: %s (%" B_PRId32 ")",
1886 B_PRId32 ")", resolvedSize, finalType->Name().String(),
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp267 fprintf(stderr, "Error: Failed to attach to team %" B_PRId32
290 printf("Error: debugger for team %" B_PRId32 " on interface %s failed"
295 printf("debugger for team %" B_PRId32 " on interface %s created and"
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp69 snprintf(buffer, sizeof(buffer), "LocalTargetHostInterface %" B_PRId32,
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp282 printf("ValueLocation: %s endian, %" B_PRId32 " pieces:\n",
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp62 strlcpy(_formatString, B_PRId32, formatSize);
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp122 TRACE_LOCALS(" piece %" B_PRId32 ": memory address: %#"
126 TRACE_LOCALS(" piece %" B_PRId32 ": implicit value, "
165 TRACE_LOCALS(" piece %" B_PRId32 ": register: %" B_PRIu32
H A DValueWriter.cpp78 TRACE_LOCALS(" piece %" B_PRId32 ": memory address: %#"
94 TRACE_LOCALS(" piece %" B_PRId32 ": register: %" B_PRIu32
114 B_PRId32 " to register\n", bytesToWrite);
/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp285 "detected list size %" B_PRId32 "\n",

Completed in 199 milliseconds

1234567891011>>