Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/misc/
A Ddlist.h58 #define SYS_DLIST_FOR_EACH_NODE(__dl, __dn) \ argument
59 for (__dn = sys_dlist_peek_head(__dl); __dn; \
60 __dn = sys_dlist_peek_next(__dl, __dn))
82 #define SYS_DLIST_ITERATE_FROM_NODE(__dl, __dn) \ argument
84 : sys_dlist_peek_head(__dl); \
86 __dn = sys_dlist_peek_next(__dl, __dn))
105 for (__dn = sys_dlist_peek_head(__dl), \
106 __dns = sys_dlist_peek_next(__dl, __dn); \
108 __dns = sys_dlist_peek_next(__dl, __dn))
127 #define SYS_DLIST_PEEK_HEAD_CONTAINER(__dl, __cn, __n) \ argument
[all …]

Completed in 3 milliseconds