Searched refs:indexPos (Results 1 – 3 of 3) sorted by relevance
592 const deUint32* indexPos = findBinaryIndex(m_binaryIndex.get(), id); in loadProgram() local594 if (indexPos) in loadProgram()596 const string fullPath = getProgramPath(m_srcPath, *indexPos); in loadProgram()
1132 p->indexPos = p->indexPreSize; in XzUnpacker_Code()1234 if (p->indexPos < p->indexSize) in XzUnpacker_Code()1236 UInt64 cur = p->indexSize - p->indexPos; in XzUnpacker_Code()1243 p->indexPos += srcRem; in XzUnpacker_Code()1245 else if ((p->indexPos & 3) != 0) in XzUnpacker_Code()1250 p->indexPos++; in XzUnpacker_Code()
231 UInt64 indexPos; member