Searched refs:right_first_p (Results 1 – 1 of 1) sorted by relevance
712 void *pivot_p, *left_p, *right_p, *left_last_p, *right_first_p; in split() local765 right_first_p = (char *) pivot_p + sizeof(table_entry_t *); in split()769 if (right_first_p < last_p) { in split()774 firsts[split_c] = right_first_p; in split()