Home
last modified time | relevance | path

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

/xiu/library/container/mpegts/src/
H A Dcrc32.rs3 const CRC32_TABLE: [u32; 256] = [ constant
43 let b = CRC32_TABLE[(a & 0xff) as usize]; in gen_crc32()