/external/rust/android-crates-io/crates/futures-util/src/stream/ |
D | select.rs | 47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select() 64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() 73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() 82 pub fn get_pin_mut(self: Pin<&mut Self>) -> (Pin<&mut St1>, Pin<&mut St2>) { in get_pin_mut() 91 pub fn into_inner(self) -> (St1, St2) { in into_inner()
|
D | select_with_strategy.rs | 139 pub fn select_with_strategy<St1, St2, Clos, State>( in select_with_strategy() 140 stream1: St1, in select_with_strategy() 143 ) -> SelectWithStrategy<St1, St2, Clos, State> in select_with_strategy() 162 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() 171 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() 180 pub fn get_pin_mut(self: Pin<&mut Self>) -> (Pin<&mut St1>, Pin<&mut St2>) { in get_pin_mut() 189 pub fn into_inner(self) -> (St1, St2) { in into_inner() 209 fn poll_side<St1, St2, Clos, State>( in poll_side() 225 fn poll_inner<St1, St2, Clos, State>( in poll_inner()
|
/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | zip.rs | 23 pub(super) fn new(stream1: St1, stream2: St2) -> Self { in new() 29 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() 38 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() 47 pub fn get_pin_mut(self: Pin<&mut Self>) -> (Pin<&mut St1>, Pin<&mut St2>) { in get_pin_mut() 56 pub fn into_inner(self) -> (St1, St2) { in into_inner()
|
D | chain.rs | 25 pub(super) fn new(stream1: St1, stream2: St2) -> Self { in new()
|
/external/clang/test/OpenMP/ |
D | threadprivate_ast_print.cpp | 17 struct St1{ struct 22 // CHECK-NEXT: #pragma omp threadprivate(St1::b) argument
|
/external/vixl/examples/aarch64/ |
D | neon-matrix-multiply.cc | 92 __ St1(v0.V4S(), v1.V4S(), v2.V4S(), v3.V4S(), MemOperand(x0)); in GenerateNEONMatrixMultiply() local
|
D | add2-vectors.cc | 62 __ St1(v0.V16B(), MemOperand(x0, 16, PostIndex)); in GenerateAdd2Vectors() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 129 SDNode *St1 = DAG.getMachineNode( in EmitTargetCodeForSetTag() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-neon-aarch64.cc | 2164 __ St1(v0.B(), i, MemOperand(x17)); in TEST() local 2170 __ St1(v0.H(), i, MemOperand(x17)); in TEST() local 2176 __ St1(v0.S(), i, MemOperand(x17)); in TEST() local 2182 __ St1(v0.D(), i, MemOperand(x17)); in TEST() local 2568 __ St1(v0.B(), i, MemOperand(x17, 1, PostIndex)); in TEST() local 2573 __ St1(v0.H(), i, MemOperand(x17, 2, PostIndex)); in TEST() local 2578 __ St1(v0.S(), i, MemOperand(x17, 4, PostIndex)); in TEST() local 2583 __ St1(v0.D(), i, MemOperand(x17, 8, PostIndex)); in TEST() local 2696 __ St1(v0.V8B(), MemOperand(x17)); in TEST() local 2699 __ St1(v0.V8B(), v1.V8B(), MemOperand(x17)); in TEST() local [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 3453 void St1(const VRegister& vt, const MemOperand& dst) { in St1() function 3458 void St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) { in St1() function 3463 void St1(const VRegister& vt, in St1() function 3471 void St1(const VRegister& vt, in St1() function 3480 void St1(const VRegister& vt, int lane, const MemOperand& dst) { in St1() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 16368 SDValue St1 = DAG.getStore(Chain, DL, Hi, Ptr, in replaceStoreOfFPConstant() local 16715 SDValue St1 = in splitMergedValStore() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 19641 SDValue St1 = DAG.getStore(Chain, DL, Hi, Ptr, in replaceStoreOfFPConstant() local 20024 SDValue St1 = DAG.getStore( in splitMergedValStore() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12001 SDValue St1 = DAG.getStore(Chain, DL, Hi, in replaceStoreOfFPConstant() local
|