Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/uthash/
H A Dutlist.h662 DL_LOWER_BOUND2(head, _tmp, add, cmp, next); \
672 DL_LOWER_BOUND2(head,elt,like,cmp,next)
674 #define DL_LOWER_BOUND2(head,elt,like,cmp,next) \ macro