Home
last modified time | relevance | path

Searched defs:other (Results 1451 - 1475 of 1566) sorted by relevance

1...<<51525354555657585960>>...63

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h252 UnallocatedOperand(const UnallocatedOperand& other, int virtual_register) { in UnallocatedOperand() argument
[all...]
H A Dmid-tier-register-allocator.cc234 void AddRange(const Range& other) { in AddRange() argument
1273 Equals(RegisterIndex reg, RegisterState* other) Equals() argument
1322 Union(const RegisterBitVector& other) Union() argument
[all...]
H A Dregister-allocator.cc1212 TryMerge(SpillRange* other) TryMerge() argument
1238 MergeDisjointIntervals(UseInterval* other) MergeDisjointIntervals() argument
4646 SpillRange* other = spill_ranges[j]; AssignSpillSlots() local
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc2203 Register other = src == rax ? dst : src; in emit_xchg() local
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h380 inline LogicVRegister(SimVRegister& other) // NOLINT in LogicVRegister() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp1064 SamplerBinding::SamplerBinding(const SamplerBinding &other) = default; member in gl::SamplerBinding
1215 ImageBinding::ImageBinding(const ImageBinding &other) = default; member in gl::ImageBinding
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp2839 uint64_t ExportEntry::other() const { in other() function in ExportEntry
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp3240 vk::VkShaderCreateInfoEXT GraphicsPipelineWrapper::makeShaderCreateInfo (VkShaderStageFlagBits stage, ShaderWrapper& shader, bool link, bool binary, ShaderWrapper& other) in makeShaderCreateInfo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h790 void merge(PipelineBarrier *other) in merge() argument
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509v3.h151 ASN1_TYPE *other; /* x400Address */ member
242 ASN1_TYPE *other; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp110 inline void merge_and(const Bitset &other) in merge_and() argument
120 inline void merge_or(const Bitset &other) in merge_or() argument
354 TypedID(const TypedID<U> &other) TypedID() argument
360 operator =(const TypedID<U> &other) operator =() argument
393 TypedID(const TypedID<TypeNone> &other) TypedID() argument
1414 operator =(const Variant &other) operator =() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit.cpp2094 MeasureUnit::MeasureUnit(const MeasureUnit &other) in MeasureUnit() argument
2113 MeasureUnit &MeasureUnit::operator=(const MeasureUnit &other) { in operator =() argument
[all...]
/third_party/python/Modules/_decimal/
H A D_decimal.c4453 PyObject *other; dec_mpd_qcopy_sign() local
4488 PyObject *other; dec_mpd_same_quantum() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc4442 Builder::Backedge::Backedge(const Builder::Backedge& other) = default; member in Builder::Backedge
4444 const Builder::Backedge& other) = default; member in Builder::Backedge
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc1569 void FileDescriptorSet::InternalSwap(FileDescriptorSet* other) { in InternalSwap() argument
2218 void FileDescriptorProto::InternalSwap(FileDescriptorProto* other) { in InternalSwap() argument
2533 InternalSwap(DescriptorProto_ExtensionRange* other) InternalSwap() argument
2789 InternalSwap(DescriptorProto_ReservedRange* other) InternalSwap() argument
3336 InternalSwap(DescriptorProto* other) InternalSwap() argument
3570 InternalSwap(ExtensionRangeOptions* other) InternalSwap() argument
4191 InternalSwap(FieldDescriptorProto* other) InternalSwap() argument
4484 InternalSwap(OneofDescriptorProto* other) InternalSwap() argument
4736 InternalSwap(EnumDescriptorProto_EnumReservedRange* other) InternalSwap() argument
5123 InternalSwap(EnumDescriptorProto* other) InternalSwap() argument
5440 InternalSwap(EnumValueDescriptorProto* other) InternalSwap() argument
5759 InternalSwap(ServiceDescriptorProto* other) InternalSwap() argument
6189 InternalSwap(MethodDescriptorProto* other) InternalSwap() argument
7165 InternalSwap(FileOptions* other) InternalSwap() argument
7531 InternalSwap(MessageOptions* other) InternalSwap() argument
7950 InternalSwap(FieldOptions* other) InternalSwap() argument
8182 InternalSwap(OneofOptions* other) InternalSwap() argument
8479 InternalSwap(EnumOptions* other) InternalSwap() argument
8746 InternalSwap(EnumValueOptions* other) InternalSwap() argument
9008 InternalSwap(ServiceOptions* other) InternalSwap() argument
9316 InternalSwap(MethodOptions* other) InternalSwap() argument
9601 InternalSwap(UninterpretedOption_NamePart* other) InternalSwap() argument
10038 InternalSwap(UninterpretedOption* other) InternalSwap() argument
10437 InternalSwap(SourceCodeInfo_Location* other) InternalSwap() argument
10645 InternalSwap(SourceCodeInfo* other) InternalSwap() argument
10978 InternalSwap(GeneratedCodeInfo_Annotation* other) InternalSwap() argument
11189 InternalSwap(GeneratedCodeInfo* other) InternalSwap() argument
[all...]
/third_party/python/Objects/
H A Dlongobject.c3120 long_richcompare(PyObject *self, PyObject *other, int op) in long_richcompare() argument
[all...]
H A Ddictobject.c2818 PyDictObject *mp, *other; in dict_merge() local
3606 dict_or(PyObject *self, PyObject *other) dict_or() argument
3623 dict_ior(PyObject *self, PyObject *other) dict_ior() argument
4623 all_contained_in(PyObject *self, PyObject *other) all_contained_in() argument
4647 dictview_richcompare(PyObject *self, PyObject *other, int op) dictview_richcompare() argument
4777 dictviews_sub(PyObject *self, PyObject *other) dictviews_sub() argument
4799 _PyDictView_Intersect(PyObject* self, PyObject *other) _PyDictView_Intersect() argument
4884 dictviews_or(PyObject* self, PyObject *other) dictviews_or() argument
4899 dictitems_xor(PyObject *self, PyObject *other) dictitems_xor() argument
4985 dictviews_xor(PyObject* self, PyObject *other) dictviews_xor() argument
5026 dictviews_isdisjoint(PyObject *self, PyObject *other) dictviews_isdisjoint() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp407 inline WrappedType<Type>& operator+= (const WrappedType<Type>& other) { m_value += other argument
408 operator *=(const WrappedType<Type>& other) operator *=() argument
409 operator /=(const WrappedType<Type>& other) operator /=() argument
410 operator -=(const WrappedType<Type>& other) operator -=() argument
449 operator +=(const Int& other) operator +=() argument
450 operator *=(const Int& other) operator *=() argument
451 operator /=(const Int& other) operator /=() argument
452 operator -=(const Int& other) operator -=() argument
479 operator +=(const Half& other) operator +=() argument
480 operator *=(const Half& other) operator *=() argument
481 operator /=(const Half& other) operator /=() argument
482 operator -=(const Half& other) operator -=() argument
511 operator +=(const Fixed& other) operator +=() argument
512 operator *=(const Fixed& other) operator *=() argument
513 operator /=(const Fixed& other) operator /=() argument
514 operator -=(const Fixed& other) operator -=() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c3689 struct hostapd_data *other; in handle_auth() local
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3807 BoundSecondMatcher(const BoundSecondMatcher& other) = default; member in testing::internal::BoundSecondMatcher
/third_party/mesa3d/include/CL/
H A Dcl2.hpp3560 typedef SVMAllocator<U, SVMTrait> other; typedef
3577 SVMAllocator(const SVMAllocator &other) : in SVMAllocator() argument
3583 SVMAllocator(const SVMAllocator<U, SVMTrait> &other) : in SVMAllocator() argument
3700 typedef SVMAllocator<U, SVMTrait> other; typedef
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h279 __u32 other; /* Drops due to drop() calls */ member
335 __u32 other; member
379 __u32 other; /* Drops due to drop() calls */ member
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc996 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult() argument
1003 void AssertionResult::swap(AssertionResult& other) { in swap() argument
[all...]
/third_party/libinput/test/
H A Dlitest.c2208 int other = (slot + 1) % 2; in litest_slot_start() local
2291 int other = (slot + 1) % 2; in litest_slot_move() local
2332 int other = (slot + 1) % 2; litest_touch_up() local
4519 int other = (slot + 1) % 2; litest_semi_mt_touch_down() local
4563 int other = (slot + 1) % 2; litest_semi_mt_touch_move() local
4601 int other = (slot + 1) % 2; litest_semi_mt_touch_up() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.h126 inline void Swap(NumberFormat* other) { in Swap() argument
134 void UnsafeArenaSwap(NumberFormat* other) { in UnsafeArenaSwap() argument
377 Swap(PhoneNumberDesc* other) Swap() argument
385 UnsafeArenaSwap(PhoneNumberDesc* other) UnsafeArenaSwap() argument
588 Swap(PhoneMetadata* other) Swap() argument
596 UnsafeArenaSwap(PhoneMetadata* other) UnsafeArenaSwap() argument
1323 Swap(PhoneMetadataCollection* other) Swap() argument
1331 UnsafeArenaSwap(PhoneMetadataCollection* other) UnsafeArenaSwap() argument
[all...]

Completed in 122 milliseconds

1...<<51525354555657585960>>...63