Home | History | Annotate | Download | only in engine

Lines Matching refs:keyPtr

1989         if (psrhCache->keyPtr[0] == 0xFFFF) {
1991 psrhCache->keyPtr[0] = 0x0000;
2002 if (((j != 0) && (psrhCache->keyPtr[j] == 0)) || (psrhCache->keyPtr[j+1] == 0)) {
2024 psrhCache->keyPtr[j+1] = abIdx;
2034 psrhCache->keyPtr[j+1] = abIdx;
2036 psrhCache->keyPtr[j+1] = abIdx;
2052 psrhCache->keyPtr[j+1] = abIdx;
2059 psrhCache->keyPtr[j+1] = 0;
2066 psrhCache->keyPtr[j] = abIdx;
2070 psrhCache->keyPtr[j+1] = abIdx;
2072 psrhCache->keyPtr[j+1] = abIdx;
2079 if (psrhCache->keyPtr[j] == psrhCache->keyPtr[j-1]) {
2081 psrhCache->keyPtr[j+1] = psrhCache->keyPtr[j-1];
2085 endIdx = psrhCache->keyPtr[j];
2086 abIdx_old = psrhCache->keyPtr[j-1];
2089 abIdx = psrhCache->keyPtr[j - 1];
2090 psrhCache->keyPtr[j] = abIdx;
2092 abIdx = psrhCache->keyPtr[j];
2130 psrhCache->keyPtr[j+1] = abIdx;
2137 psrhCache->keyPtr[j+1] = 0;
2144 psrhCache->keyPtr[j] = abIdx;
2148 psrhCache->keyPtr[j+1] = abIdx;
2150 psrhCache->keyPtr[j+1] = abIdx;
2172 psrhCache->keyPtr[j+1] = abIdx;
2179 psrhCache->keyPtr[j+1] = 0;
2187 psrhCache->keyPtr[j+1] = abIdx;
2189 psrhCache->keyPtr[j+1] = abIdx;
2203 if ((addcnt == 0) && (psrhCache->keyPtr[yomi_clen - 1] == psrhCache->keyPtr[yomi_clen])) {
2224 abIdx = psrhCache->keyPtr[j];
2225 abIdx_old = psrhCache->keyPtr[j+1];
2238 if (psrhCache->keyPtr[j] < psrhCache->keyPtr[j + 1]) {