Home
last modified time | relevance | path

Searched refs:hit (Results 1 - 2 of 2) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dkey_cache.c42 #define TRACE_HIT_CACHE(kc) do { kc->hit++; g_totalKeyCacheHit++; } while (0)
44 void ResetKeyCacheHitInfo(int *hit, int *try) in ResetKeyCacheHitInfo() argument
46 *hit = g_totalKeyCacheHit; in ResetKeyCacheHitInfo()
H A Dkey_cache.h91 int hit; /* cache hit count */ member
105 void ResetKeyCacheHitInfo(int *hit, int *try);

Completed in 2 milliseconds