Searched refs:TLOOP (Results 1 – 4 of 4) sorted by relevance
61 #define TLOOP(s) if (t) TLOOP1(s) in memmove() macro85 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memmove()87 TLOOP(*dst++ = *src++); in memmove()106 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memmove()108 TLOOP(*--dst = *--src); in memmove()
61 #define TLOOP(s) if (t) TLOOP1(s) in bcopy() macro85 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in bcopy()87 TLOOP(*dst++ = *src++); in bcopy()106 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in bcopy()108 TLOOP(*--dst = *--src); in bcopy()
80 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro103 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memcpy()105 TLOOP(*dst++ = *src++); in memcpy()
67 #define TLOOP(s) if (t) TLOOP1(s) in bcopy() macro91 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in bcopy()93 TLOOP(*dst++ = *src++); in bcopy()112 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in bcopy()114 TLOOP(*--dst = *--src); in bcopy()