HomeSort by relevance Sort by last modified time
    Searched refs:or_ (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
or.hpp 48 struct or_ struct in namespace:boost::mpl
58 , or_
66 , or_
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 107 value = or_<true_, true_>::value;
110 value = or_<true_, false_>::value;
113 value = or_<false_, true_>::value;
116 value = or_<false_, false_>::value;
template_util.h 127 // or_ is a template || operator.
128 // or_<A, B>::value evaluates "A::value || B::value".
130 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:google::protobuf::internal
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
interoperable.hpp 39 : mpl::or_<
iterator_adaptor.hpp 108 mpl::or_<
132 mpl::or_<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
or.hpp 55 # define AUX778076_OP_NAME or_
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp 89 typename mpl::if_< typename mpl::or_<is_same<long double, T1P>, is_same<long double, T2P> >::type, // either long double?
91 typename mpl::if_< typename mpl::or_<is_same<double, T1P>, is_same<double, T2P> >::type, // either double?
  /external/chromium_org/third_party/cld/base/
template_util.h 87 // or_ is a template || operator.
88 // or_<A, B>::value evaluates "A::value || B::value".
90 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:base
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 61 : mpl::or_<
119 : mpl::or_<
  /external/chromium_org/v8/test/cctest/
test-disasm-mips.cc 168 COMPARE(or_(a0, a1, a2),
170 COMPARE(or_(s0, s1, s2),
172 COMPARE(or_(t2, t3, t4),
174 COMPARE(or_(v0, v1, a2),
test-disasm-x64.cc 58 __ or_(rax, Immediate(12345678));
90 __ or_(rdx, Immediate(3));
172 __ or_(rdx, Immediate(12345));
173 __ or_(rdx, Operand(rbx, rcx, times_4, 10000));
207 __ or_(rbx, Immediate(12345));
test-disasm-ia32.cc 60 __ or_(eax, 12345678);
99 __ or_(edx, 3);
185 __ or_(edx, 12345);
186 __ or_(edx, Operand(ebx, ecx, times_4, 10000));
222 __ or_(ebx, 12345);
  /external/v8/test/cctest/
test-disasm-mips.cc 178 COMPARE(or_(a0, a1, a2),
180 COMPARE(or_(s0, s1, s2),
182 COMPARE(or_(t2, t3, t4),
184 COMPARE(or_(v0, v1, a2),
test-disasm-x64.cc 66 __ or_(rax, Immediate(12345678));
98 __ or_(rdx, Immediate(3));
180 __ or_(rdx, Immediate(12345));
181 __ or_(rdx, Operand(rbx, rcx, times_4, 10000));
215 __ or_(rbx, Immediate(12345));
test-disasm-ia32.cc 67 __ or_(eax, 12345678);
106 __ or_(edx, 3);
192 __ or_(edx, 12345);
193 __ or_(edx, Operand(ebx, ecx, times_4, 10000));
229 __ or_(ebx, 12345);
  /external/bison/lib/
bbitset.h 138 void (*or_) (bitset, bitset, bitset); member in struct:bitset_vtable
238 #define BITSET_OR_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_ (DST, SRC1, SRC2)
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 814 void or_(Register dst, int32_t imm32);
815 void or_(Register dst, Register src) { or_(dst, Operand(src)); }
816 void or_(Register dst, const Operand& src);
817 void or_(const Operand& dst, Register src);
818 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); }
819 void or_(const Operand& dst, const Immediate& x);
    [all...]
regexp-macro-assembler-ia32.cc 265 __ or_(eax, 0x20); // Convert match character to lower-case.
279 __ or_(ecx, 0x20);
351 __ or_(eax, eax);
685 __ or_(eax, eax);
870 __ or_(eax, eax);
905 __ or_(eax, eax);
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 798 void or_(Register dst, int32_t imm32);
799 void or_(Register dst, Register src) { or_(dst, Operand(src)); }
800 void or_(Register dst, const Operand& src);
801 void or_(const Operand& dst, Register src);
802 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); }
803 void or_(const Operand& dst, const Immediate& x);
    [all...]
regexp-macro-assembler-ia32.cc 334 __ or_(eax, 0x20); // Convert match character to lower-case.
340 __ or_(ecx, 0x20);
412 __ or_(eax, eax);
710 __ or_(eax, eax);
830 __ or_(eax, eax);
865 __ or_(eax, eax);
    [all...]
  /external/chromium_org/v8/src/x64/
debug-x64.cc 163 __ or_(reg, kScratchRegister);
assembler-x64.h 953 void or_(Register dst, Register src) {
961 void or_(Register dst, const Operand& src) {
969 void or_(const Operand& dst, Register src) {
973 void or_(Register dst, Immediate src) {
981 void or_(const Operand& dst, Immediate src) {
    [all...]
  /external/v8/src/x64/
debug-x64.cc 156 __ or_(reg, kScratchRegister);
assembler-x64.h 959 void or_(Register dst, Register src) {
967 void or_(Register dst, const Operand& src) {
975 void or_(const Operand& dst, Register src) {
979 void or_(Register dst, Immediate src) {
987 void or_(const Operand& dst, Immediate src) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 47 ((operator.__or__, operator.or_, '|'), YASM_EXPR_OR),

Completed in 369 milliseconds

1 2 3 4