Home
last modified time | relevance | path

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

/linux-5.19.10/fs/erofs/
Ddecompressor.c325 const unsigned int righthalf = min_t(unsigned int, rq->outputsize, in z_erofs_shifted_transform() local
327 const unsigned int lefthalf = rq->outputsize - righthalf; in z_erofs_shifted_transform()
343 memcpy(dst + rq->pageofs_out, src, righthalf); in z_erofs_shifted_transform()
350 memmove(src, src + righthalf, lefthalf); in z_erofs_shifted_transform()
353 memcpy(dst, src + righthalf, lefthalf); in z_erofs_shifted_transform()
/linux-5.19.10/fs/jfs/
Djfs_xtree.c946 int skip, maxentry, middle, righthalf, n; in xtSplitPage() local
1094 righthalf = maxentry - middle; in xtSplitPage()
1102 righthalf << L2XTSLOTSIZE); in xtSplitPage()
1122 cpu_to_le16(XTENTRYSTART + righthalf); in xtSplitPage()
1152 righthalf + 1); in xtSplitPage()