Lines Matching defs:PRF
20 #define PRF(x) x
22 #define PRF(x)
25 #define PRF_STR_INT(s, d) PRF(printf("\n" s " %d\n", (unsigned)d))
283 // PRF(printf("\ncanRead\n"))
305 PRF(printf("\ncrossSize = %d\n", crossSize));
342 PRF(printf("\ncross : crossStart = %7d crossEnd = %7d finish = %1d",
367 // PRF(printf("\nRead error = %d\n", res))
395 PRF(printf("\nParse size = %d\n", (unsigned)size));
399 PRF(printf(" Parse processed = %d, state = %d \n", (unsigned)parse.srcSize, (unsigned)parse.state));
419 PRF(printf("\n Overflow"));
420 // PRF(printf("\nisBlockFinished = %d", (unsigned)parse.blockWasFinished));
421 PRF(printf("\n inDataSize = %d", (unsigned)inDataSize));
479 PRF(printf("\ncross alloc error error\n"));
509 PRF(printf("\nfinished error SZ_ERROR_FAIL = %d\n", res));
559 // if (p->numStartedThreads % 1000 == 0) PRF(printf("\n numStartedThreads=%d\n", p->numStartedThreads));
564 PRF(printf("\nERROR: numStartedThreads=%d\n", p->numStartedThreads));
633 PRF(printf("\nCode Interrupt error = %x\n", codeRes));
727 PRF(printf("\n--Write afterSize = %d\n", (unsigned)afterEndData_Size));
737 PRF(printf("\nAfter Write needContinue = %d\n", (unsigned)needContinue));
738 PRF(printf("\nprocessed = %d\n", (unsigned)p->inProcessed));
742 PRF(printf("\nWrite error = %d\n", res));
749 PRF(printf("\nWrite Interrupt error = %x\n", res));
771 PRF(printf("\np->numFilledThreads = %d\n", p->numFilledThreads));
772 PRF(printf("p->filledThreadStart = %d\n", p->filledThreadStart));
829 PRF(printf("\nthread exit error = %d\n", res));
1114 #undef PRF