Search | Google it | Results 1 - 1 of 1 for funcall:TLOOP1 (0.00 seconds) |
72: */ 73: #define TLOOP(s) if (t) TLOOP1(s) 74: #define TLOOP1(s) do { s; } while (--t) 90: length -= t; 91: TLOOP1(*dst++ = *src++); 92: } 114: length -= t; 115: TLOOP1(*--dst = *--src); 116: }