Searched refs:indexPos (Results 1 – 3 of 3) sorted by relevance
412 const deUint32* indexPos = findBinaryIndex(m_binaryIndex.get(), id); in loadProgram() local414 if (indexPos) in loadProgram()416 const string fullPath = getProgramPath(m_srcPath, *indexPos); in loadProgram()
720 p->indexPos = p->indexPreSize; in XzUnpacker_Code()796 if (p->indexPos < p->indexSize) in XzUnpacker_Code()798 UInt64 cur = p->indexSize - p->indexPos; in XzUnpacker_Code()805 p->indexPos += srcRem; in XzUnpacker_Code()807 else if ((p->indexPos & 3) != 0) in XzUnpacker_Code()812 p->indexPos++; in XzUnpacker_Code()
209 UInt64 indexPos; member