Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/string/
Dbcopy.c73 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro
97 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memcpy()
99 TLOOP(*dst++ = *src++); in memcpy()
118 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memcpy()
120 TLOOP(*--dst = *--src); in memcpy()