Home
last modified time | relevance | path

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

/xiu/library/container/mpegts/src/
H A Dcrc32.rs74 let dd0 = (result >> 24) & 0xFF; in test_gen_crc32() localVariable
79 assert_eq!(dd0, 0x7D, "not success"); in test_gen_crc32()