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

/ast/src/lib/libvcodex/
H A Dvcsfxsort.c320 Vcsfxint_t omin, omax, pmin[256], pmax[256]; local
326 if((omin = grp[y<<8]) > (omax = grp[(y<<8)+256]-1) )
345 /**/DEBUG_COUNT(Cn); DEBUG_TALLY(1,Cz,omax-omin+1);
346 for(l = omin; l < pmin[y]; ++l)
352 /**/DEBUG_ASSERT(chkdata(sfx, omin, omax));

Completed in 11 milliseconds