Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Ddecompressor.c280 const unsigned int righthalf = PAGE_SIZE - pageofs_out; in copy_from_pcpubuf() local
294 min_t(uint, righthalf, end - cur)); in copy_from_pcpubuf()
372 const unsigned int righthalf = PAGE_SIZE - rq->pageofs_out; in z_erofs_shifted_transform() local
388 memcpy(dst + rq->pageofs_out, src, righthalf); in z_erofs_shifted_transform()
395 memmove(src, src + righthalf, rq->pageofs_out); in z_erofs_shifted_transform()
398 memcpy(dst, src + righthalf, rq->pageofs_out); in z_erofs_shifted_transform()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_xtree.c957 int skip, maxentry, middle, righthalf, n; in xtSplitPage() local
1105 righthalf = maxentry - middle; in xtSplitPage()
1113 righthalf << L2XTSLOTSIZE); in xtSplitPage()
1133 cpu_to_le16(XTENTRYSTART + righthalf); in xtSplitPage()
1163 righthalf + 1); in xtSplitPage()