Searched refs:TLOOP (Results 1 – 1 of 1) sorted by relevance
80 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro104 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memcpy()106 TLOOP(*dst++ = *src++); in memcpy()125 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memcpy()127 TLOOP(*--dst = *--src); in memcpy()