Searched refs:RB_GENERATE_INTERNAL (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/ipfilter/sys/ |
| D | tree.h | 406 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/ |
| D | sys-tree.h | 403 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/ |
| D | tree.h | 420 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
|