HomeSort by relevance Sort by last modified time
    Searched defs:list_end (Results 1 - 2 of 2) 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)) {
196 list_node_t *list_end(UNUSED_ATTR const list_t *list) { function
  /toolchain/binutils/binutils-2.25/bfd/
elf32-lm32.c 2322 struct weak_symbol_list *list_start = NULL, *list_end = NULL; local
    [all...]

Completed in 53 milliseconds