Home
last modified time | relevance | path

Searched defs:current0 (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/crc/src/
Dcrc16.rs79 let current0 = bytes[i] ^ (crc as u8); localVariable
109 let current0 = bytes[i] ^ ((crc >> 8) as u8); localVariable
Dcrc64.rs80 let current0 = bytes[i] ^ crc as u8; localVariable
116 let current0 = bytes[i] ^ (crc >> 56) as u8; localVariable
Dcrc128.rs79 let current0 = bytes[i] ^ crc as u8; localVariable
123 let current0 = bytes[i] ^ (crc >> 120) as u8; localVariable
/external/zstd/lib/compress/
Dzstd_fast.c214 U32 current0; in ZSTD_compressBlock_fast_noDict_generic() local
739 U32 current0; in ZSTD_compressBlock_fast_extDict_generic() local