Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/liberror/src/
Dlib.rs141 ArithmeticOverflow(safemath::Error), enumerator
272 Self::ArithmeticOverflow(err) in from()
279 Self::ArithmeticOverflow(err.into()) in from()
/bootable/libbootloader/gbl/libutils/src/
Dlib.rs191 assert!(matches!(aligned_subslice(bytes, SafeNum::MAX), Err(Error::ArithmeticOverflow(_)))); in aligned_subslice_alignment_overflow()
/bootable/libbootloader/gbl/libgbl/src/gbl_avb/
Dops.rs227 Error::ArithmeticOverflow(_) => IoError::RangeOutsidePartition, in read_from_partition()