Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libabr/src/
Dlib.rs628 const LOOKUP_TABLE_4BIT_REVERSE: &[u8] = in reverse_byte() constant
630 LOOKUP_TABLE_4BIT_REVERSE[(b >> 4) as usize] in reverse_byte()
631 | (LOOKUP_TABLE_4BIT_REVERSE[(b & 0xf) as usize] << 4) in reverse_byte()