Home
last modified time | relevance | path

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

/third_party/quickjs/
Dlist.h93 #define list_for_each_prev(el, head) \ macro
/third_party/alsa-utils/alsactl/
Dlist.h241 #define list_for_each_prev(pos, head) \ macro
/third_party/ltp/testcases/realtime/include/
Dlist.h280 #define list_for_each_prev(pos, head) \ macro
/third_party/exfatprogs/include/
Dlist.h233 #define list_for_each_prev(pos, head) \ macro
/third_party/iptables/libiptc/
Dlinux_list.h360 #define list_for_each_prev(pos, head) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h201 #define list_for_each_prev(p, h) for (p = (h)->prev; p != (h); p = (p)->prev) macro