Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_test_crc32.h68 } SDLTest_Crc32Context; typedef
82 int SDLTest_Crc32Init(SDLTest_Crc32Context * crcContext);
96 int SDLTest_Crc32Calc(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint3…
99 int SDLTest_Crc32CalcStart(SDLTest_Crc32Context * crcContext, CrcUint32 *crc32);
100 int SDLTest_Crc32CalcEnd(SDLTest_Crc32Context * crcContext, CrcUint32 *crc32);
101 int SDLTest_Crc32CalcBuffer(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, Cr…
113 int SDLTest_Crc32Done(SDLTest_Crc32Context * crcContext);

Completed in 3 milliseconds