Lines Matching defs:shift
417 * mte_parent_shift() - Get the parent shift for the slot storage.
419 * Return: The shift into that pointer to the star to of the slot
486 unsigned long shift;
496 shift = MAPLE_PARENT_SLOT_SHIFT;
502 shift = type = 0;
507 val |= (slot << shift) | type;
526 * by shift if the parent shift is MAPLE_PARENT_SLOT_SHIFT
1803 * @shift: the shift count
1806 unsigned char shift)
1810 memmove(b_node->pivot + shift, b_node->pivot, size);
1811 memmove(b_node->slot + shift, b_node->slot, size);
1813 memmove(b_node->gap + shift, b_node->gap, size);
2997 unsigned char shift, b_end = ++b_node->b_end;
3029 shift = mas_data_end(&l_mas) + 1;
3030 mab_shift_right(b_node, shift);
3031 mas->offset += shift;
3032 mas_mab_cp(&l_mas, 0, shift - 1, b_node, 0);
3033 b_node->b_end = shift + b_end;