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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5001 typedef uint32_t ub4; /* unsigned 4-byte quantities */ typedef
5004 #define hashsize(n) ((ub4)1<<(n))
5020 ub4
5023 register ub4 length; /* the length of the key */
5024 register ub4 initval; /* the previous hash, or an arbitrary value */
5026 register ub4 a, b, c, len;
5035 a += (k[0] +((ub4)k[1]<<8) +((ub4)k[2]<<16) +((ub4)k[3]<<24));
5036 b += (k[4] +((ub4)
[all...]

Completed in 67 milliseconds