Home
last modified time | relevance | path

Searched refs:num_rounds (Results 1 – 2 of 2) sorted by relevance

/optee_test/ta/concurrent_large/
A Dta_entry.c50 size_t num_rounds = 0; in ta_entry_busy_loop() local
67 num_rounds = params[1].value.a; in ta_entry_busy_loop()
68 while (num_rounds) { in ta_entry_busy_loop()
74 num_rounds--; in ta_entry_busy_loop()
87 size_t num_rounds = 0; in ta_entry_sha256() local
119 num_rounds = params[1].value.a; in ta_entry_sha256()
120 while (num_rounds) { in ta_entry_sha256()
124 num_rounds--; in ta_entry_sha256()
/optee_test/ta/concurrent/
A Dta_entry.c50 size_t num_rounds = 0; in ta_entry_busy_loop() local
67 num_rounds = params[1].value.a; in ta_entry_busy_loop()
68 while (num_rounds) { in ta_entry_busy_loop()
74 num_rounds--; in ta_entry_busy_loop()
87 size_t num_rounds = 0; in ta_entry_sha256() local
119 num_rounds = params[1].value.a; in ta_entry_sha256()
120 while (num_rounds) { in ta_entry_sha256()
124 num_rounds--; in ta_entry_sha256()

Completed in 3 milliseconds