Searched defs:cmp (Results 1 – 2 of 2) sorted by relevance
/net-tools-latest/tinydtls-0.8.2/ |
D | utlist.h | 100 #define LL_SORT(list, cmp) \ argument 156 #define DL_SORT(list, cmp) \ argument 214 #define CDL_SORT(list, cmp) \ argument 374 #define LL_SEARCH(head,out,elt,cmp) \ argument 482 #define CDL_SEARCH(head,out,elt,cmp) \ argument
|
/net-tools-latest/libcoap/include/coap/ |
D | utlist.h | 105 #define LL_SORT(list, cmp) \ argument 108 #define LL_SORT2(list, cmp, next) \ argument 168 #define DL_SORT(list, cmp) \ argument 171 #define DL_SORT2(list, cmp, prev, next) \ argument 230 #define CDL_SORT(list, cmp) \ argument 233 #define CDL_SORT2(list, cmp, prev, next) \ argument 450 #define LL_SEARCH(head,out,elt,cmp) \ argument 453 #define LL_SEARCH2(head,out,elt,cmp,next) \ argument 712 #define CDL_SEARCH(head,out,elt,cmp) \ argument 715 #define CDL_SEARCH2(head,out,elt,cmp,next) \ argument
|