Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/
Dslots.rs93 const SUFFIX_CSTR_MAX_BYTES: usize = size_of::<Suffix>() + 1; constant
101 pub type SuffixBytes = [u8; SUFFIX_CSTR_MAX_BYTES];