Searched refs:BLOCK4_START (Results 1 – 1 of 1) sorted by relevance
120 const BLOCK4_START: u64 = 0x22c4000e0; constant125 const BLOCK4_END: u64 = BLOCK4_START + BLOCK4_LENGTH - 1;127 const TOTAL_LENGTH: u64 = BLOCK4_START + BLOCK4_LENGTH;178 BLOCK4_START..=BLOCK4_END => { in read()179 buf[0] = BLOCK4[(self.pointer - BLOCK4_START) as usize]; in read()