Searched refs:dstCnt (Results 1 – 2 of 2) sorted by relevance
502 u32 dstCnt = 0; in UncompressLH() local526 while ( dstCnt < dstSize ) in UncompressLH()553 dstp[dstCnt++] = (u8)val; in UncompressLH()593 if ( dstCnt + length > dstSize ) in UncompressLH()595 length = (u16)( dstSize - dstCnt ); in UncompressLH()600 dstp[dstCnt] = dstp[dstCnt - val]; in UncompressLH()601 ++dstCnt; in UncompressLH()848 u32 dstCnt = 0; in UncompressLRC() local872 while ( dstCnt < dstSize ) in UncompressLRC()881 dstp[ dstCnt++ ] = (u8)val; in UncompressLRC()[all …]
908 u32 dstCnt = 0; in SecureUncompressLH() local964 while ( dstCnt < dstSize ) in SecureUncompressLH()995 dstp[dstCnt++] = (u8)val; in SecureUncompressLH()1040 if ( dstCnt < val ) in SecureUncompressLH()1044 if ( dstCnt + length > dstSize ) in SecureUncompressLH()1051 dstp[dstCnt] = dstp[dstCnt - val]; in SecureUncompressLH()1052 ++dstCnt; in SecureUncompressLH()1309 u32 dstCnt = 0; in SecureUncompressLRC() local1350 while ( dstCnt < dstSize ) in SecureUncompressLRC()1359 dstp[ dstCnt++ ] = (u8)val; in SecureUncompressLRC()[all …]