Searched refs:comp_len (Results 1 – 1 of 1) sorted by relevance
178 unsigned comp_len = (a_len < b_len) ? a_len : b_len; in rb_gen() local179 int ret = memcmp(a->bt.vec, b->bt.vec, comp_len * sizeof(void *)); in rb_gen()