Home
last modified time | relevance | path

Searched defs:TLOOP1 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libc/string/
H A Dmemmove.c62 #define TLOOP1(s) do { s; } while (--t) in memmove() macro
H A Dbcopy.c62 #define TLOOP1(s) do { s; } while (--t) in bcopy() macro
H A Dmemcpy.c81 #define TLOOP1(s) do { s; } while (--t) in memcpy() macro
/openbsd-src/sys/lib/libkern/
H A Dbcopy.c68 #define TLOOP1(s) do { s; } while (--t) in bcopy() macro