Searched refs:TLOOP (Results 1 – 2 of 2) sorted by relevance
82 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro106 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memcpy()108 TLOOP(*dst++ = *src++); in memcpy()127 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memcpy()129 TLOOP(*--dst = *--src); in memcpy()
82 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro109 TLOOP(*(word *)dst = *(const word *)src; src += wsize; in memcpy()112 TLOOP(*dst++ = *src++); in memcpy()134 TLOOP(src -= wsize; dst -= wsize; in memcpy()137 TLOOP(*--dst = *--src); in memcpy()