Searched refs:indexPos (Results 1 – 3 of 3) sorted by relevance
724 p->indexPos = p->indexPreSize; in XzUnpacker_Code()800 if (p->indexPos < p->indexSize) in XzUnpacker_Code()802 UInt64 cur = p->indexSize - p->indexPos; in XzUnpacker_Code()809 p->indexPos += srcRem; in XzUnpacker_Code()811 else if ((p->indexPos & 3) != 0) in XzUnpacker_Code()816 p->indexPos++; in XzUnpacker_Code()
209 UInt64 indexPos; member
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()