Home
last modified time | relevance | path

Searched refs:lru (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Ddxtory.c336 static inline uint8_t decode_sym(GetBitContext *gb, uint8_t lru[8]) in decode_sym()
343 memmove(lru + 1, lru, sizeof(*lru) * (8 - 1)); in decode_sym()
345 val = lru[c - 1]; in decode_sym()
346 memmove(lru + 1, lru, sizeof(*lru) * (c - 1)); in decode_sym()
348 lru[0] = val; in decode_sym()
403 static inline uint8_t decode_sym_565(GetBitContext *gb, uint8_t lru[8], in decode_sym_565()
411 memmove(lru + 1, lru, sizeof(*lru) * (6 - 1)); in decode_sym_565()
413 val = lru[c - 1]; in decode_sym_565()
414 memmove(lru + 1, lru, sizeof(*lru) * (c - 1)); in decode_sym_565()
416 lru[0] = val; in decode_sym_565()
[all …]
/third_party/node/test/cctest/
Dtest_sockaddr.cc79 SocketAddressLRU<FooLRUTraits> lru(2); in TEST() local
94 Foo* foo = lru.Upsert(addr1); in TEST()
102 foo = lru.Upsert(addr1); in TEST()
103 CHECK_NOT_NULL(lru.Peek(addr1)); in TEST()
104 CHECK_EQ(lru.Peek(addr1), lru.Peek(addr4)); in TEST()
105 CHECK_EQ(lru.Peek(addr1)->c, 1); in TEST()
106 CHECK_EQ(lru.Peek(addr1)->expired, false); in TEST()
107 CHECK_EQ(lru.size(), 1); in TEST()
109 foo = lru.Upsert(addr2); in TEST()
112 CHECK_NOT_NULL(lru.Peek(addr2)); in TEST()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_cache.c86 struct util_cache_entry lru; member
115 make_empty_list(&cache->lru); in util_cache_create()
210 entry = cache->lru.prev; in util_cache_set()
213 util_cache_entry_destroy(cache, cache->lru.prev); in util_cache_set()
225 insert_at_head(&cache->lru, entry); in util_cache_set()
252 move_to_head(&cache->lru, entry); in util_cache_get()
277 assert(is_empty_list(&cache->lru)); in util_cache_clear()
365 assert (is_empty_list(&cache->lru)); in ensure_sanity()
368 struct util_cache_entry *header = cache->lru.next; in ensure_sanity()
371 assert (!is_empty_list(&cache->lru)); in ensure_sanity()
[all …]
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/lru-cache/
DREADME.md1 # lru cache
5lru-cache.svg?branch=master)](https://travis-ci.org/isaacs/node-lru-cache) [![Coverage Status](htt…
10 npm install lru-cache --save
16 var LRU = require("lru-cache")
/third_party/node/deps/npm/node_modules/lru-cache/
DREADME.md1 # lru cache
5lru-cache.svg?branch=master)](https://travis-ci.org/isaacs/node-lru-cache) [![Coverage Status](htt…
10 npm install lru-cache --save
16 var LRU = require("lru-cache")
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_autotune.c77 list_last_entry(&at->lru, struct fd_batch_history, node); in get_history()
89 list_add(&history->node, &at->lru); in get_history()
253 list_inithead(&at->lru); in fd_autotune_init()
Dfreedreno_autotune.h83 struct list_head lru; member
Dfreedreno_gmem.h85 struct list_head lru; member
Dfreedreno_gmem.c557 list_last_entry(&cache->lru, struct fd_gmem_stateobj, node); in lookup_gmem_state()
568 list_add(&gmem->node, &cache->lru); in lookup_gmem_state()
808 list_inithead(&cache->lru); in fd_gmem_screen_init()
/third_party/libdrm/intel/
Dintel_bufmgr_fake.c137 struct block lru; member
442 DRMLISTADDTAIL(block, &bufmgr_fake->lru); in alloc_block()
542 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) { in evict_lru()
569 DRMLISTFOREACHSAFEREVERSE(block, tmp, &bufmgr_fake->lru) { in evict_mru()
612 DRMLISTADDTAIL(block, &bufmgr_fake->lru); in clear_fenced()
790 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) { in drm_intel_bufmgr_fake_contended_lock_take()
1558 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) { in drm_intel_bufmgr_fake_evict_all()
1597 DRMINITLISTHEAD(&bufmgr_fake->lru); in drm_intel_bufmgr_fake_init()
/third_party/node/deps/npm/node_modules/aws4/
Daws4.js5 lru = require('./lru'), variable
6 credentialsCache = lru(1000)
/third_party/mesa3d/src/panfrost/lib/
Dpan_device.h188 struct list_head lru; member
Dpan_bo.c244 &dev->bo_cache.lru, lru_link) { in panfrost_bo_cache_evict_stale_bos()
290 list_addtail(&bo->lru_link, &dev->bo_cache.lru); in panfrost_bo_cache_put()
Dpan_props.c254 list_inithead(&dev->bo_cache.lru); in panfrost_open_device()
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp466 const auto& lru = cache->testingOnly_getLRU(); in onRun() local
485 for (const GrCCPathCacheEntry* entry : lru) { in onRun()
614 const auto& lru = cache->testingOnly_getLRU(); in onRun() local
616 for (GrCCPathCacheEntry* entry : lru) { in onRun()
/third_party/node/deps/npm/node_modules/hosted-git-info/
DCHANGELOG.md93 * **cache:** Switch to lru-cache to save ourselves from unlimited memory consumption ([e518222](htt…
/third_party/ejdb/src/bindings/ejdb2_node/
Dyarn.lock683 quick-lru "^1.0.0"
934 lru-cache "^4.0.1"
1945 lru-cache@^4.0.1:
1947 …resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab82…
2457 quick-lru@^1.0.0:
2459 …resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11…
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/
Dyarn.lock317 lru-cache "^4.0.1"
952 lru-cache@^4.0.1:
954 …resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab82…
/third_party/spirv-tools/tools/sva/
Dyarn.lock317 lru-cache "^4.0.1"
952 lru-cache@^4.0.1:
954 …resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab82…
/third_party/skia/third_party/externals/spirv-tools/tools/sva/
Dyarn.lock317 lru-cache "^4.0.1"
952 lru-cache@^4.0.1:
954 …resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab82…
/third_party/node/deps/npm/node_modules/http-cache-semantics/
DREADME.md18 // (this is pseudocode, roll your own cache (lru-cache package works))
/third_party/node/deps/npm/node_modules/psl/
Dyarn.lock2688 lru-cache@2.2.x:
2690 …resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.2.4.tgz#6c658619becf14031d0d0b594b1…
2692 lru-cache@^4.1.2:
2694 …resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b…
3392 lru-cache "^4.1.2"
4405 lru-cache "2.2.x"
/third_party/typescript_eslint/
Dyarn.lock474 lru-cache "^5.1.1"
492 lru-cache "^5.1.1"
2311 lru-cache "^5.1.1"
2385 quick-lru "^1.0.0"
2394 quick-lru "^4.0.1"
6065 lru-cache@^5.1.1:
6067 …resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e…
6114 lru-cache "^5.1.1"
7305 quick-lru@^1.0.0:
7307 …resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11…
[all …]
/third_party/flutter/skia/
Dgo.sum305 github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
306 github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=
307 github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
308 github.com/hashicorp/golang-lru v0.5.3 h1:YPkqC67at8FYaadspW/6uE0COsBxS2656RLEr8Bppgk=
309 github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dlv.txt701 phonebook{"tālruņu grāmatas kārtošanas secība"}

12