Home
last modified time | relevance | path

Searched refs:ud_crc_table (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1299 uint16_t ud_crc_table[256] = { variable
1340 crc = ud_crc_table[(crc >> 8 ^ *addr++) & 0xff] ^ (crc<<8); in ud_crc()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c1130 static uint16_t ud_crc_table[256] = { variable
1171 crc = ud_crc_table[(crc >> 8 ^ *addr++) & 0xff] ^ (crc<<8); in ud_crc()