Searched refs:pBottom (Results 1 – 2 of 2) sorted by relevance
996 u8* pBottom = reinterpret_cast<u8*>(pData) + dataSize; in UncompressBLZ() local1000 u32 offsetInTop = (pBottom[-6] << 16) | (pBottom[-7] << 8) | pBottom[-8]; in UncompressBLZ()1007 u32 offsetInBtm = pBottom[-5]; in UncompressBLZ()1014 u32 offsetOut = (pBottom[-1] << 24) | (pBottom[-2] << 16) | in UncompressBLZ()1015 (pBottom[-3] << 8) | (pBottom[-4] << 0); in UncompressBLZ()1022 u8* pOut = pBottom + offsetOut; in UncompressBLZ()1023 u8* pInBtm = pBottom - offsetInBtm; in UncompressBLZ()1024 u8* pInTop = pBottom - offsetInTop; in UncompressBLZ()
1406 u8* pBottom = reinterpret_cast<u8*>(pData) + dataSize; in SecureUncompressBLZ() local1410 u32 offsetInTop = (pBottom[-6] << 16) | (pBottom[-7] << 8) | pBottom[-8]; in SecureUncompressBLZ()1417 u32 offsetInBtm = pBottom[-5]; in SecureUncompressBLZ()1424 u32 offsetOut = (pBottom[-1] << 24) | (pBottom[-2] << 16) | in SecureUncompressBLZ()1425 (pBottom[-3] << 8) | (pBottom[-4] << 0); in SecureUncompressBLZ()1432 u8* pOut = pBottom + offsetOut; in SecureUncompressBLZ()1433 u8* pInBtm = pBottom - offsetInBtm; in SecureUncompressBLZ()1434 u8* pInTop = pBottom - offsetInTop; in SecureUncompressBLZ()