Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/include/coap/
Dutlist.h105 #define LL_SORT(list, cmp) \ argument
106 LL_SORT2(list, cmp, next)
108 #define LL_SORT2(list, cmp, next) \ argument
140 } else if (cmp(_ls_p,_ls_q) <= 0) { \
168 #define DL_SORT(list, cmp) \ argument
169 DL_SORT2(list, cmp, prev, next)
171 #define DL_SORT2(list, cmp, prev, next) \ argument
203 } else if (cmp(_ls_p,_ls_q) <= 0) { \
230 #define CDL_SORT(list, cmp) \ argument
231 CDL_SORT2(list, cmp, prev, next)
[all …]
/net-tools-3.7.0/tinydtls-0.8.2/
Dutlist.h100 #define LL_SORT(list, cmp) \ argument
133 } else if (cmp(_ls_p,_ls_q) <= 0) { \
156 #define DL_SORT(list, cmp) \ argument
189 } else if (cmp(_ls_p,_ls_q) <= 0) { \
214 #define CDL_SORT(list, cmp) \ argument
256 } else if (cmp(_ls_p,_ls_q) <= 0) { \
374 #define LL_SEARCH(head,out,elt,cmp) \ argument
377 if ((cmp(out,elt))==0) break; \
482 #define CDL_SEARCH(head,out,elt,cmp) \ argument
485 if ((cmp(out,elt))==0) break; \