Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/utils/inc/
Dlist.h69 #define list_foreach_safe(list, ptr, nxt) \ argument
70 for (ptr = list, nxt = __list_next(ptr); \
72 ptr = nxt, nxt = __list_next(ptr))