Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/string/
Dmemmove.c61 #define TLOOP(s) if (t) TLOOP1(s) in memmove() macro
85 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()