Searched defs:ud_crc_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1141 static uint16_t ud_crc_table[256] = { variable
1182 crc = ud_crc_table[(crc >> 8 ^ *addr++) & 0xff] ^ (crc<<8);
/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);

Completed in 66 milliseconds