Home
last modified time | relevance | path

Searched refs:tableSize (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.2.1/build/libraries/mi/common/src/
Dmi_secureuncompress.c653 u32 tableSize; in MIi_HuffImportTree() local
663 tableSize = MI_HToLE16( *(u16*)srcp ); in MIi_HuffImportTree()
669 tableSize = *srcp; in MIi_HuffImportTree()
673 tableSize = (tableSize + 1) * 4; in MIi_HuffImportTree()
674 if ( srcRemainSize < tableSize ) in MIi_HuffImportTree()
676 return tableSize; in MIi_HuffImportTree()
679 while ( srcCnt < tableSize ) in MIi_HuffImportTree()
694 return tableSize; in MIi_HuffImportTree()