Searched refs:TLOOP (Results 1 – 1 of 1) sorted by relevance
88 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro115 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()