Lines Matching defs:node_cmp
62 node_cmp(const node_t *a, const node_t *b) {
112 rb_summarized_gen(static, tree_, tree_t, node_t, link, node_cmp,
601 expect_d_lt(node_cmp(ctx->last_node, node), 0,
604 expect_d_gt(node_cmp(ctx->last_node, node), 0,
619 return node_cmp(a, b);
637 || node_cmp(&nodes[i], real_first) < 0) {
641 || node_cmp(&nodes[i], real_last) > 0) {
668 if (node_cmp(&nodes[j], &nodes[i]) < 0
670 || node_cmp(&nodes[j], real_prev_filtered) > 0)) {
673 if (node_cmp(&nodes[j], &nodes[i]) > 0
675 || node_cmp(&nodes[j], real_next_filtered) < 0)) {
987 node_cmp);