Home
last modified time | relevance | path

Searched refs:list_cursor (Results 1 – 2 of 2) sorted by relevance

/external/wayland/src/
Devent-loop.c493 struct wl_event_source_timer *list_cursor = NULL, *list_tail = NULL; in wl_timer_heap_dispatch() local
504 if (list_cursor == NULL) in wl_timer_heap_dispatch()
505 list_cursor = root; in wl_timer_heap_dispatch()
524 for (; list_cursor; list_cursor = list_cursor->next_due) { in wl_timer_heap_dispatch()
525 if (list_cursor->base.fd != TIMER_REMOVED) in wl_timer_heap_dispatch()
526 list_cursor->func(list_cursor->base.data); in wl_timer_heap_dispatch()
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc313 ByteCursor list_cursor(&load_commands_, big_endian_); in WalkLoadCommands() local
320 ByteBuffer command(list_cursor.here(), list_cursor.Available()); in WalkLoadCommands()
414 list_cursor.set_here(command.end); in WalkLoadCommands()