Home
last modified time | relevance | path

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

/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dtyperb.h73 #define _DECLARE_RBTREE(prefix, type, field, cmpfn_nuq, cmpfn_uq) \ argument
93 re = typed_rb_find_gteq(&h->rr, &item->field.re, cmpfn_nuq); \
100 re = typed_rb_find_lt(&h->rr, &item->field.re, cmpfn_nuq); \
H A Datomlist.h229 #define _DECLARE_ATOMSORT(prefix, type, field, cmpfn_nuq, cmpfn_uq) \ argument
268 while (p && cmpfn_nuq(&p->field.ai, &item->field.ai) < 0) \
277 while (p && cmpfn_nuq(&p->field.ai, &item->field.ai) < 0) \
H A Dtypesafe.h451 #define _DECLARE_SORTLIST(prefix, type, field, cmpfn_nuq, cmpfn_uq) \ argument
480 while (sitem && (cmpval = cmpfn_nuq( \
490 while (sitem && (cmpval = cmpfn_nuq( \
777 #define _DECLARE_SKIPLIST(prefix, type, field, cmpfn_nuq, cmpfn_uq) \ argument
799 &item->field.si, cmpfn_nuq); \
806 &item->field.si, cmpfn_nuq); \
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dtyperb.h73 #define _DECLARE_RBTREE(prefix, type, field, cmpfn_nuq, cmpfn_uq) \ argument
93 re = typed_rb_find_gteq(&h->rr, &item->field.re, cmpfn_nuq); \
100 re = typed_rb_find_lt(&h->rr, &item->field.re, cmpfn_nuq); \
H A Datomlist.h229 #define _DECLARE_ATOMSORT(prefix, type, field, cmpfn_nuq, cmpfn_uq) \ argument
268 while (p && cmpfn_nuq(&p->field.ai, &item->field.ai) < 0) \
277 while (p && cmpfn_nuq(&p->field.ai, &item->field.ai) < 0) \
H A Dtypesafe.h451 #define _DECLARE_SORTLIST(prefix, type, field, cmpfn_nuq, cmpfn_uq) \ argument
480 while (sitem && (cmpval = cmpfn_nuq( \
490 while (sitem && (cmpval = cmpfn_nuq( \
777 #define _DECLARE_SKIPLIST(prefix, type, field, cmpfn_nuq, cmpfn_uq) \ argument
799 &item->field.si, cmpfn_nuq); \
806 &item->field.si, cmpfn_nuq); \