Searched refs:ans (Results 1 – 5 of 5) sorted by relevance
36 let mut ans = Self { in new() localVariable51 ans.current = *ans.src.next().unwrap(); in new()52 return ans; in new()57 let mut ans = 0; in reverse() localVariable60 ans |= mask & num; in reverse()61 ans <<= 8; in reverse()64 ans |= mask & num; in reverse()65 ans >>= (4 - byte_per_pixel) * 8; in reverse()66 return ans; in reverse()
67 let ans = BlockData::new( in next() localVariable73 Some(ans) in next()
404 let ans = self.current; in index_append() localVariable408 return ans; in index_append()412 let ans = self.current; in index_replace() localVariable415 return ans; in index_replace()
35 int ans = 0; in skip_and_atoi() local38 ans = ans * 10 + (**s) - '0'; in skip_and_atoi()41 return ans; in skip_and_atoi()
386 let ans = self.read_at_sync(lba_id_start, count, buf)?; in cache_read() localVariable387 return Ok(ans); in cache_read()390 let ans = self.read_at_sync(lba_id_start, count, buf)?; in cache_read() localVariable392 return Ok(ans); in cache_read()395 let ans = self.read_at_sync(lba_id_start, count, buf)?; in cache_read() localVariable396 return Ok(ans); in cache_read()