Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXSecureUncompression.c763 extern BOOL CXiLHVerifyTable( const void* pTable, u8 bit );
776 CXiLHVerifyTable( const void* pTable, u8 bit ) in CXiLHVerifyTable() function
910 if ( ! CXiLHVerifyTable( huffTable9, LENGTH_BITS ) ) in CXSecureUncompressLH()
919 if ( ! CXiLHVerifyTable( huffTable12, OFFSET_BITS ) ) in CXSecureUncompressLH()
DCXStreamingUncompression.c679 extern BOOL CXiLHVerifyTable( const void* pTable, u8 bit );
794 if ( ! CXiLHVerifyTable( context->huffTable9, LENGTH_BITS ) ) in CXReadUncompLH()
837 if ( ! CXiLHVerifyTable( context->huffTable12, OFFSET_BITS ) ) in CXReadUncompLH()