Searched defs:reflect_32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsctp_crc32.c45 reflect_32(uint32_t b) function
79 crc = reflect_32(i);
86 crctab[3 - k][i] = flip32(reflect_32(crc));
88 crctab[k][i] = reflect_32(crc);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c68 reflect_32(uint32_t b) function
118 crc = reflect_32(index);
125 crc32c_tab[3 - byte][index] = flip32(reflect_32(crc));
127 crc32c_tab[byte][index] = reflect_32(crc);

Completed in 66 milliseconds