OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_counter
(Results
1 - 4
of
4
) sorted by null
/system/keymaster/
iso18033kdf.h
46
* hash(secret ||
start_counter
) || hash(secret||
start_counter
+ 1) || ...
50
* hash(secret ||
start_counter
|| info) || hash(secret ||
start_counter
+ 1 || info) || ...
60
Iso18033Kdf(uint32_t
start_counter
) : start_counter_(
start_counter
) {}
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c
230
int64_t
start_counter
= 0;
local
242
start_counter
= rdtsc();
246
cycles[i] = end_counter -
start_counter
;
lp_test_blend.c
496
int64_t
start_counter
= 0;
local
519
start_counter
= rdtsc();
523
cycles[i] = end_counter -
start_counter
;
568
int64_t
start_counter
= 0;
local
599
start_counter
= rdtsc();
603
cycles[i] = end_counter -
start_counter
;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c
270
void
start_counter
(double *pc_freq, __int64 *counter_start)
function
289
void
start_counter
(void)
function
316
start_counter
(&pc_freq, &counter_start);
327
start_counter
();
Completed in 604 milliseconds