Searched refs:PRINTF (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c89 # define PRINTF kprintf macro
101 # define PRINTF kprintf macro
108 # define PRINTF printf macro
221 PRINTF(HUNGMAN,
235 PRINTF("word> ");
237 PRINTF("%c", (BIT_FROM_LETTER(words[current][i]) & tried_letters)?(words[current][i]):HIDDEN_LETTER);
240 PRINTF("\n");
265 PRINTF("buffer:%s\n", str);
272 PRINTF("not a letter\n");
276 PRINTF("
[all...]
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp19 #define PRINTF(a,b) \ macro
224 PRINTF(-1, ("HandleEvent: Unhandled event -- %lx\n", event->type));
354 PRINTF(1, ("PrepareToConnect() %ldx%ld\n", \
359 PRINTF(0, ("PrepareToConnect: Already connected\n"));
396 PRINTF(1, ("Connect() %ldx%ld\n", \
401 PRINTF(0, ("Connect: Already connected\n"));
407 PRINTF(1, ("Connect: Connect error\n"));
441 PRINTF(0, ("Connect: Out of memory\n"));
458 PRINTF(-1, ("ooeps decode jpg result : %d", n));
462 PRINTF(
[all...]
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp25 #define PRINTF(a,b) \ macro
222 PRINTF(-1, ("HandleEvent: Unhandled event -- %" B_PRIx32 "\n",
358 PRINTF(1, ("PrepareToConnect() %" B_PRIu32 "x%" B_PRIu32 "\n", \
363 PRINTF(0, ("PrepareToConnect: Already connected\n"));
400 PRINTF(1, ("Connect() %" B_PRIu32 "x%" B_PRIu32 "\n", \
405 PRINTF(0, ("Connect: Already connected\n"));
411 PRINTF(1, ("Connect: Connect error\n"));
439 PRINTF(0, ("Connect: Out of memory\n"));
469 PRINTF(1, ("Disconnect()\n"));
472 PRINTF(
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp38 #define PRINTF(a,b) \ macro
292 PRINTF(-1, ("HandleEvent: Unhandled event -- %" B_PRIx32 "\n",
339 PRINTF(1, ("FormatSuggestionRequested() %" B_PRIu32 "x%" B_PRIu32 "\n", \
365 PRINTF(1, ("FormatProposal() %" B_PRIu32 "x%" B_PRIu32 "\n", \
385 PRINTF(1, ("FormatProposal: %" B_PRIu32 "x%" B_PRIu32 "\n", \
468 PRINTF(1, ("PrepareToConnect() %" B_PRIu32 "x%" B_PRIu32 "\n", \
473 PRINTF(0, ("PrepareToConnect: Already connected\n"));
543 PRINTF(1, ("Connect() %" B_PRIu32 "x%" B_PRIu32 "\n", \
548 PRINTF(0, ("Connect: Already connected\n"));
554 PRINTF(
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp30 #define PRINTF(a,b) \ macro
412 PRINTF(-1, ("HandleEvent: Unhandled event -- %lx\n", event->type));
542 PRINTF(1, ("PrepareToConnect() %ldx%ld\n", \
547 PRINTF(0, ("PrepareToConnect: Already connected\n"));
584 PRINTF(1, ("Connect() %ldx%ld\n", \
589 PRINTF(0, ("Connect: Already connected\n"));
595 PRINTF(1, ("Connect: Connect error\n"));
623 PRINTF(0, ("Connect: Out of memory\n"));
653 PRINTF(1, ("Disconnect()\n"));
656 PRINTF(
[all...]
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h104 #define PRINTF(msg) \ macro
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp37 #define PRINTF(a,b) \ macro
583 PRINTF(-1, ("HandleEvent: Unhandled event -- %lx\n", event->type));
1320 PRINTF(1, ("PrepareToConnect() %ldx%ld\n", \
1962 PRINTF(-1, ("FrameGenerator: Error sending buffer\n"));

Completed in 99 milliseconds