Lines Matching defs:right
209 * Append the runlist @src after element @loc in @dst. Merge the right end of
224 BOOL right = FALSE; /* Right end of @src needs merging */
234 /* First, check if the right hand end needs merging. */
236 right = ntfs_rl_are_mergeable(src + ssize - 1, dst + loc + 1);
239 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - right);
247 /* First, merge the right hand end, if necessary. */
248 if (right)
255 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - loc - 1 - right);
374 * right ends of the inserted runlist, if necessary.
390 BOOL right = FALSE; /* Right end of @src needs merging */
401 /* First, see if the left and right ends need merging. */
403 right = ntfs_rl_are_mergeable(src + ssize - 1, dst + loc + 1);
407 /* Allocate some space. We'll need less if the left, right, or both
410 delta = ssize - 1 - left - right;
421 /* First, merge the left and right ends, if necessary. */
422 if (right)
430 * If "right", then one of @dst's runs is already merged into @src.
432 tail = loc + right + 1;
1314 * for example allows us to allocate a buffer of the right size when building