Home
last modified time | relevance | path

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

/external/rust/crates/zip/tests/
Dzip64_large.rs127 const TOTAL_LENGTH: u64 = BLOCK4_START + BLOCK4_LENGTH; constant
146 if offset > 0 || offset < -(TOTAL_LENGTH as i64) { in seek()
149 self.pointer = (TOTAL_LENGTH as i64 + offset) as u64; in seek()
153 if seekpos < 0 || seekpos as u64 > TOTAL_LENGTH { in seek()
165 if self.pointer >= TOTAL_LENGTH { in read()