Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c32 int lru_count; /* amount of times this entry has been used */ member
574 if (fp_cache[x].lru_count < y && fp_cache[x].lock == 0) { in s_find_hole()
576 y = fp_cache[x].lru_count; in s_find_hole()
582 if (fp_cache[x].lru_count > 3) { in s_find_hole()
583 --(fp_cache[x].lru_count); in s_find_hole()
599 fp_cache[z].lru_count = 0; in s_find_hole()
651 fp_cache[idx].lru_count = 0; in s_add_entry()
656 fp_cache[idx].lru_count = 0; in s_add_entry()
760 fp_cache[idx].lru_count = 0; in s_build_lut()
1131 ++(fp_cache[idx1].lru_count); in ltc_ecc_fp_mul2add()
[all …]