Home | History | Annotate | Download | only in common

Lines Matching refs:tail

534 		size_t tail = (len > chunksz) ? chunksz : len;
537 to -= tail;
538 from -= tail;
540 memmove(to, from, tail);
542 to += tail;
543 from += tail;
545 len -= tail;