Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ipfilter/sys/
Dtree.h406 RB_GENERATE_INTERNAL(name, type, field, cmp,)
408 RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static)
409 #define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ macro
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dsys-tree.h403 RB_GENERATE_INTERNAL(name, type, field, cmp,)
405 RB_GENERATE_INTERNAL(name, type, field, cmp, __attribute__((__unused__)) static)
406 #define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ macro
/freebsd-12-stable/sys/sys/
Dtree.h420 RB_GENERATE_INTERNAL(name, type, field, cmp,)
422 RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static)
423 #define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ macro