| /kernel/linux/linux-5.10/drivers/dma/ |
| H A D | fsl_raid.c | 532 struct fsl_re_move_cdb *move; in fsl_re_prep_dma_memcpy() local
|
| /kernel/linux/linux-5.10/include/drm/ttm/ |
| H A D | ttm_bo_driver.h | 164 int (*move)(struct ttm_buffer_object *bo, bool evict, member [all...] |
| /kernel/linux/linux-6.6/drivers/dma/ |
| H A D | fsl_raid.c | 533 struct fsl_re_move_cdb *move; in fsl_re_prep_dma_memcpy() local
|
| /third_party/gn/src/base/ |
| H A D | values.cc | 137 : 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 D | gl842.cpp | 584 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 D | cmemory.h | 772 fPool(std::move(other.fPool)) { in move() function in MemoryPool
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_fluent.cpp | 438 : 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 D | sb_ir.cpp | 110 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 D | cmemory.h | 772 fPool(std::move(other.fPool)) { in move() function in MemoryPool
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | test_eu_validate.cpp | 1166 } 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 D | number_fluent.cpp | 438 : 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 D | hashmap.h | 511 : Base(std::move(othe function in PointerTemplateHashMapImpl [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleImageTests.cpp | 79 inline SharedPtr<Unique<T> > makeSharedPtr (Move<T> move) in makeSharedPtr() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperationSingleQueueTests.cpp | 361 inline de::SharedPtr<Move<T> > makeVkSharedPtr (Move<T> move) in makeVkSharedPtr() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_fluent.cpp | 410 : 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 D | cmemory.h | 772 fPool(std::move(other.fPool)) { in move() function in MemoryPool
|
| /third_party/skia/include/private/ |
| H A D | SkTArray.h | 507 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 D | editor.cpp | 280 Editor::TextPosition Editor::move(Editor::Movement move, Edito argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleImageTests.cpp | 77 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 D | vktSynchronizationOperationSingleQueueTests.cpp | 361 inline de::SharedPtr<Move<T> > makeVkSharedPtr (Move<T> move) in makeVkSharedPtr() argument
|
| /base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
| H A D | attributes.cpp | 169 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 D | nouveau_drv.h | 153 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 D | rosen_render_swiper.cpp | 483 double move = indicatorPointOffset_ * swiperIndicatorData_.indicatorItemData[index].radius; in GetIndicatorPointMoveOffset() local
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | string.h | 101 basic_string(basic_string&& a) noexcept : allocator_(a.allocator_), data_(BASE_NS::move(a.data_)) in move() function in basic_string
|
| H A D | vector.h | 943 void move(pointer first, const_pointer last, pointer d_first) // last>first move() function in vector [all...] |