Searched refs:bitof (Results 1 – 2 of 2) sorted by relevance
15 static inline bool bitof(const std::byte *B, Bits BitIndex) { in bitof() function23 bool BitValue = bitof(In, Bits(It)); in pushData()52 bool BitValue = bitof(Data.get(), BitIndex); in copyBits()
69 #define bitof(x) (1L << ((x) & 0x7)) macro1161 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()