Searched defs:scratch_size (Results 1 – 3 of 3) sorted by relevance
284 scratch_size: Option<usize>, field401 let scratch_size = match self.scratch_size { in build() localVariable
1303 let scratch_size = in test_scratch_too_small() localVariable
175 let scratch_size: usize = required_scratch_size(io, max_gpt_entries).unwrap(); in for_each() localVariable