Searched refs:opos (Results 1 – 1 of 1) sorted by relevance
2275 size_t opos = mNextObjectHint; in readObject() local2279 this, DPOS, opos); in readObject()2283 if (opos < N) { in readObject()2284 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()2285 opos++; in readObject()2288 opos = N-1; in readObject()2290 if (OBJS[opos] == DPOS) { in readObject()2293 this, DPOS, opos); in readObject()2294 mNextObjectHint = opos+1; in readObject()2300 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()[all …]