/external/vixl/examples/aarch64/ |
D | swap4.cc | 38 __ Poke(x0, 0); in GenerateSwap4() local 39 __ Poke(x1, 8); in GenerateSwap4() local
|
D | swap-int32.cc | 46 __ Poke(w0, 0); in GenerateSwapInt32() local 47 __ Poke(w1, 4); in GenerateSwapInt32() local
|
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
D | waiter.cc | 116 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 220 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 297 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 411 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
|
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 116 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 220 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 297 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 411 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 180 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 284 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 361 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 475 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 180 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 284 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 361 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 475 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 172 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 276 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 353 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 467 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
|
/external/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 172 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 276 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 353 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 467 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
|
/external/vixl/benchmarks/aarch64/ |
D | bench-utils.cc | 241 __ Poke(PickR(size), Operand(claim)); in GenerateOperandSequence() local 243 __ Poke(PickR(size), Operand(16)); in GenerateOperandSequence() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 7510 __ Poke(x0, 0); in TEST() local 7511 __ Poke(x1, 8); in TEST() local 7512 __ Poke(x2, 16); in TEST() local 7513 __ Poke(x3, 24); in TEST() local 7520 __ Poke(w0, 0); in TEST() local 7521 __ Poke(w1, 4); in TEST() local 7522 __ Poke(w2, 8); in TEST() local 7523 __ Poke(w3, 12); in TEST() local 7575 __ Poke(x0, 1); in TEST() local 7578 __ Poke(x1, 2); in TEST() local [all …]
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 2764 __ Poke(r0, 0); in TEST() local 2765 __ Poke(r1, 4); in TEST() local 2766 __ Poke(r2, 8); in TEST() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 2299 void MacroAssembler::Poke(const Register& src, const Operand& offset) { in Poke() function in vixl::aarch64::MacroAssembler
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 848 void Poke(Register src, int32_t offset) { in Poke() function
|