Searched refs:opos (Results 1 – 1 of 1) sorted by relevance
1250 size_t opos = mNextObjectHint; in readObject() local1254 this, DPOS, opos); in readObject()1258 if (opos < N) { in readObject()1259 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()1260 opos++; in readObject()1263 opos = N-1; in readObject()1265 if (OBJS[opos] == DPOS) { in readObject()1268 this, DPOS, opos); in readObject()1269 mNextObjectHint = opos+1; in readObject()1275 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()[all …]