OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_value
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/cpu/armv7/s5p-common/
timer.c
102
unsigned long
count_value
;
local
104
count_value
= timer_get_us_down();
105
while ((int)(
count_value
- timer_get_us_down()) < (int)usec)
/external/gemmlowp/internal/
multi_thread_gemm.h
205
const std::size_t
count_value
= count_;
local
206
if (
count_value
) {
207
WaitForVariableChange(&count_,
count_value
, &cond_, &mutex_);
Completed in 72 milliseconds