Home | History | Annotate | Download | only in engine

Lines Matching full:clrcnt

679     NJ_UINT16           clrcnt, diccnt;
722 for (clrcnt = 0; clrcnt < cursor->cond.yclen; clrcnt++) {
729 if (clrcnt != 0) {
730 initst = clrcnt + 1;
757 clrcnt = cacheOverKeyPtr;
759 clrcnt = initst;
761 for (; clrcnt < inited; clrcnt++) {
762 pCache->keyPtr[clrcnt] = 0x0000;
765 for (clrcnt = 1; clrcnt < inited; clrcnt++ ) {
766 if ((pCache->keyPtr[clrcnt - 1] > pCache->keyPtr[clrcnt]) &&
767 (pCache->keyPtr[clrcnt] != 0)) {
773 for (clrcnt = initst; clrcnt < inited; clrcnt++) {
774 pCache->keyPtr[clrcnt] = 0x0000;
777 for (clrcnt = 1; clrcnt < inited; clrcnt++ ) {
778 if ((pCache->keyPtr[clrcnt - 1] > pCache->keyPtr[clrcnt]) &&
779 (pCache->keyPtr[clrcnt] != 0)) {