Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/string/
Dmemmove.c42 #define wsize sizeof(word) macro
43 #define wmask (wsize - 1)
74 if ((t ^ (long)dst) & wmask || length < wsize) in memmove()
77 t = wsize - (t & wmask); in memmove()
84 t = length / wsize; in memmove()
85 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memmove()
98 if ((t ^ (long)dst) & wmask || length <= wsize) in memmove()
105 t = length / wsize; in memmove()
106 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memmove()
/bionic/libc/kernel/uapi/linux/
Dnfs4_mount.h32 int wsize; member
Dnfs_mount.h36 int wsize; member