/haiku/src/apps/haiku3d/texture/ |
H A D | BitmapTexture.cpp | 47 "(%" B_PRIi32 ", %" B_PRIi32 ", %" B_PRIi32 "bits)\n", in _Load()
|
/haiku/src/bin/ |
H A D | setdecor.cpp | 103 "error NULL entry @ %" B_PRIi32 " / %" B_PRIi32 in main() 141 "error NULL entry @ %" B_PRIi32 " / %" B_PRIi32 in main()
|
/haiku/headers/build/ |
H A D | HaikuBuildCompatibility.h | 218 # define B_PRIi32 __HAIKU_PRI_PREFIX_32 "i" macro 278 # define B_PRIiDEV B_PRIi32 285 # define B_PRIiTIME B_PRIi32
|
/haiku/src/apps/webpositive/ |
H A D | ConsoleWindow.cpp | 85 finalText.SetToFormat("%s:%" B_PRIi32 ":%" B_PRIi32 ": %s\n", in MessageReceived()
|
/haiku/src/add-ons/kernel/drivers/audio/ice1712/ |
H A D | midi.cpp | 136 ITRACE_VV("**midi_read: %" B_PRIi32 "\n", ret); in ice1712Midi_read() 149 ITRACE_VV("**midi_write: %" B_PRIi32 "\n", ret); in ice1712Midi_write()
|
H A D | multi.cpp | 240 ITRACE_VV("request_channel_count = %" B_PRIi32 "\n", in ice1712Get_Description() 311 ITRACE("output_channel_count = %" B_PRIi32 "\n", in ice1712Get_Description() 313 ITRACE("input_channel_count = %" B_PRIi32 "\n", in ice1712Get_Description() 315 ITRACE("output_bus_channel_count = %" B_PRIi32 "\n", in ice1712Get_Description() 317 ITRACE("input_bus_channel_count = %" B_PRIi32 "\n", in ice1712Get_Description() 966 ITRACE_VV("Get MixValue Channels: Max %" B_PRIi32 "\n", mmci->control_count); in ice1712Get_MixValueControls() 1036 ITRACE_VV("Get MixValue Channels: Returned %" B_PRIi32 "\n", in ice1712Get_MixValueControls() 1164 ITRACE("return_playback_buffers = %" B_PRIi32 "\n", in ice1712Buffer_Get() 1166 ITRACE("return_playback_channels = %" B_PRIi32 "\n", in ice1712Buffer_Get() 1176 ITRACE("return_record_buffers = %" B_PRIi32 "\n", in ice1712Buffer_Get() [all …]
|
/haiku/headers/os/support/ |
H A D | SupportDefs.h | 71 #define B_PRIi32 __HAIKU_PRI_PREFIX_32 "i" macro 171 #define B_PRIiDEV B_PRIi32 180 # define B_PRIiTIME B_PRIi32
|
/haiku/src/tests/kits/shared/ |
H A D | JsonErrorHandlingTest.cpp | 246 fprintf(stderr, "expected error at line %" B_PRIi32 " - %s : %s\n", in TestParseWithErrorMessage() 251 fprintf(stderr, "actual error at line %" B_PRIi32 " - %s : %s\n", in TestParseWithErrorMessage()
|
/haiku/src/apps/haikudepot/server/ |
H A D | PopulatePkgUserRatingsFromServerProcess.cpp | 105 HDERROR("corrupt user rating at index %" B_PRIi32, index); in RunInternal() 177 HDDEBUG("did retrieve %" B_PRIi32 " user ratings for [%s]", index - 1, in RunInternal()
|
H A D | LocalRepositoryUpdateProcess.cpp | 92 HDINFO("[%s] did update %" B_PRIi32 " local repositories' caches", in RunInternal()
|
H A D | ServerHelper.cpp | 81 " server [%" B_PRIi32 "]"), errorCode); in AlertServerJsonRpcError()
|
H A D | ServerPkgDataUpdateProcess.cpp | 317 HDINFO("[%s] did process %" B_PRIi32 " packages' data " in ProcessLocalData()
|
H A D | WebAppInterface.cpp | 1156 HDERROR("failed to get data from '%s': %" B_PRIi32 "", in _SendRawGetRequest()
|
/haiku/src/add-ons/media/media-add-ons/multi_audio/ |
H A D | MultiAudioNode.cpp | 389 PRINT(("NodeRegistered(): creating an input for %" B_PRIi32 "\n", in NodeRegistered() 451 PRINT(("NodeRegistered(): creating an output for %" B_PRIi32 "\n", in NodeRegistered() 1189 "%" B_PRIi32 ", lateness:%" B_PRIdBIGTIME "\n", in _HandleBuffer() 1210 PRINT(("MultiAudioNode::HandleDataStatus status:%" B_PRIi32 ", lateness:%" in _HandleDataStatus() 1242 PRINT(("MultiAudioNode::HandleSeek(t=%" B_PRIdBIGTIME ",d=%" B_PRIi32 in _HandleSeek() 1348 PRINT(("id: %" B_PRIi32 "\n", id)); in GetParameterValue() 1419 B_PRIi32 "]: %f\n", i, ((float*)value)[i])); in GetParameterValue() 1432 B_PRIi32 "]: %" B_PRIi32 "\n", i, ((int32*)value)[i])); in GetParameterValue() 1446 PRINT(("id: %" B_PRIi32 ", performance_time: %" B_PRIdBIGTIME in SetParameterValue() 1573 PRINT(("SetParameterValue B_CONTINUOUS_PARAMETER value[%" B_PRIi32 in SetParameterValue() [all …]
|
/haiku/src/kits/shared/ |
H A D | JsonWriter.cpp | 35 fprintf(stderr, "! json err @line %" B_PRIi32 " - %s : %s\n", line, in HandleError()
|
/haiku/src/apps/haikudepot/process/ |
H A D | AbstractProcessNode.cpp | 81 B_PRIi32 " seconds", Process()->Name(), secondElapsed); in _SpinUntilProcessState()
|
/haiku/src/apps/magnify/ |
H A D | Magnify.cpp | 1139 fCH1Str.SetToFormat("➀ x: %" B_PRIi32 ", y: %" B_PRIi32, in Draw() 1141 fCH2Str.SetToFormat("➁ x: %" B_PRIi32 ", y: %" B_PRIi32, in Draw() 1165 fCH1Str.SetToFormat("x: %" B_PRIi32 ", y: %" B_PRIi32, (int32)pt1.x, (int32)pt1.y); in Draw()
|
/haiku/src/tests/system/kernel/file_corruption/fs/ |
H A D | File.cpp | 572 PRINT(" removing block %" B_PRIu64 " at level %" B_PRIi32 "\n", in _ShrinkTree() 640 PRINT(" inserting block %" B_PRIu64 " at level %" B_PRIi32 in _GrowTree()
|
/haiku/src/apps/haikudepot/model/ |
H A D | PackageIconTarRepository.cpp | 194 HDINFO("did collect %" B_PRIi32 " tar pointers (%6.3g secs)", in Init()
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/ |
H A D | multi.c | 407 "invalid control id requested : %" B_PRIi32 "\n", id)); in auvia_get_mix() 448 "invalid control id requested : %" B_PRIi32 "\n", id)); in auvia_set_mix() 459 "invalid control id requested : %" B_PRIi32 "\n", id)); in auvia_set_mix()
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/ |
H A D | multi.c | 403 "invalid control id requested : %" B_PRIi32 "\n", id)); in auich_get_mix() 444 "invalid control id requested : %" B_PRIi32 "\n", id)); in auich_set_mix() 455 "invalid control id requested : %" B_PRIi32 "\n", id)); in auich_set_mix()
|
/haiku/src/add-ons/kernel/drivers/audio/emuxki/ |
H A D | multi.c | 537 "invalid control id requested : %" B_PRIi32 "\n", id)); in emuxki_get_mix() 578 "invalid control id requested : %" B_PRIi32 "\n", id)); in emuxki_set_mix() 589 "invalid control id requested : %" B_PRIi32 "\n", id)); in emuxki_set_mix()
|
/haiku/src/add-ons/kernel/file_systems/fat/ |
H A D | encodings.cpp | 1579 printf("result of %s = %" B_PRIi32 " ", argv[i], result); in main()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 1553 #define B_PRIi32 FSSH_B_PRIi32 macro
|
/haiku/docs/user/support/ |
H A D | SupportDefs.dox | 351 \def B_PRIi32
|