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

/freebsd-12-stable/lib/libc/string/
H A Dbcopy.c84 #define TLOOP(s) if (t) TLOOP1(s) macro
108 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
110 TLOOP(*dst++ = *src++);
129 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src);
131 TLOOP(*--dst = *--src);
/freebsd-12-stable/sys/libkern/
H A Dbcopy.c88 #define TLOOP(s) if (t) TLOOP1(s) macro
115 TLOOP(*(word *)dst = *(const word *)src; src += wsize;
118 TLOOP(*dst++ = *src++);
140 TLOOP(src -= wsize; dst -= wsize;
143 TLOOP(*--dst = *--src);

Completed in 62 milliseconds