Home
last modified time | relevance | path

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

/hyp/interfaces/util/include/
A Dlist.h82 #define list__foreach_container_safe(container, list, cname, nname, n, load) \ argument
83 list_node_t *n = load(&list->head.next); \
86 n = load(&n->next); \
90 n = load(&n->next))

Completed in 5 milliseconds