Searched refs:d_pivots (Results 1 – 1 of 1) sorted by relevance
1995 unsigned long *s_pivots, *d_pivots; in node_copy() local2001 d_pivots = ma_pivots(dst, d_mt) + d_start; in node_copy()2023 d_pivots[size - 1] = d_max; in node_copy()2027 memcpy(d_pivots, s_pivots, size * sizeof(unsigned long)); in node_copy()