Home
last modified time | relevance | path

Searched defs:move (Results 151 - 175 of 274) sorted by relevance

1234567891011

/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...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddir.c1297 int err, release, sync = 0, move = (new_dir != old_dir); in do_rename() local
H A Djournal.c1228 int move = (old_dir != new_dir); in ubifs_jnl_rename() local
H A Dtnc.c2121 int i, keep, move, appending = 0; in tnc_insert() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h163 int (*move)(struct nouveau_channel *, member
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddir.c1294 int err, release, sync = 0, move = (new_dir != old_dir); in do_rename() local
H A Dtnc.c2122 int i, keep, move, appending = 0; in tnc_insert() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-mod-log.c38 } move; member
[all...]
/third_party/backends/backend/genesys/
H A Dgl843.cpp1059 float move = 0.0f; in calculate_scan_session() local
1347 int move; init_regs_for_shading() local
[all...]
H A Dgl846.cpp678 float move = dev->model->y_offset; in calculate_scan_session() local
815 float move in init_regs_for_shading() local
[all...]
H A Dgl847.cpp653 float move = dev->model->y_offset; in calculate_scan_session() local
833 float move = 0; init_regs_for_shading() local
[all...]
H A Dgl124.cpp761 float move = dev->model->y_offset; in calculate_scan_session() local
935 unsigned move=0; in init_regs_for_shading() local
[all...]
/third_party/backends/backend/
H A Dp5_device.c1039 move (P5_Device * dev) in move() function
[all...]
/third_party/icu/icu4c/source/common/
H A Dutext.cpp503 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp1204 m_value(std::move(other.m_value)) move() function in basic_json
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dutext.cpp506 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument
[all...]
/third_party/python/Lib/
H A Dshutil.py783 def move(src, dst, copy_function=copy2): function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-cs-common.hh111 void move (const number_t &dx, const number_t &dy) { move_x (dx); move_y (dy); } in move() function
112 void move (const point_t &d) { move_x (d.x); move_y (d.y); } in move() function
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dutext.cpp503 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp910 int32_t RenderIndexerCircle::GetNearestItem(const Offset& position, bool move) in GetNearestItem() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp1048 min(move(other.min)), max(move(other.max)), data(move(other.data)) in move() function
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp245 Downloader::Downloader(const std::string& name) noexcept : name_(std::move(name)) in move() function
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_alua.c1920 int move = 0; in core_alua_store_tg_pt_gp_info() local
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.h259 void (*move) member

Completed in 47 milliseconds

1234567891011