Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp90 bool is_out; member
96 bool IsOut() const { return is_out; } in IsOut()
98 bool IsIn() const { return !is_out; } in IsIn()
/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c750 struct dwc_otg_td *td, uint8_t is_out) in dwc_otg_host_channel_alloc() argument
764 if (is_out != 0) { in dwc_otg_host_channel_alloc()