Home | History | Annotate | Download | only in perf

Lines Matching defs:vex_printf

1397 static UInt vex_printf ( const char *format, ... )
1561 vex_printf("\n [%d: huff+mtf ",s->currBlockNo);
1824 if (s->verbosity >= 2) vex_printf("rt+rld");
2078 vex_printf(" bucket sorting ...\n");
2105 vex_printf(" depth %6d has ",H);
2150 vex_printf("%6d unresolved strings\n",nNotDone);
2162 vex_printf(" reconstructing block ...\n");
2505 if (verb >= 4) vex_printf(" main sort initialise ...\n");
2538 if (verb >= 4) vex_printf(" bucket sorting ...\n");
2624 vex_printf
2686 vex_printf(" %d pointers, %d sorted, %d scanned\n",nblock,numQSorted,nblock - numQSorted);
2722 vex_printf(" %d work, %d block, ratio %5.2f\n",budgetInit - budget,nblock,(float)(budgetInit - budget) / (float)(nblock==0 ? 1 : nblock));
2729 vex_printf(" too repetitive; using fallback" " sorting algorithm\n");
3042 vex_printf(" %d in block, %d after MTF & 1-2 coding, " "%d+2 syms in use\n",s->nblock,s->nMTF,s->nInUse);
3083 vex_printf(" initial group %d, [%d .. %d], " "has %d syms (%4.1f%%)\n",nPart,gs,ge,aFreq,(100.0 * (float)aFreq) / (float)(s->nMTF));
3217 vex_printf(" pass %d: size is %d, grp uses are ",iter+1,totc/8);
3220 vex_printf("%d ",fave[t]);
3221 vex_printf("\n");
3294 vex_printf(" bytes: mapping %d, ",s->numZ-nBytes);
3306 vex_printf("selectors %d, ",s->numZ-nBytes);
3322 vex_printf("code lengths %d, ",s->numZ-nBytes);
3377 vex_printf("codes %d\n",s->numZ-nBytes);
3392 vex_printf(" block %d: crc = 0x%08x, " "combined CRC = 0x%08x, size = %d\n",s->blockNo,s->blockCRC,s->combinedCRC,s->nblock);
3435 vex_printf(" final combined CRC = 0x%08x\n ",s->combinedCRC);
3567 vex_printf("BZ2_bz__AssertH__fail(%d) called, exiting\n", errcode);
3573 vex_printf("bz_internal_error called, exiting\n", errcode);
4269 vex_printf(" {0x%08x, 0x%08x}",s->storedBlockCRC,s->calculatedBlockCRC);
4271 if (s->verbosity >= 2) vex_printf("]");
4287 vex_printf("\n combined CRCs: stored = 0x%08x, computed = 0x%08x",s->storedCombinedCRC,s->calculatedCombinedCRC);
5735 vex_printf( "%d bytes read\n", nIn );
5742 vex_printf("initial compress failed!\n");
5745 vex_printf( "%d after compression\n", nZ );
5759 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
5764 vex_printf( "mismatch at %d\n", i );
5767 if (i == nOut) vex_printf( "really ok!\n" );
5774 vex_printf( "all ok\n" );