Home
last modified time | relevance | path

Searched refs:crc32c_table (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/lib/
H A Dtst_checksum.c6 static const uint32_t crc32c_table[] = { variable
78 crc = crc32c_table[(crc ^ (*buf++)) & 0xff] ^ (crc >> 8); in tst_crc32c()
/third_party/skia/src/opts/
H A DSkChecksum_opts.h53 static constexpr uint32_t crc32c_table[256] = { variable
89 return crc32c_table[(seed ^ v) & 0xff] in crc32c_1()

Completed in 2 milliseconds