Searched refs:_B2 (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | hp3900_types.c | 171 #define _B2(x) ((SANE_Byte)((x) >> 0x10)) macro
|
H A D | hp3900_rts8822.c | 8860 Regs[0x1bf] |= _B2 (table_size) & 1; /*-------x*/ in RTS_Setup_Shading() 8865 Regs[0x1bf] |= (_B2 (table_size * 2) & 3) << 1; /*-----xx-*/ in RTS_Setup_Shading() 8889 data_bitset (&Regs[0x1c2], 0xf0, _B2 ((myvalue / 16) + 1)); /* 4 higher bits xxxx---- */ in RTS_Setup_Shading() 8903 data_bitset (&Regs[0x1c2], 0xf0, _B2 (myvalue)); /* 4 higher bits xxxx---- */ in RTS_Setup_Shading() 8914 Regs[0x01c7] |= (_B2 ((mem_total - 1) / 16) & 0x0f) << 4; in RTS_Setup_Shading() 8921 Regs[0x0712] |= _B0 (_B2 (mem_available) << 4); /*xxxx---- */ in RTS_Setup_Shading() 9246 data_bitset (&Regs[0xd4], 0x0f, _B2 (iTop)); in RTS_Setup_Coords() 9250 data_bitset (&Regs[0xd4], 0xf0, _B2 (iTop + height)); in RTS_Setup_Coords()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2976 template<typename _B1, typename _B2> 2977 struct __or_<_B1, _B2> 2978 : public conditional<_B1::value, _B1, _B2>::type 2981 template<typename _B1, typename _B2, typename _B3, typename... _Bn> 2982 struct __or_<_B1, _B2, _B3, _Bn...> 2983 : public conditional<_B1::value, _B1, __or_<_B2, _B3, _Bn...>>::type 2999 template<typename _B1, typename _B2> 3000 struct __and_<_B1, _B2> 3001 : public conditional<_B1::value, _B2, _B1>::type 3004 template<typename _B1, typename _B2, typenam [all...] |
Completed in 19 milliseconds