Home
last modified time | relevance | path

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/
Dstl_function.h297 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/
Dstl_function.h297 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/
Dids.hpp44 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/
Dids.hpp45 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 Dfx_bits.h107 bit_and(T x, T y) { in bit_and() function
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp401 bit_and(operand a, operand b) in bit_and() function