HomeSort by relevance Sort by last modified time
    Searched defs:next_entry (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 170 struct svga_host_surface_cache_entry *entry = NULL, *next_entry; local
175 LIST_FOR_EACH_ENTRY_SAFE_REV(entry, next_entry, &cache->unused, head) {
  /system/media/radio/src/
radio_metadata.c 301 radio_metadata_entry_t *next_entry; local
313 next_entry = get_entry_at_index(metadata_buf, count + 1, false);
314 if ((char *)entry->data + entry->size > (char *)next_entry) {
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 385 char* next_entry = strchr(cur_entry, '\n'); local
386 if (next_entry != NULL) {
387 *next_entry = '\0';
388 next_entry++; // Start of the next entry.
434 cur_entry = next_entry;
  /external/lldb/include/lldb/Core/
UniqueCStringMap.h 212 const Entry *next_entry = entry_ptr + 1; local
213 if (first_entry <= next_entry && next_entry < after_last_entry)
215 if (next_entry->cstring == entry_ptr->cstring)
216 return next_entry;
  /external/lldb/source/Symbol/
DWARFCallFrameInfo.cpp 341 dw_offset_t next_entry = current_entry + len + 4; local
347 offset = next_entry;
372 offset = next_entry;
    [all...]
  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 32 struct jit_code_entry *next_entry; member in struct:jit_code_entry
137 JITCodeEntry->next_entry = NextEntry;
215 jit_code_entry* NextEntry = JITCodeEntry->next_entry;
221 PrevEntry->next_entry = NextEntry;
  /external/selinux/libsepol/src/
services.c 1634 int hidden next_entry(void *buf, struct policy_file *fp, size_t bytes) function
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 2194 uint8_t next_entry; local
2763 uint8_t next_entry; local
    [all...]

Completed in 1237 milliseconds