Searched refs:cache_entry (Results 1 - 12 of 12) sorted by relevance

/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;
H A Dunsquashfs.c248 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 *entr
[all...]
/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/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py1262 cache_entry = self._cache['device_path_checksums'].get(device_path)
1263 if cache_entry and cache_entry[0] == ignore_other_files:
1264 return dict(cache_entry[1])
1268 cache_entry = [ignore_other_files, sums]
1269 self._cache['device_path_checksums'][device_path] = cache_entry
1303 cache_entry = [ignore_other_files, new_sums]
1304 self._cache['device_path_checksums'][device_path] = cache_entry
/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/v8/src/profiler/
H A Dheap-snapshot-generator.cc710 base::HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing)); local
711 if (cache_entry == NULL) return HeapEntry::kNoEntry;
712 return static_cast<int>(reinterpret_cast<intptr_t>(cache_entry->value));
717 base::HashMap::Entry* cache_entry = local
719 DCHECK(cache_entry->value == NULL);
720 cache_entry->value = reinterpret_cast<void*>(static_cast<intptr_t>(entry));
746 base::HashMap::Entry* cache_entry = local
748 return cache_entry != NULL
749 ? reinterpret_cast<const char*>(cache_entry->value)
757 base::HashMap::Entry* cache_entry local
2713 base::HashMap::Entry* cache_entry = local
[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 147 milliseconds