Home | History | Annotate | Download | only in makeconv

Lines Matching refs:uniqueCount

417     int32_t i, j, uniqueCount, count, subStart, subLimit;
427 /* step 1: examine the input units; set low, high, uniqueCount */
431 uniqueCount=1;
441 ++uniqueCount;
447 if(count<0x100 && (unitIndex==0 || uniqueCount>=(3*count)/4)) {
457 count=uniqueCount;
481 if(count>uniqueCount) {
716 int32_t i, j, uniqueCount, count, subStart, subLimit;
727 /* step 1: examine the input units; set low, high, uniqueCount */
731 uniqueCount=1;
741 ++uniqueCount;
747 count=uniqueCount;