Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c1663 ub4
1679 a += (k[0] +((ub4)k[1]<<8) +((ub4)k[2]<<16) +((ub4)k[3]<<24));
1680 b += (k[4] +((ub4)k[5]<<8) +((ub4)k[6]<<16) +((ub4)k[7]<<24));
1681 c += (k[8] +((ub4)k[9]<<8) +((ub4)k[10]<<16)+((ub4)k[11]<<24));
1697 c += ((ub4)k[9]<<16);
1700 c += ((ub4)k[8]<<8);
1704 b += ((ub4)k[7]<<24);
1707 b += ((ub4)k[6]<<16);
1710 b += ((ub4)k[5]<<8);
1716 a += ((ub4)k[3]<<24);
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5024 ub4
5025 hash(ub1 *k, ub4 length, ub4 initval) in hash()
5027 ub4 a, b, c, len; in hash()
5036 a += (k[0] +((ub4)k[1]<<8) +((ub4)k[2]<<16) +((ub4)k[3]<<24)); in hash()
5037 b += (k[4] +((ub4)k[5]<<8) +((ub4)k[6]<<16) +((ub4)k[7]<<24)); in hash()
5038 c += (k[8] +((ub4)k[9]<<8) +((ub4)k[10]<<16)+((ub4)k[11]<<24)); in hash()
5051 case 10: c += ((ub4)k[9]<<16); in hash()
5053 case 9 : c += ((ub4)k[8]<<8); in hash()
5056 case 8 : b += ((ub4)k[7]<<24); in hash()
5060 case 6 : b += ((ub4)k[5]<<8); in hash()
[all …]