Home
last modified time | relevance | path

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

/external/glide/third_party/disklrucache/
DREADME.third_party7 Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
DREADME.md1 Disk LRU Cache
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp734 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards() local
735 LRU.MI = UseMI; in updatePhysDepsDownwards()
736 LRU.Op = DefOp; in updatePhysDepsDownwards()
904 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards() local
906 if (LRU.Cycle <= Height && LRU.MI != MI) { in updatePhysDepsUpwards()
907 LRU.Cycle = Height; in updatePhysDepsUpwards()
908 LRU.MI = MI; in updatePhysDepsUpwards()
909 LRU.Op = ReadOps[i]; in updatePhysDepsUpwards()
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt125 replacement policy; we have found that this is almost as good as LRU
/external/jetty/
DVERSION.txt1400 + JETTY-1289 LRU cache for filter chains
5213 + Replaced ResourceHandler FIFO cache with LRU cache.
/external/jmonkeyengine/
DNOTICE4751 * An LRU cache, based on <code>LinkedHashMap</code>.
4755 * If the cache is full and another entry is added, the LRU (least recently