Searched refs:opos (Results 1 – 1 of 1) sorted by relevance
2115 size_t opos = mNextObjectHint; in readObject() local2119 this, DPOS, opos); in readObject()2123 if (opos < N) { in readObject()2124 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()2125 opos++; in readObject()2128 opos = N-1; in readObject()2130 if (OBJS[opos] == DPOS) { in readObject()2133 this, DPOS, opos); in readObject()2134 mNextObjectHint = opos+1; in readObject()2140 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()[all …]