Searched refs:srcCount (Results 1 – 2 of 2) sorted by relevance
103 s32 srcCount = (s32)srcSize; in SecureUncompressRL() local119 srcCount -= 4; in SecureUncompressRL()123 if ( srcCount < 4 ) in SecureUncompressRL()129 srcCount -= 4; in SecureUncompressRL()136 if ( --srcCount < 0 ) in SecureUncompressRL()149 srcCount -= length; in SecureUncompressRL()150 if ( srcCount < 0 ) in SecureUncompressRL()174 if ( --srcCount < 0 ) in SecureUncompressRL()185 if ( srcCount > 32 ) in SecureUncompressRL()230 s32 srcCount = (s32)srcSize; in SecureUncompressLZ() local[all …]
346 s32 srcCount = 32; in UncompressHuffman() local348 while ( --srcCount >= 0 ) in UncompressHuffman()