Home
last modified time | relevance | path

Searched defs:CRC32 (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dzlib.ads199 function CRC32 subprogspec
206 procedure CRC32 subprogspec
A Dzlib.adb167 function CRC32 subprogram
179 procedure CRC32 subprogram
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab + (((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro

Completed in 5 milliseconds