Home
last modified time | relevance | path

Searched refs:cur_entry (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.c152 struct pb_cache_entry *cur_entry; in pb_cache_reclaim_buffer() local
169 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head); in pb_cache_reclaim_buffer()
171 if (!entry && (ret = pb_cache_is_buffer_compat(cur_entry, size, in pb_cache_reclaim_buffer()
173 entry = cur_entry; in pb_cache_reclaim_buffer()
174 else if (os_time_timeout(cur_entry->start, cur_entry->end, now)) in pb_cache_reclaim_buffer()
175 destroy_buffer_locked(cur_entry); in pb_cache_reclaim_buffer()
191 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head); in pb_cache_reclaim_buffer()
192 ret = pb_cache_is_buffer_compat(cur_entry, size, alignment, usage); in pb_cache_reclaim_buffer()
195 entry = cur_entry; in pb_cache_reclaim_buffer()
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c11 struct basefs_entry *cur_entry; member
208 allocator->cur_entry = NULL; in base_fs_alloc_load()
287 struct block_range_list *list = &allocator->cur_entry->blocks; in skip_blocks()
307 struct basefs_entry *e = allocator->cur_entry; in basefs_block_allocator()
366 allocator->cur_entry = ext2fs_hashmap_lookup(allocator->entries, in base_fs_alloc_set_target()
382 if (!allocator || !allocator->cur_entry || mode != S_IFREG) in base_fs_alloc_unset_target()
385 fs_free_blocks_range(fs, allocator, &allocator->cur_entry->blocks); in base_fs_alloc_unset_target()
386 delete_block_ranges(&allocator->cur_entry->blocks); in base_fs_alloc_unset_target()
/external/mbedtls/library/
Dx509_crl.c229 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries() local
250 cur_entry->raw.tag = **p; in x509_get_entries()
257 cur_entry->raw.p = *p; in x509_get_entries()
258 cur_entry->raw.len = len2; in x509_get_entries()
261 if( ( ret = mbedtls_x509_get_serial( p, end2, &cur_entry->serial ) ) != 0 ) in x509_get_entries()
265 &cur_entry->revocation_date ) ) != 0 ) in x509_get_entries()
269 &cur_entry->entry_ext ) ) != 0 ) in x509_get_entries()
274 cur_entry->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_crl_entry ) ); in x509_get_entries()
276 if( cur_entry->next == NULL ) in x509_get_entries()
279 cur_entry = cur_entry->next; in x509_get_entries()
/external/perfetto/src/trace_processor/sqlite/
Dstats_table.cc126 const auto* cur_entry = &storage_->stats()[key_]; in Next() local
128 if (++index_ != cur_entry->indexed_values.end()) { in Next()
133 cur_entry = &storage_->stats()[key_]; in Next()
134 index_ = cur_entry->indexed_values.begin(); in Next()
136 !cur_entry->indexed_values.empty()) { in Next()
/external/openthread/third_party/mbedtls/repo/library/
Dx509_crl.c235 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries() local
256 cur_entry->raw.tag = **p; in x509_get_entries()
263 cur_entry->raw.p = *p; in x509_get_entries()
264 cur_entry->raw.len = len2; in x509_get_entries()
267 if( ( ret = mbedtls_x509_get_serial( p, end2, &cur_entry->serial ) ) != 0 ) in x509_get_entries()
271 &cur_entry->revocation_date ) ) != 0 ) in x509_get_entries()
275 &cur_entry->entry_ext ) ) != 0 ) in x509_get_entries()
280 cur_entry->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_crl_entry ) ); in x509_get_entries()
282 if( cur_entry->next == NULL ) in x509_get_entries()
285 cur_entry = cur_entry->next; in x509_get_entries()
/external/angle/build/android/gradle/
Dgenerate_gradle.py716 cur_entry = to_scan.pop()
717 if cur_entry in found:
719 found.add(cur_entry)
720 sub_config_paths = cur_entry.DepsInfo()['deps_configs']
/external/cronet/build/android/gradle/
Dgenerate_gradle.py715 cur_entry = to_scan.pop()
716 if cur_entry in found:
718 found.add(cur_entry)
719 sub_config_paths = cur_entry.DepsInfo()['deps_configs']
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h183 int cur_entry; member
Dunsquashfs.c1239 if(dir->cur_entry == dir->dir_count) in squashfs_readdir()
1242 *name = dir->dirs[dir->cur_entry].name; in squashfs_readdir()
1243 *start_block = dir->dirs[dir->cur_entry].start_block; in squashfs_readdir()
1244 *offset = dir->dirs[dir->cur_entry].offset; in squashfs_readdir()
1245 *type = dir->dirs[dir->cur_entry].type; in squashfs_readdir()
1246 dir->cur_entry ++; in squashfs_readdir()
Dunsquash-1.c227 dir->cur_entry = 0; in squashfs_opendir_1()
Dunsquash-3.c304 dir->cur_entry = 0; in squashfs_opendir_3()
Dunsquash-4.c273 dir->cur_entry = 0; in squashfs_opendir_4()
/external/libaom/av1/encoder/
Dtune_vmaf.c921 struct lookahead_entry *cur_entry = av1_lookahead_peek( in av1_get_vmaf_base_qindex() local
923 cur_buf = &cur_entry->img; in av1_get_vmaf_base_qindex()