Home
last modified time | relevance | path

Searched refs:pivs (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Dmaple_tree.c3022 unsigned long *l_pivs, *pivs, gap; in mas_destroy_rebalance() local
3045 pivs = ma_pivots(newnode, mt); in mas_destroy_rebalance()
3054 memcpy(pivs, l_pivs + split + 1, sizeof(unsigned long) * tmp); in mas_destroy_rebalance()
3055 pivs[tmp] = l_mas.max; in mas_destroy_rebalance()
3057 memcpy(pivs + tmp, ma_pivots(node, mt), sizeof(unsigned long) * end); in mas_destroy_rebalance()
3069 memset(pivs + tmp, 0, in mas_destroy_rebalance()
3098 pivs = ma_pivots(new_left, mt); in mas_destroy_rebalance()
3100 memcpy(pivs, l_pivs, sizeof(unsigned long) * split); in mas_destroy_rebalance()
3109 pivs = ma_pivots(parent, mt); in mas_destroy_rebalance()
3113 pivs[offset - 1] = l_mas.max; in mas_destroy_rebalance()