Searched refs:opos (Results 1 – 1 of 1) sorted by relevance
2477 size_t opos = mNextObjectHint; in readObject() local2481 this, DPOS, opos); in readObject()2485 if (opos < N) { in readObject()2486 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()2487 opos++; in readObject()2490 opos = N-1; in readObject()2492 if (OBJS[opos] == DPOS) { in readObject()2495 this, DPOS, opos); in readObject()2496 mNextObjectHint = opos+1; in readObject()2502 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()[all …]