Searched refs:lru (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c86 struct util_cache_entry lru; member in struct:util_cache
115 make_empty_list(&cache->lru);
210 entry = cache->lru.prev;
213 util_cache_entry_destroy(cache, cache->lru.prev);
225 insert_at_head(&cache->lru, entry);
252 move_to_head(&cache->lru, entry);
277 assert(is_empty_list(&cache->lru));
365 assert (is_empty_list(&cache->lru));
368 struct util_cache_entry *header = cache->lru.next;
371 assert (!is_empty_list(&cache->lru));
[all...]
/external/skia/src/gpu/text/
H A DGrStencilAndCoverTextContext.cpp255 TextBlob* lru = fLRUList.head(); local
256 if (1 == lru->key().count()) {
258 fBlobIdCache.remove(lru->key()[0]);
260 fBlobKeyCache.remove(lru->key());
262 fLRUList.remove(lru);
263 fCacheSize -= lru->cpuMemorySize();
264 delete lru;
/external/elfutils/tests/
H A Drun-readelf-vmcoreinfo.sh83 OFFSET(page.lru)=40
/external/libdrm/intel/
H A Dintel_bufmgr_fake.c141 struct block lru; member in struct:_bufmgr_fake
446 DRMLISTADDTAIL(block, &bufmgr_fake->lru);
546 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) {
573 DRMLISTFOREACHSAFEREVERSE(block, tmp, &bufmgr_fake->lru) {
613 DBG("return to lru: offset %x sz %x\n",
616 DRMLISTADDTAIL(block, &bufmgr_fake->lru);
671 /* If we're not thrashing, allow lru eviction to dig deeper into
794 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) {
1562 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) {
1601 DRMINITLISTHEAD(&bufmgr_fake->lru);
[all...]
/external/valgrind/helgrind/
H A Dlibhb_core.c4494 static OldRef lru; variable
4495 // A double linked list, chaining all OldREf in a mru/lru order.
4496 // mru/lru are sentinel nodes.
4502 // the least recently used (i.e. pointed to by lru.next) is re-used.
4520 // to a non NULL node (lru when the list is empty).
4537 /* allocates a new OldRef or re-use the lru one if all allowed OldRef
4546 OldRef *oldref = lru.next;
4761 OldRef *ref = lru.next;
4822 mru.prev = &lru;
4824 lru
[all...]
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c7017 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */
15786 int iCacheCnt; /* Counter used to generate aColCache[].lru values */
15828 int lru; /* Least recently used entry has the smallest value */ member in struct:Parse::yColCache
45251 PgHdr1 lru; /* The beginning and end of the LRU list */ member in struct:PGroup
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7017 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */
15786 int iCacheCnt; /* Counter used to generate aColCache[].lru values */
15828 int lru; /* Least recently used entry has the smallest value */ member in struct:Parse::yColCache
45251 PgHdr1 lru; /* The beginning and end of the LRU list */ member in struct:PGroup
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 712 milliseconds