Searched refs:initial_count (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | blocking_counter.h | 28 BlockingCounter(int initial_count) in BlockingCounter() argument 29 : state_(initial_count << 1), notified_(false) { in BlockingCounter() 30 CHECK_GE(initial_count, 0); in BlockingCounter() 31 DCHECK_EQ((initial_count << 1) >> 1, initial_count); in BlockingCounter()
|
/external/tensorflow/tensorflow/lite/experimental/ruy/ |
D | blocking_counter.cc | 23 void BlockingCounter::Reset(int initial_count) { in Reset() argument 27 count_.store(initial_count, std::memory_order_release); in Reset()
|
D | blocking_counter.h | 39 void Reset(int initial_count);
|
/external/libgav1/libgav1/src/utils/ |
D | blocking_counter.h | 39 explicit BlockingCounterImpl(int initial_count) in BlockingCounterImpl() argument 40 : count_(initial_count), job_failed_(false) {} in BlockingCounterImpl()
|
/external/gemmlowp/internal/ |
D | multi_thread_gemm.h | 153 void Reset(std::size_t initial_count) { in Reset() argument 157 count_.store(initial_count, std::memory_order_release); in Reset()
|
/external/crosvm/devices/src/ |
D | pit.rs | 548 fn load_and_start_timer(&mut self, initial_count: u32) { in load_and_start_timer() 549 self.count = adjust_count(initial_count); in load_and_start_timer()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.cc | 608 size_t initial_count; in GetMaxPendingCounts() local 619 initial_count = 1 + (num_control_edges << 1); in GetMaxPendingCounts() 621 initial_count = num_in_edges; in GetMaxPendingCounts() 624 *max_pending = initial_count; in GetMaxPendingCounts()
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 2450 auto initial_count = struct_def.refcount; in ParseRoot() local 2472 NumToString(initial_count) + in ParseRoot()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-j7-prime.log | 70 [ 1.711796] [0: swapper/0: 1] polling_type : 1, initial_count : 0, check_count : 0
|
D | galaxy-s5-us.log | 1277 <6>[ 1.837729] polling_type : 1, initial_count : 3, check_count : 0
|
D | galaxy-a8-2016-duos.log | 1326 [ 2.159440] [0: swapper/0: 1] polling_type : 1, initial_count : 3, check_count : 0
|
D | galaxy-j5.log | 1279 [ 2.158133] [1: swapper/0: 1] polling_type : 1, initial_count : 3, check_count : 0
|
D | galaxy-s5-global.log | 1843 <6>[ 3.381072] polling_type : 1, initial_count : 0, check_count : 0
|
D | galaxy-s7-us.log | 2543 [ 2.315868] [3: swapper/0: 1] polling_type : 1, initial_count : 3, check_count : 0
|
D | galaxy-s7-global.log | 2556 [ 2.595676] [7: swapper/0: 1] polling_type : 1, initial_count : 0, check_count : 0
|
D | galaxy-s8-global.log | 1725 [ 1.336455] [4: swapper/0: 1] polling_type : 1, initial_count : 0, check_count : 0
|
D | galaxy-s8-us.log | 2211 [ 2.477189] [5: swapper/0: 1] polling_type : 1, initial_count : 0, check_count : 0
|
D | galaxy-a8-2018.log | 2441 [ 1.696632] [6: swapper/0: 1] polling_type : 1, initial_count : 0, check_count : 0
|