Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libc/
Dbcopy.c80 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro
104 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()