Searched defs:cache_entry (Results 1 - 16 of 16) sorted by relevance

/external/selinux/libsemanage/src/
H A Ddatabase_llist.h10 typedef struct cache_entry { struct
12 struct cache_entry *prev;
13 struct cache_entry *next;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c57 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/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h44 struct pb_cache_entry cache_entry; member in struct:amdgpu_winsys_bo::__anon16918::__anon16919
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.h43 struct pb_cache_entry cache_entry; member in struct:radeon_bo::__anon16924::__anon16925
/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c30 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_tabl
[all...]
/external/ppp/pppd/
H A Dchap_ms.c388 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/squashfs-tools/squashfs-tools/
H A Dunsquashfs.h137 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;
/external/strace/
H A Dsocketutils.c54 } cache_entry; typedef in typeref:struct:__anon22017
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/v8/src/profiler/
H A Dheap-snapshot-generator.cc705 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/v8/src/
H A Dobjects.cc17414 int SearchLiteralsMapEntry(CompilationCacheTable* cache, int cache_entry, argument
17418 Object* obj = cache->get(cache_entry);
17433 void AddToLiteralsMap(Handle<CompilationCacheTable> cache, int cache_entry, argument
17441 Object* obj = cache->get(cache_entry);
17449 entry = SearchLiteralsMapEntry(*cache, cache_entry, *native_context);
17494 Object* old_literals_map = cache->get(cache_entry);
17496 cache->set(cache_entry, *new_literals_map);
17500 Cell* SearchLiteralsMap(CompilationCacheTable* cache, int cache_entry, argument
17503 int entry = SearchLiteralsMapEntry(cache, cache_entry, native_context);
17505 FixedArray* literals_map = FixedArray::cast(cache->get(cache_entry));
[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 373 milliseconds