HomeSort by relevance Sort by last modified time
    Searched refs:cache_entry (Results 1 - 17 of 17) sorted by null

  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 137 struct cache_entry *free_list;
138 struct cache_entry *hash_table[65536];
142 struct cache_entry { struct
149 struct cache_entry *hash_next;
150 struct cache_entry *hash_prev;
151 struct cache_entry *free_next;
152 struct cache_entry *free_prev;
195 struct cache_entry *buffer;
unsquashfs.c 248 void insert_hash_table(struct cache *cache, struct cache_entry *entry)
261 void remove_hash_table(struct cache *cache, struct cache_entry *entry)
276 void insert_free_list(struct cache *cache, struct cache_entry *entry)
291 void remove_free_list(struct cache *cache, struct cache_entry *entry)
323 memset(cache->hash_table, 0, sizeof(struct cache_entry *) * 65536);
334 struct cache_entry *cache_get(struct cache *cache, long long block, int size)
344 struct cache_entry *entry;
370 entry = malloc(sizeof(struct cache_entry));
420 void cache_block_ready(struct cache_entry *entry, int error)
445 void cache_block_wait(struct cache_entry *entry
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline_cache.c 30 struct cache_entry { struct
81 entry_size(struct cache_entry *entry)
111 static struct cache_entry *
120 struct cache_entry *entry = cache->hash_table[index];
133 static struct cache_entry *
137 struct cache_entry *entry;
153 struct cache_entry *entry = radv_pipeline_cache_search(cache, sha1);
188 struct cache_entry *entry)
215 struct cache_entry **table;
216 struct cache_entry **old_table = cache->hash_table
    [all...]
radv_private.h 302 struct cache_entry;
311 struct cache_entry ** hash_table;
    [all...]
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 117 int cache_entry = newPosition % ROWCACHESIZE; local
119 if (mRowNumCache[cache_entry] == newPosition) {
120 int which = mCursorCache[cache_entry];
126 mCursor.moveToPosition(mCurRowNumCache[cache_entry][which]);
127 mLastCacheHit = cache_entry;
173 mRowNumCache[cache_entry] = newPosition;
174 mCursorCache[cache_entry] = smallestIdx;
177 mCurRowNumCache[cache_entry][i] = mCursors[i].getPosition();
  /external/selinux/libsemanage/src/
database_llist.h 10 typedef struct cache_entry { struct
12 struct cache_entry *prev;
13 struct cache_entry *next;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.h 43 struct pb_cache_entry cache_entry; member in struct:radeon_bo::__anon30269::__anon30270
radeon_drm_bo.c 402 pb_cache_add_buffer(&bo->u.real.cache_entry);
655 pb_cache_init_entry(&rws->bo_cache, &bo->u.real.cache_entry, &bo->base,
    [all...]
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.h 44 struct pb_cache_entry cache_entry; member in struct:amdgpu_winsys_bo::__anon30263::__anon30264
amdgpu_bo.c 196 pb_cache_add_buffer(&bo->u.real.cache_entry);
377 pb_cache_init_entry(&ws->bo_cache, &bo->u.real.cache_entry, &bo->base,
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 57 struct pb_cache_entry cache_entry; member in struct:pb_cache_buffer
120 pb_cache_add_buffer(&buf->cache_entry);
246 pb_cache_init_entry(&mgr->cache, &buf->cache_entry, &buf->base, 0);
  /external/strace/
socketutils.c 54 } cache_entry; typedef in typeref:struct:__anon35338
57 static cache_entry cache[CACHE_SIZE];
63 cache_entry *e = &cache[inode & CACHE_MASK];
74 const cache_entry *const e = &cache[inode & CACHE_MASK];
  /external/ppp/pppd/
chap_ms.c 388 const struct chapms2_response_cache_entry *cache_entry; local
393 cache_entry = chapms2_find_in_response_cache(id, challenge, NULL);
394 if (cache_entry) {
395 memcpy(response, cache_entry->response, MS_CHAP2_RESPONSE_LEN);
  /external/v8/src/profiler/
heap-snapshot-generator.cc 705 base::HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing)); local
706 if (cache_entry == NULL) return HeapEntry::kNoEntry;
707 return static_cast<int>(reinterpret_cast<intptr_t>(cache_entry->value));
712 base::HashMap::Entry* cache_entry = local
714 DCHECK(cache_entry->value == NULL);
715 cache_entry->value = reinterpret_cast<void*>(static_cast<intptr_t>(entry));
741 base::HashMap::Entry* cache_entry = local
743 return cache_entry != NULL
744 ? reinterpret_cast<const char*>(cache_entry->value)
752 base::HashMap::Entry* cache_entry local
2736 base::HashMap::Entry* cache_entry = local
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 1146 milliseconds