Searched refs:crctab (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libxcurses2/src/libc/mks/
H A Dm_crcpos.c49 static const unsigned int crctab[256] = { variable
51 static const unsigned long crctab[256] = {
118 *crcp = (*crcp << 8) ^ crctab[(unsigned char)((*crcp>>24)^*bp++)];
/osnet-11/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_crcpos.c44 static ulong crctab[256] = { /* layout is from the POSIX.2 Rationale */ variable
109 *crcp = (*crcp<<8) ^ crctab[(uchar)((*crcp>>24)^*bp++)];
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c1464 static unsigned crctab[256] = { variable
1522 *crcp = (*crcp<<8) ^ crctab[(unsigned char)((*crcp>>24)^val)];

Completed in 26 milliseconds