Home
last modified time | relevance | path

Searched defs:crc64_table (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/xz/src/liblzma/check/
H A Dcrc64_small.c16 static uint64_t crc64_table[256]; variable
H A Dcrc64_tablegen.c20 static uint64_t crc64_table[4][256]; variable
/freebsd-14.2/usr.sbin/makefs/zfs/
H A Dzap.c80 static uint64_t crc64_table[256]; in zap_hash() local