Home
last modified time | relevance | path

Searched refs:_B3 (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dhp3900_types.c172 #define _B3(x) ((SANE_Byte)((x) >> 0x18)) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2981 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
3004 template<typename _B1, typename _B2, typename _B3, typename... _Bn>
3005 struct __and_<_B1, _B2, _B3, _Bn...>
3006 : public conditional<_B1::value, __and_<_B2, _B3, _Bn...>, _B1>::type
[all...]

Completed in 27 milliseconds