Home
last modified time | relevance | path

Searched defs:scratch_size (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libstorage/src/
Dtestlib.rs284 scratch_size: Option<usize>, field
401 let scratch_size = match self.scratch_size { in build() localVariable
Dlib.rs1303 let scratch_size = in test_scratch_too_small() localVariable
/bootable/libbootloader/gbl/libgbl/src/
Dops.rs175 let scratch_size: usize = required_scratch_size(io, max_gpt_entries).unwrap(); in for_each() localVariable