Lines Matching refs:Read32Le
38 u32 size = internal::Read32Le(p) >> 8; in GetUncompressedSize()
41 size = internal::Read32Le(p + 4); in GetUncompressedSize()
119 u32 destCount = internal::Read32Le(pSrc) >> 8; in UncompressRL()
124 destCount = internal::Read32Le(pSrc); in UncompressRL()
201 u32 destCount = internal::Read32Le(pSrc) >> 8; in UncompressLZ()
208 destCount = internal::Read32Le(pSrc); in UncompressLZ()
512 dstSize = internal::Read32Le(pSrc) >> 8; in UncompressLH()
516 dstSize = internal::Read32Le(pSrc); in UncompressLH()
856 dstSize = internal::Read32Le(pSrc) >> 8; in UncompressLRC()
860 dstSize = internal::Read32Le(pSrc); in UncompressLRC()
934 s32 destCount = (s32)( internal::Read32Le(pSrc) >> 8 ); in UnfilterDiff()