Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBitcastBuffer.cpp15 static inline bool bitof(const std::byte *B, Bits BitIndex) { in bitof() function
23 bool BitValue = bitof(In, Bits(It)); in pushData()
52 bool BitValue = bitof(Data.get(), BitIndex); in copyBits()
/freebsd/sys/dev/usb/video/
H A Duvideo.c69 #define bitof(x) (1L << ((x) & 0x7)) macro
1161 return (desc->bmControls[byteof(ctrl_bit)] & bitof(ctrl_bit)); in uvideo_has_ctrl()
1171 return (desc->bmControls[byteof(ctrl_bit)] & bitof(ctrl_bit)); in uvideo_has_ct_ctrl()