Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/string/
H A Dbcopy.c82 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro
106 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()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c80 TLOOP(k) { in output()
359 TLOOP(j) { in wract()
368 TLOOP(p) { in wract()
386 TLOOP(p) { in wract()
395 TLOOP(p0) { in wract()
450 TLOOP(j0) if ((j1 = temp1[j0]) != 0) { in wrstate()
H A Ddextern.h145 #define TLOOP(i) for (i = 1; i <= ntokens; ++i) macro
H A Dy1.c267 TLOOP(i) in others()
593 TLOOP(j) { in prlook()
H A Dy2.c1262 TLOOP(i) { in chfind()