Lines Matching refs:mab_start
1940 * @mab_start: The starting location in maple_big_node to store the data.
1944 unsigned char mab_start)
1950 int i = mas_start, j = mab_start;
1978 j -= mab_start;
1980 memcpy(b_node->slot + mab_start, slots + mas_start, sizeof(void *) * j);
1983 memcpy(b_node->gap + mab_start, gaps + mas_start,
2018 * @mab_start: the start location in @b_node.
2023 unsigned char mab_start, unsigned char mab_end,
2034 if (mab_end - mab_start > mt_pivots[mt])
2040 i = mab_start;
2045 memcpy(slots, b_node->slot + mab_start,
2046 sizeof(void *) * (i - mab_start));