Searched refs:opos (Results 1 – 1 of 1) sorted by relevance
1342 size_t opos = mNextObjectHint; in readObject() local1346 this, DPOS, opos); in readObject()1350 if (opos < N) { in readObject()1351 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()1352 opos++; in readObject()1355 opos = N-1; in readObject()1357 if (OBJS[opos] == DPOS) { in readObject()1360 this, DPOS, opos); in readObject()1361 mNextObjectHint = opos+1; in readObject()1367 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()[all …]