Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Dbcopy.c88 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro
115 TLOOP(*(word *)dst = *(const word *)src; src += wsize; in memcpy()
118 TLOOP(*dst++ = *src++); in memcpy()
140 TLOOP(src -= wsize; dst -= wsize; in memcpy()
143 TLOOP(*--dst = *--src); in memcpy()