Home
last modified time | relevance | path

Searched defs:crctab (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_crcpos.c48 static ulong crctab[256] = { /* layout is from the POSIX.2 Rationale */ variable
/titanic_51/usr/src/lib/libxcurses2/src/libc/mks/
H A Dm_crcpos.c53 static const unsigned int crctab[256] = { variable
/titanic_51/usr/src/uts/common/os/
H A Dsctp_crc32.c42 static uint32_t crctab[4][256]; variable
/titanic_51/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c536 static unsigned short crctab[] = { variable
/titanic_51/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c1464 static unsigned crctab[256] = { variable
/titanic_51/usr/src/boot/lib/libstand/
H A Dnandfs.c131 static const uint32_t crctab[] = { in nandfs_crc32() local