Home
last modified time | relevance | path

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

/third_party/ltp/lib/
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/
DSkChecksum_opts.h53 static constexpr uint32_t crc32c_table[256] = { variable
89 return crc32c_table[(seed ^ v) & 0xff] in crc32c_1()
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch1228 diff --git a/lib/ext2fs/crc32c_table.h b/lib/ext2fs/crc32c_table.h
1232 +++ b/lib/ext2fs/crc32c_table.h