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

1 2 3 4 5

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
and.hpp 48 struct and_ struct in namespace:boost::mpl
58 , and_
66 , and_
  /external/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 94 value = and_<true_, true_>::value;
97 value = and_<true_, false_>::value;
100 value = and_<false_, true_>::value;
103 value = and_<false_, false_>::value;
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
meta.hpp 106 typedef typename mpl::and_<expr0,expr1>::type caseTT ;
107 typedef typename mpl::and_<expr0,not_expr1>::type caseTF ;
108 typedef typename mpl::and_<not_expr0,expr1>::type caseFT ;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
and.hpp 54 # define AUX778076_OP_NAME and_
iter_fold_if.hpp 42 : and_<
49 typedef and_<
is_sequence.hpp 52 : and_<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp 88 typename mpl::and_<is_floating_point<T1P>, is_floating_point<T2P> >::type, // both T1P and T2P are floating-point?
97 typename mpl::if_< typename mpl::and_<mpl::not_<is_floating_point<T2P> >, ::boost::is_convertible<T1P, T2P> >, T2P, T1P>::type>::type type;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
  /external/v8/src/ic/ia32/
stub-cache-ia32.cc 52 __ and_(offset, ~Code::kFlagsNotUsedInLookup);
107 __ and_(offset, ~Code::kFlagsNotUsedInLookup);
186 __ and_(offset, (kPrimaryTableSize - 1) << kCacheIndexShift);
199 __ and_(offset, (kPrimaryTableSize - 1) << kCacheIndexShift);
202 __ and_(offset, (kSecondaryTableSize - 1) << kCacheIndexShift);
  /external/v8/src/ic/x87/
stub-cache-x87.cc 52 __ and_(offset, ~Code::kFlagsNotUsedInLookup);
107 __ and_(offset, ~Code::kFlagsNotUsedInLookup);
186 __ and_(offset, (kPrimaryTableSize - 1) << kCacheIndexShift);
199 __ and_(offset, (kPrimaryTableSize - 1) << kCacheIndexShift);
202 __ and_(offset, (kSecondaryTableSize - 1) << kCacheIndexShift);
  /external/v8/test/cctest/
test-disasm-ppc.cc 106 COMPARE(and_(r3, r6, r5), "7cc32838 and r3, r6, r5");
107 COMPARE(and_(r6, r0, r6, SetRC), "7c063039 and. r6, r0, r6");
test-disasm-arm.cc 104 COMPARE(and_(r0, r1, Operand(r2)),
106 COMPARE(and_(r1, r2, Operand(r3), LeaveCC),
108 COMPARE(and_(r2, r3, Operand(r4), SetCC),
110 COMPARE(and_(r3, r4, Operand(r5), LeaveCC, eq),
301 COMPARE(and_(r3, r5, Operand(0xfc03ffff)),
335 COMPARE(and_(r0, r1, Operand(0x00000000)),
337 COMPARE(and_(r1, r2, Operand(0x00000001), LeaveCC),
339 COMPARE(and_(r2, r3, Operand(0x00000010), SetCC),
341 COMPARE(and_(r3, r4, Operand(0x00000100), LeaveCC, eq),
343 COMPARE(and_(r4, r5, Operand(0x00001000), SetCC, ne)
    [all...]
test-disasm-x87.cc 64 __ and_(eax, 12345678);
102 __ and_(edx, 3);
103 __ and_(edx, Operand(esp, 4));
240 __ and_(ebx, 12345);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 89 mpl::and_<
103 mpl::and_<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
indirect_traits.hpp 98 : mpl::and_<
122 : mpl::and_<
176 : mpl::and_<
190 : mpl::and_<
  /external/v8/src/ic/arm/
stub-cache-arm.cc 153 // Prefer and_ to ubfx here because ubfx takes 2 cycles.
154 __ and_(scratch, scratch, Operand(mask));
164 __ and_(scratch, scratch, Operand(mask2));
  /external/v8/src/x87/
assembler-x87.h 652 void and_(Register dst, int32_t imm32);
653 void and_(Register dst, const Immediate& x);
654 void and_(Register dst, Register src) { and_(dst, Operand(src)); }
655 void and_(Register dst, const Operand& src);
656 void and_(const Operand& dst, Register src);
657 void and_(const Operand& dst, const Immediate& x);
    [all...]
macro-assembler-x87.cc 132 and_(scratch, Immediate(~Page::kPageAlignmentMask));
135 and_(scratch, object);
205 and_(result_reg, Immediate(255));
686 and_(eax, Immediate(0x4700));
699 and_(eax, Immediate(0x0200));
709 and_(eax, Immediate(0x0041));
722 and_(MemOperand(esp, 0), Immediate(0xF3FF));
931 and_(esp, -kFrameAlignment);
    [all...]
deoptimizer-x87.cc 255 __ and_(ecx, 0x7);
261 __ and_(ebx, 0x7); // Extract the st_x index into ebx.
406 __ and_(ecx, 0x7);
413 __ and_(eax, 0x7);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
sequence.hpp 141 boost::mpl::and_<

Completed in 883 milliseconds

1 2 3 4 5