Searched refs:tailPos (Results 1 – 2 of 2) sorted by relevance
50 int tailPos = mIndexTableBuffer->getTailPosition(); in set() local51 while (tailPos <= posInIndexTable) { in set()52 if (!mIndexTableBuffer->writeUintAndAdvancePosition(NOT_EXIST, INDEX_SIZE, &tailPos)) { in set()53 AKLOGE("cannot extend index table. tailPos: %d to: %d", tailPos, posInIndexTable); in set()
155 const int tailPos = sourceBuffer->getTailPosition(); in copy() local157 while (copyingPos < tailPos) { in copy()158 const int remainingSize = tailPos - copyingPos; in copy()