Searched defs:byte_hi (Results 1 – 4 of 4) sorted by relevance
345 let byte_hi = ((byte >> 4) & 0xF) as usize; in add_slim() localVariable364 let byte_hi = ((byte >> 4) & 0xF) as usize; in add_fat() localVariable
1195 let byte_hi = usize::from((byte >> 4) & 0xF); in add() localVariable1305 let byte_hi = usize::from((byte >> 4) & 0xF); in add() localVariable
1253 int byte_lo, byte_hi; in hw_assist_test_dll_offset() local