Home
last modified time | relevance | path

Searched defs:move (Results 51 - 75 of 200) sorted by relevance

12345678

/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dstrxfrm.c147 int move = 10; in strxfrm_0700() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.hpp98 void move(uint32_t i, RValue<SIMD::Float> &&scalar) { emplace(i, scalar.value(), TypeHint::Float); } in move() function in sw::Intermediate
99 void move(uint32_t i, RValue<SIMD::Int> &&scalar) { emplace(i, scalar.value(), TypeHint::Int); } in move() function in sw::Intermediate
100 void move(uint32_t i, RValue<SIMD::UInt> &&scalar) { emplace(i, scalar.value(), TypeHint::UInt); } in move() function in sw::Intermediate
102 void move(uint32_t i, const RValue<SIMD::Float> &scalar) { emplace(i, scalar.value(), TypeHint::Float); } in move() function in sw::Intermediate
103 void move(uint32_t i, const RValue<SIMD::Int> &scalar) { emplace(i, scalar.value(), TypeHint::Int); } in move() function in sw::Intermediate
104 void move(uint32_t i, const RValue<SIMD::UInt> &scalar) { emplace(i, scalar.value(), TypeHint::UInt); } in move() function in sw::Intermediate
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() function in WebAssemblyDebugValueManager
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dglue.h23 PtrMaybe(PtrMaybe&& other) noexcept : value_(std::move(other.value_)) {} in move() function in v8_crdtp::glue::detail::PtrMaybe
48 : is_just_(other.is_just_), value_(std::move(other.value_)) {} in move() function in v8_crdtp::glue::detail::ValueMaybe
H A Dmaybe.h23 PtrMaybe(PtrMaybe&& other) noexcept : value_(std::move(other.value_)) {} in move() function in v8_crdtp::detail::PtrMaybe
48 : is_just_(other.is_just_), value_(std::move(other.value_)) {} in move() function in v8_crdtp::detail::ValueMaybe
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dany_exception_safety_test.cc124 auto move = [&val](absl::any* ap) { *ap = std::move(val); }; in TEST() local
/third_party/elfutils/libdwfl/
H A Dsegment.c96 const size_t move = dwfl->lookup_elts - i; in insert() local
/third_party/node/src/crypto/
H A Dcrypto_hkdf.cc26 info(std::move(other.info)) {} in move() function
H A Dcrypto_keygen.h248 params(std::move(other.params)) {} in move() function
/third_party/typescript/tests/baselines/reference/
H A DgenericRestParameters1.js
/third_party/python/Lib/tkinter/
H A Ddnd.py248 def move(self, event): member in Icon
/third_party/gn/src/gn/
H A Dhash_table_base_unittest.cc116 TestHashTable(TestHashTable&& other) noexcept : BaseType(std::move(other)) {} in move() function in TestHashTable
H A Dpointer_set.h79 PointerSet(PointerSet&& other) noexcept : BaseType(std::move(other)) {} in move() function in PointerSet
/third_party/icu/icu4c/source/common/unicode/
H A Duiter.h401 UCharIteratorMove *move; global() member
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumrange_fluent.cpp211 : NFS<UNF>(std::move(src)) { move() function
240 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.cc146 error_msg_(std::move(other.error_msg_)) { in move() function
/third_party/node/deps/icu-small/source/common/unicode/
H A Duiter.h401 UCharIteratorMove *move; global() member
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumrange_fluent.cpp211 : NFS<UNF>(std::move(src)) { move() function
240 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc23 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep, in Split() argument
79 MoveOperandKind GetKind(const InstructionOperand& move) { in GetKind() argument
98 MoveOperands* move = (*moves)[i]; Resolve() local
130 auto move = (*moves)[i]; Resolve() local
138 auto move = (*moves)[i]; Resolve() local
148 auto move = (*moves)[i]; Resolve() local
153 PerformMove(ParallelMove* moves, MoveOperands* move) PerformMove() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dlower.c64 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_const() local
132 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_load() local
181 ppir_node *move = ppir_node_insert_mov(node); ppir_lower_texture() local
235 ppir_node *move = ppir_node_create(block, ppir_op_mov, -1, 0); ppir_lower_select() local
[all...]
H A Dnode_to_instr.c162 ppir_node *move = ppir_node_insert_mov(node); in ppir_do_one_node_to_instr() local
182 ppir_node *move = ppir_node_insert_mov(node); in ppir_do_one_node_to_instr() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumrange_fluent.cpp211 : NFS<UNF>(std::move(src)) { move() function
240 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duiter.h401 UCharIteratorMove *move; global() member
[all...]
/third_party/python/Lib/turtledemo/
H A Dnim.py66 def move(self, row, col): member in NimModel
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeUniquePtr.hpp238 inline MovePtr<T, Deleter> UniquePtr<T, Deleter>::move (void) in move() function in de::details::UniquePtr

Completed in 12 milliseconds

12345678