Home
last modified time | relevance | path

Searched defs:move (Results 126 - 150 of 272) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/dma/
H A Dfsl_raid.c532 struct fsl_re_move_cdb *move; in fsl_re_prep_dma_memcpy() local
/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_bo_driver.h164 int (*move)(struct ttm_buffer_object *bo, bool evict, member
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dfsl_raid.c533 struct fsl_re_move_cdb *move; in fsl_re_prep_dma_memcpy() local
/third_party/gn/src/base/
H A Dvalues.cc137 : type_(Type::STRING), string_value_(std::move(in_string)) { in move() function
151 : type_(Type::BINARY), binary_value_(std::move(in_blob)) {} in move() function
162 : type_(Type::DICTIONARY), dict_(std::move(in_dict)) {} in move() function
171 : type_(Type::LIST), list_(std::move(in_lis function
[all...]
/third_party/backends/backend/genesys/
H A Dgl842.cpp584 float move = 0.0f; in calculate_scan_session() local
760 int move; in init_regs_for_shading() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dcmemory.h772 fPool(std::move(other.fPool)) { in move() function in MemoryPool
/third_party/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp438 : NFS<UNF>(std::move(src)) { move() function
468 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp110 void container_node::move(iterator b, iterator e) { in move() function in r600_sb::container_node
/third_party/node/deps/icu-small/source/common/
H A Dcmemory.h772 fPool(std::move(other.fPool)) { in move() function in MemoryPool
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_validate.cpp1166 } move[] = { in TEST_P() local
2069 } move[] = { in TEST_P() local
2106 } move[] = { TEST_P() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_fluent.cpp438 : NFS<UNF>(std::move(src)) { move() function
468 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/node/deps/v8/src/base/
H A Dhashmap.h511 : Base(std::move(othe function in PointerTemplateHashMapImpl
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp79 inline SharedPtr<Unique<T> > makeSharedPtr (Move<T> move) in makeSharedPtr() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp361 inline de::SharedPtr<Move<T> > makeVkSharedPtr (Move<T> move) in makeVkSharedPtr() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_fluent.cpp410 : NFS<UNF>(std::move(src)) { move() function
440 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h772 fPool(std::move(other.fPool)) { in move() function in MemoryPool
/third_party/skia/include/private/
H A DSkTArray.h507 template <bool E = MEM_MOVE> std::enable_if_t<E, void> move(int dst, int src) { move() function in SkTArray
510 template <bool E = MEM_MOVE> std::enable_if_t<E, void> move(void* dst) { move() function in SkTArray
514 template <bool E = MEM_MOVE> std::enable_if_t<!E, void> move(int dst, int src) { move() function in SkTArray
518 template <bool E = MEM_MOVE> std::enable_if_t<!E, void> move(void* dst) { move() function in SkTArray
[all...]
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp280 Editor::TextPosition Editor::move(Editor::Movement move, Edito argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp77 inline SharedPtr<Unique<T> > makeSharedPtr (Move<T> move) in makeSharedPtr() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp361 inline de::SharedPtr<Move<T> > makeVkSharedPtr (Move<T> move) in makeVkSharedPtr() argument
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp169 Attributes::Impl::Impl(Attributes::Impl &&other) noexcept : map_(std::move(other.map_)) in move() function
1007 Attributes::Attributes(Attributes &&other) noexcept : impl_(std::move(other.impl_)) in move() function
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h153 int (*move)(struct nouveau_channel *, struct ttm_buffer_object *, struct ttm_resource *, struct ttm_resource *); member
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.cpp483 double move = indicatorPointOffset_ * swiperIndicatorData_.indicatorItemData[index].radius; in GetIndicatorPointMoveOffset() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h101 basic_string(basic_string&& a) noexcept : allocator_(a.allocator_), data_(BASE_NS::move(a.data_)) in move() function in basic_string
H A Dvector.h943 void move(pointer first, const_pointer last, pointer d_first) // last>first move() function in vector
[all...]

Completed in 33 milliseconds

1234567891011