Searched refs:crc32_le_table (Results 1 – 3 of 3) sorted by relevance
12 static const unsigned int crc32_le_table[256] = { variable55 crc = crc32_le_table[(crc^buf[i])&0xff]^(crc>>8); in crc32_le()
17 static const uint32_t crc32_le_table[256] = { variable171 crc = crc32_le_table[(crc^buf[i])&0xff]^(crc>>8); in esp_rom_crc32_le()
164 static const uint32_t crc32_le_table[256] = { variable225 crc = crc32_le_table[(crc ^ buf[i]) & 0xff] ^ (crc >> 8); in esp_rom_crc32_le()