Searched defs:bit_and (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | stl_function.h | 297 struct bit_and : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() struct 300 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | stl_function.h | 297 struct bit_and : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() struct 300 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 44 bit_and, enumerator 121 bit_and = binary_op<op::bit_and>::value, enumerator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 45 bit_and, enumerator 122 bit_and = binary_op<op::bit_and>::value, enumerator
|
/aosp_15_r20/external/llvm-libc/src/__support/fixed_point/ |
H A D | fx_bits.h | 107 bit_and(T x, T y) { in bit_and() function
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_builder.cpp | 401 bit_and(operand a, operand b) in bit_and() function
|