Home
last modified time | relevance | path

Searched refs:get_and_increment (Results 1 – 8 of 8) sorted by relevance

/external/rust/android-crates-io/crates/rayon/src/slice/
Dmergesort.rs15 unsafe fn get_and_increment<T>(ptr: &mut *mut T) -> *mut T { in get_and_increment() function
164 get_and_increment(&mut right) in merge()
166 get_and_increment(left) in merge()
168 ptr::copy_nonoverlapping(to_copy, get_and_increment(out), 1); in merge()
470 get_and_increment(&mut s.right_start) in par_merge()
472 get_and_increment(&mut s.left_start) in par_merge()
474 ptr::copy_nonoverlapping(to_copy, get_and_increment(&mut s.dest), 1); in par_merge()
/external/pytorch/aten/src/ATen/
DSequenceNumber.h11 TORCH_API uint64_t get_and_increment();
DSequenceNumber.cpp13 uint64_t get_and_increment() { in get_and_increment() function
/external/cronet/stable/third_party/protobuf/ruby/lib/google/protobuf/
Ddescriptor_dsl.rb23 def get_and_increment method in Google.Protobuf.Internal.AtomicCounter
69 number = @@file_number.get_and_increment
/external/protobuf/ruby/lib/google/protobuf/
Ddescriptor_dsl.rb23 def get_and_increment method in Google.Protobuf.Internal.AtomicCounter
69 number = @@file_number.get_and_increment
/external/cronet/tot/third_party/protobuf/ruby/lib/google/protobuf/
Ddescriptor_dsl.rb23 def get_and_increment method in Google.Protobuf.Internal.AtomicCounter
69 number = @@file_number.get_and_increment
/external/pytorch/torch/csrc/autograd/
Dfunction.h135 /*sequence_nr=*/at::sequence_number::get_and_increment(), in Node()
/external/tensorflow/tensorflow/python/kernel_tests/summary_ops/
Dsummary_ops_test.py592 def get_and_increment(): function
598 self.assertAllEqual(1, get_and_increment())
599 self.assertAllEqual(2, get_and_increment())
602 self.assertAllEqual(3, get_and_increment())