HomeSort by relevance Sort by last modified time
    Searched full:cur_entry (Results 1 - 12 of 12) sorted by null

  /external/e2fsprogs/contrib/android/
basefs_allocator.c 10 struct basefs_entry *cur_entry; member in struct:base_fs_allocator
55 allocator->cur_entry = NULL;
77 struct basefs_entry *e = allocator->cur_entry;
126 allocator->cur_entry = hashmap_lookup(allocator->entries,
139 if (!allocator || !allocator->cur_entry || mode != S_IFREG)
142 fs_free_blocks_range(fs, allocator->cur_entry->head);
143 delete_block_ranges(allocator->cur_entry->head);
144 allocator->cur_entry->head = allocator->cur_entry->tail = NULL;
145 allocator->cur_entry = NULL
    [all...]
  /art/runtime/verifier/
reg_type_cache.cc 417 const RegType* cur_entry = entries_[i]; local
418 if (cur_entry->IsUnresolvedMergedReference()) {
419 const UnresolvedMergedType* cmp_type = down_cast<const UnresolvedMergedType*>(cur_entry);
425 return *cur_entry;
438 const RegType* cur_entry = entries_[i]; local
439 if (cur_entry->IsUnresolvedSuperClass()) {
441 down_cast<const UnresolvedSuperClass*>(cur_entry);
445 return *cur_entry;
457 const RegType* cur_entry = entries_[i]; local
458 if (cur_entry->IsUnresolvedAndUninitializedReference() &
471 const RegType* cur_entry = entries_[i]; local
493 const RegType* cur_entry = entries_[i]; local
505 const RegType* cur_entry = entries_[i]; local
524 const RegType* cur_entry = entries_[i]; local
544 const RegType* cur_entry = entries_[i]; local
554 const RegType* cur_entry = entries_[i]; local
566 const RegType* cur_entry = entries_[i]; local
584 const RegType* cur_entry = entries_[i]; local
601 const RegType* cur_entry = entries_[i]; local
640 const RegType* cur_entry = entries_[i]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_cache.c 152 struct pb_cache_entry *cur_entry; local
167 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head);
169 if (!entry && (ret = pb_cache_is_buffer_compat(cur_entry, size,
171 entry = cur_entry;
172 else if (os_time_timeout(cur_entry->start, cur_entry->end, now))
173 destroy_buffer_locked(cur_entry);
189 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head);
190 ret = pb_cache_is_buffer_compat(cur_entry, size, alignment, usage);
193 entry = cur_entry;
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 383 char* cur_entry = camera_list; local
384 while (cur_entry != NULL && *cur_entry != '\0' && index < num) {
387 char* next_entry = strchr(cur_entry, '\n');
394 char* name_start = strstr(cur_entry, lListNameToken);
395 char* dim_start = strstr(cur_entry, lListDimsToken);
396 char* dir_start = strstr(cur_entry, lListDirToken);
433 ALOGW("%s: Bad camera information: %s", __FUNCTION__, cur_entry);
436 cur_entry = next_entry;
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
main.c 49 uint16_t cur_entry; local
83 cur_entry =
86 NEXT_INDEX_FIELD) == cur_entry)
124 cur_entry =
127 INDX_TBL_NEXT_INDEX_FILED) == cur_entry)
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 183 int cur_entry; member in struct:dir
unsquash-1.c 227 dir->cur_entry = 0;
unsquash-3.c 304 dir->cur_entry = 0;
unsquash-4.c 273 dir->cur_entry = 0;
unsquashfs.c 1238 if(dir->cur_entry == dir->dir_count)
1241 *name = dir->dirs[dir->cur_entry].name;
1242 *start_block = dir->dirs[dir->cur_entry].start_block;
1243 *offset = dir->dirs[dir->cur_entry].offset;
1244 *type = dir->dirs[dir->cur_entry].type;
1245 dir->cur_entry ++;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libtsan.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libtsan.a     [all...]

Completed in 2932 milliseconds