Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/erofs/
Dunzip_vle_lz4.c33 const unsigned righthalf = PAGE_SIZE - pageofs; in z_erofs_vle_plain_copy() local
72 memcpy(dst, src + righthalf, pageofs); in z_erofs_vle_plain_copy()
83 if (!righthalf) in z_erofs_vle_plain_copy()
89 memcpy(dst + pageofs, src, righthalf); in z_erofs_vle_plain_copy()
/Linux-v4.19/fs/jfs/
Djfs_xtree.c970 int skip, maxentry, middle, righthalf, n; in xtSplitPage() local
1118 righthalf = maxentry - middle; in xtSplitPage()
1126 righthalf << L2XTSLOTSIZE); in xtSplitPage()
1146 cpu_to_le16(XTENTRYSTART + righthalf); in xtSplitPage()
1176 righthalf + 1); in xtSplitPage()