Home
last modified time | relevance | path

Searched defs:swap (Results 451 - 473 of 473) sorted by relevance

1...<<111213141516171819

/third_party/skia/src/core/
H A DSkPath.cpp212 void SkPath::swap(SkPath& that) { in swap() function in SkPath
[all...]
/third_party/toybox/toys/pending/
H A Dawk.c2911 static void swap(void) in swap() function
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c3344 int swap = 0; in _mpd_qaddsub() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c6495 bool swap = false; in vop2_setup_cluster_alpha() local
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c6537 bool swap = false; in vop2_setup_cluster_alpha() local
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dkvm_host.h776 bool swap; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dkvm_host.h804 bool swap; member
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_realtek.c66 unsigned int swap:1; member
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddc.h157 u32 swap; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c479 unsigned format, ntype, swap; in radv_choose_spi_color_format() local
H A Dradv_cmd_buffer.c1335 unsigned format, swap; in radv_emit_rbplus_state() local
/third_party/mesa3d/src/imgui/
H A Dimgui.h1208 inline void swap(ImVector<T>& rhs) { int rhs_size = rhs.Size; rhs.Size = Size; Size = rhs_size; int rhs_cap = rhs.Capacity; rhs.Capacity = Capacity; Capacity = rhs_cap; T* rhs_data = rhs.Data; rhs.Data = Data; Data = rhs_data; } in swap() function
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c8576 IT(swap); variable
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h384 friend void swap(FileDescriptorSet& a, FileDescriptorSet& b) { in swap() function in PROTOBUF_FINAL
537 friend void swap(FileDescriptorProto& a, FileDescriptorProto& b) { in swap() function in PROTOBUF_FINAL
931 friend void swap(DescriptorProto_ExtensionRange& a, DescriptorProto_ExtensionRange& b) { in swap() function in PROTOBUF_FINAL
1115 friend void swap(DescriptorProto_ReservedRange& a, DescriptorProto_ReservedRange& b) { in swap() function in PROTOBUF_FINAL
1279 friend void swap(DescriptorProto& a, DescriptorProto& b) { in swap() function in PROTOBUF_FINAL
1624 friend void swap(ExtensionRangeOptions& a, ExtensionRangeOptions& b) { in swap() function in PROTOBUF_FINAL
1780 friend void swap(FieldDescriptorProto& a, FieldDescriptorProto& b) { in swap() function in PROTOBUF_FINAL
2213 friend void swap(OneofDescriptorProto& a, OneofDescriptorProto& b) { in swap() function in PROTOBUF_FINAL
2389 friend void swap(EnumDescriptorProto_EnumReservedRange& a, EnumDescriptorProto_EnumReservedRange& b) { in swap() function in PROTOBUF_FINAL
2553 friend void swap(EnumDescriptorProt function in PROTOBUF_FINAL
2797 friend void swap(EnumValueDescriptorProto& a, EnumValueDescriptorProto& b) { swap() function in PROTOBUF_FINAL
2988 friend void swap(ServiceDescriptorProto& a, ServiceDescriptorProto& b) { swap() function in PROTOBUF_FINAL
3184 friend void swap(MethodDescriptorProto& a, MethodDescriptorProto& b) { swap() function in PROTOBUF_FINAL
3434 friend void swap(FileOptions& a, FileOptions& b) { swap() function in PROTOBUF_FINAL
3993 friend void swap(MessageOptions& a, MessageOptions& b) { swap() function in PROTOBUF_FINAL
4210 friend void swap(FieldOptions& a, FieldOptions& b) { swap() function in PROTOBUF_FINAL
4521 friend void swap(OneofOptions& a, OneofOptions& b) { swap() function in PROTOBUF_FINAL
4677 friend void swap(EnumOptions& a, EnumOptions& b) { swap() function in PROTOBUF_FINAL
4864 friend void swap(EnumValueOptions& a, EnumValueOptions& b) { swap() function in PROTOBUF_FINAL
5036 friend void swap(ServiceOptions& a, ServiceOptions& b) { swap() function in PROTOBUF_FINAL
5208 friend void swap(MethodOptions& a, MethodOptions& b) { swap() function in PROTOBUF_FINAL
5427 friend void swap(UninterpretedOption_NamePart& a, UninterpretedOption_NamePart& b) { swap() function in PROTOBUF_FINAL
5601 friend void swap(UninterpretedOption& a, UninterpretedOption& b) { swap() function in PROTOBUF_FINAL
5868 friend void swap(SourceCodeInfo_Location& a, SourceCodeInfo_Location& b) { swap() function in PROTOBUF_FINAL
6122 friend void swap(SourceCodeInfo& a, SourceCodeInfo& b) { swap() function in PROTOBUF_FINAL
6277 friend void swap(GeneratedCodeInfo_Annotation& a, GeneratedCodeInfo_Annotation& b) { swap() function in PROTOBUF_FINAL
6488 friend void swap(GeneratedCodeInfo& a, GeneratedCodeInfo& b) { swap() function in PROTOBUF_FINAL
[all...]
/third_party/python/Python/
H A Dcompile.c8735 struct instr *swap = &block->b_instr[i]; in apply_static_swaps() local
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_realtek.c67 unsigned int swap:1; member
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h1732 inline void swap(ImVector<T>& rhs) { int rhs_size = rhs.Size; rhs.Size = Size; Size = rhs_size; int rhs_cap = rhs.Capacity; rhs.Capacity = Capacity; Capacity = rhs_cap; T* rhs_data = rhs.Data; rhs.Data = Data; Data = rhs_data; } in swap() function
/kernel/linux/linux-5.10/include/rdma/
H A Dib_verbs.h1381 u64 swap; member
/kernel/linux/linux-6.6/include/rdma/
H A Dib_verbs.h1409 u64 swap; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp2753 void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context & rhs ) in swap() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dcros_ec_commands.h4883 uint8_t swap; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dcros_ec_commands.h4921 uint8_t swap; member
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs40918 pub fn swap(&mut self, i: usize, j: usize) { swap() functions
[all...]

Completed in 265 milliseconds

1...<<111213141516171819