Home
last modified time | relevance | path

Searched refs:__dn (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))
83 for (__dn = __dn ? sys_dlist_peek_next_no_check(__dl, __dn) \
85 __dn; \
86 __dn = sys_dlist_peek_next(__dl, __dn))
105 for (__dn = sys_dlist_peek_head(__dl), \
107 __dn; __dn = __dns, \
108 __dns = sys_dlist_peek_next(__dl, __dn))
118 #define SYS_DLIST_CONTAINER(__dn, __cn, __n) \ argument
[all …]

Completed in 2 milliseconds