/external/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 107 value = or_<true_, true_>::value; in TEST() 110 value = or_<true_, false_>::value; in TEST() 113 value = or_<false_, true_>::value; in TEST() 116 value = or_<false_, false_>::value; in TEST()
|
D | template_util.h | 130 struct or_ : public integral_constant<bool, (A::value || B::value)> {
|
/external/v8/src/x87/ |
D | assembler-x87.h | 730 void or_(Register dst, int32_t imm32); 731 void or_(Register dst, Register src) { or_(dst, Operand(src)); } in or_() function 732 void or_(Register dst, const Operand& src); 733 void or_(const Operand& dst, Register src); 734 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); } in or_() function 735 void or_(const Operand& dst, const Immediate& x);
|
D | assembler-x87.cc | 919 void Assembler::or_(Register dst, int32_t imm32) { in or_() function in v8::internal::Assembler 925 void Assembler::or_(Register dst, const Operand& src) { in or_() function in v8::internal::Assembler 932 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_() function in v8::internal::Assembler 938 void Assembler::or_(const Operand& dst, Register src) { in or_() function in v8::internal::Assembler
|
D | code-stubs-x87.cc | 749 __ or_(ecx, eax); in GenerateGeneric() local 1960 __ or_(ecx, eax); in GenerateSmis() local 2059 __ or_(tmp1, tmp2); in GenerateInternalizedStrings() local 2153 __ or_(tmp3, tmp2); in GenerateStrings() local 2176 __ or_(tmp1, tmp2); in GenerateStrings() local
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 237 __ or_(eax, 0x20); // Convert match character to lower-case. in CheckNotBackReferenceIgnoreCase() local 251 __ or_(ecx, 0x20); in CheckNotBackReferenceIgnoreCase() local 338 __ or_(eax, eax); in CheckNotBackReferenceIgnoreCase() local 693 __ or_(eax, eax); in GetCode() local 880 __ or_(eax, eax); in GetCode() local 915 __ or_(eax, eax); in GetCode() local
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 236 __ or_(eax, 0x20); // Convert match character to lower-case. in CheckNotBackReferenceIgnoreCase() local 250 __ or_(ecx, 0x20); in CheckNotBackReferenceIgnoreCase() local 337 __ or_(eax, eax); in CheckNotBackReferenceIgnoreCase() local 692 __ or_(eax, eax); in GetCode() local 879 __ or_(eax, eax); in GetCode() local 914 __ or_(eax, eax); in GetCode() local
|
/external/python/cpython3/Lib/ |
D | operator.py | 116 def or_(a, b): function 439 __or__ = or_
|
D | enum.py | 4 from operator import or_ as _or_
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 737 void or_(Register dst, int32_t imm32); 738 void or_(Register dst, Register src) { or_(dst, Operand(src)); } in or_() function 739 void or_(Register dst, const Operand& src); 740 void or_(const Operand& dst, Register src); 741 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); } in or_() function 742 void or_(const Operand& dst, const Immediate& x);
|
D | assembler-ia32.cc | 1048 void Assembler::or_(Register dst, int32_t imm32) { in or_() function in v8::internal::Assembler 1054 void Assembler::or_(Register dst, const Operand& src) { in or_() function in v8::internal::Assembler 1061 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_() function in v8::internal::Assembler 1067 void Assembler::or_(const Operand& dst, Register src) { in or_() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 930 __ or_(ecx, eax); in GenerateGeneric() local 1916 __ or_(ecx, eax); in GenerateSmis() local 2043 __ or_(tmp1, tmp2); in GenerateInternalizedStrings() local 2137 __ or_(tmp3, tmp2); in GenerateStrings() local 2160 __ or_(tmp1, tmp2); in GenerateStrings() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator.cc | 704 Status HandleOr(HloInstruction* or_) { in HandleOr() argument 706 parent_->evaluated_[or_], in HandleOr() 707 ElementWiseBinaryOp(or_, [](ElementwiseT lhs_el, ElementwiseT rhs_el) { in HandleOr() 715 Status HandleOr(HloInstruction* or_) { in HandleOr() argument 717 parent_->evaluated_[or_], in HandleOr() 718 ElementWiseBinaryOp(or_, [](ElementwiseT lhs_el, ElementwiseT rhs_el) { in HandleOr() 727 Status HandleOr(HloInstruction* or_) { in HandleOr() argument 731 Status HandleOr(HloInstruction* or_) override { in HandleOr() argument 732 return HandleOr<ElementwiseT>(or_); in HandleOr()
|
/external/python/cpython2/Lib/test/ |
D | test_operator.py | 254 self.assertRaises(TypeError, operator.or_) 255 self.assertRaises(TypeError, operator.or_, None, None) 256 self.assertTrue(operator.or_(0xa, 0x5) == 0xf)
|
/external/python/cpython3/Lib/test/ |
D | test_operator.py | 228 self.assertRaises(TypeError, operator.or_) 229 self.assertRaises(TypeError, operator.or_, None, None) 230 self.assertEqual(operator.or_(0xa, 0x5), 0xf)
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 896 or_(rd, rs, rt.rm()); in Or() 904 or_(rd, rs, at); in Or() 996 or_(rd, rd, at); in Ror() 1003 or_(rd, rd, at); in Ror() 1077 or_(tmp, zero_reg, tmp2); in ByteSwapSigned() 1081 or_(tmp, tmp, tmp2); in ByteSwapSigned() 1085 or_(tmp, tmp, tmp2); in ByteSwapSigned() 1089 or_(tmp, tmp, tmp2); in ByteSwapSigned() 1091 or_(dest, tmp, zero_reg); in ByteSwapSigned() 1118 or_(dest, tmp, src); in ByteSwapUnsigned() [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 451ad655293b91d4a6509de8be4703d9.0000493e.honggfuzz.cov | 56 ��n�V��V�������犑�(�����X��D:|�/�\-�hor_^�*�e�'�#)M!; 93 ��n�V��V�������犑�(�����X��D:|�/�\-�hor_^�*�e�'�#)M!;
|
/external/python/cpython3/Doc/library/ |
D | operator.rst | 155 .. function:: or_(a, b) 382 | Bitwise Or | ``a | b`` | ``or_(a, b)`` |
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 451ad655293b91d4a6509de8be4703d9.0000493e.honggfuzz.cov | 56 ��n�V��V�������犑�(�����X��D:|�/�\-�hor_^�*�e�'�#)M!; 93 ��n�V��V�������犑�(�����X��D:|�/�\-�hor_^�*�e�'�#)M!;
|
/external/python/cpython2/Doc/library/ |
D | operator.rst | 163 .. function:: or_(a, b) 638 | Bitwise Or | ``a | b`` | ``or_(a, b)`` |
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 849 __ or_(ecx, eax); in VisitSwitchStatement() local 1497 __ or_(eax, edx); in EmitInlineSmiBinaryOp() local 1560 __ or_(ebx, ecx); in EmitInlineSmiBinaryOp() local 1565 __ or_(eax, ecx); in EmitInlineSmiBinaryOp() local 2594 __ or_(ecx, eax); in VisitCompareOperation() local
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 839 __ or_(ecx, eax); in VisitSwitchStatement() local 1487 __ or_(eax, edx); in EmitInlineSmiBinaryOp() local 1550 __ or_(ebx, ecx); in EmitInlineSmiBinaryOp() local 1555 __ or_(eax, ecx); in EmitInlineSmiBinaryOp() local 2584 __ or_(ecx, eax); in VisitCompareOperation() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.h | 251 void or_(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 939 __ or_(i.InputOperand(0), i.InputImmediate(1)); in AssembleArchInstruction() local 941 __ or_(i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1504 __ or_(eax, ebx); in AssembleArchInstruction() local 1584 __ or_(i.OutputRegister(0), Immediate(0x80000000)); in AssembleArchInstruction() local
|
/external/python/cpython2/Modules/ |
D | operator.c | 405 spam2(or_,__or__, "or_(a, b) -- Same as a | b.")
|