Home
last modified time | relevance | path

Searched refs:wsize (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dbcopy.c42 #define wsize sizeof(word) macro
43 #define wmask (wsize - 1)
86 if ((t ^ (long)dst) & wmask || length < wsize) in memcpy()
89 t = wsize - (t & wmask); in memcpy()
96 t = length / wsize; in memcpy()
97 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memcpy()
110 if ((t ^ (long)dst) & wmask || length <= wsize) in memcpy()
117 t = length / wsize; in memcpy()
118 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memcpy()
/bionic/libc/kernel/uapi/linux/
Dnfs4_mount.h32 int wsize; member
Dnfs_mount.h36 int wsize; member