Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/misc/
A Ddlist.h104 #define SYS_DLIST_FOR_EACH_NODE_SAFE(__dl, __dn, __dns) \ argument
106 __dns = sys_dlist_peek_next(__dl, __dn); \
107 __dn; __dn = __dns, \
108 __dns = sys_dlist_peek_next(__dl, __dn))

Completed in 2 milliseconds