Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsati_log_sense.c85 U32 next_byte; in sati_supported_log_page_construct() local
97 next_byte = 4; in sati_supported_log_page_construct()
104 next_byte, in sati_supported_log_page_construct()
107 next_byte = 5; in sati_supported_log_page_construct()
115 next_byte, in sati_supported_log_page_construct()
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp561 const u8 next_byte = *(u8*)(address + 1); in GetInstructionSize() local
562 const u8 mod = next_byte >> 6; in GetInstructionSize()
563 const u8 rm = next_byte & 7; in GetInstructionSize()