Searched refs:DO1 (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | adler32.c | 14 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} macro 15 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1069 #define DO1 crc = crc_table[0][((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8) macro 1070 #define DO8 DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1 1102 DO1; 1107 #undef DO1 1119 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} macro 1120 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 4596 #define DO1(buf) {s1 += *buf++; s2 += s1;} macro 4597 #define DO2(buf) DO1(buf); DO1(buf); 4622 DO1(buf);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 4882 #define DO1(buf, i) {s1 += buf[i]; s2 += s1; } macro 4883 #define DO2(buf, i) DO1(buf, i); DO1(buf, i+1);
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 6074 #define DO1(buf, i) {s1 += buf[i]; s2 += s1; } macro 6075 #define DO2(buf, i) DO1(buf, i); DO1(buf, i+1);
|