Rizin
unix-like reverse engineering framework and cli tools
|
CRC32 calculation (size-optimized) More...
#include "check.h"
Go to the source code of this file.
Functions | |
static void | crc32_init (void) |
void | lzma_crc32_init (void) |
LZMA_API (uint32_t) | |
Variables | |
uint32_t | lzma_crc32_table [1][256] |
CRC32 calculation (size-optimized)
Definition in file crc32_small.c.
|
static |
Definition at line 20 of file crc32_small.c.
References b, i, lzma_crc32_table, r, and UINT32_C.
Referenced by lzma_crc32_init().
LZMA_API | ( | uint32_t | ) |
void lzma_crc32_init | ( | void | ) |
Definition at line 41 of file crc32_small.c.
References crc32_init(), and mythread_once.
Referenced by LZMA_API(), and lzma_lz_encoder_init().
uint32_t lzma_crc32_table[1][256] |
lzma_crc32_table[0] is needed by LZ encoder so we need to keep the array two-dimensional.
Definition at line 16 of file crc32_small.c.
Referenced by crc32_init(), and LZMA_API().