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

  /system/bt/osi/src/
list.c 55 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) {
201 list_node_t *list_next(const list_node_t *node) { function
  /toolchain/binutils/binutils-2.25/gold/
workqueue.h 83 list_next() const function in class:gold::Task
  /external/blktrace/
blkparse.c 78 struct process_pid_map *hash_next, *list_next; member in struct:process_pid_map
89 struct per_process_info *hash_next, *list_next; member in struct:per_process_info
663 ppi->list_next = ppi_list;
    [all...]

Completed in 273 milliseconds