Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c1134 unsigned iterbits = bits; in bitv_shift() local
1138 if (iterbits > 8) in bitv_shift()
1139 iterbits = 8; in bitv_shift()
1142 bv->v[i] <<= iterbits; in bitv_shift()
1143 bv->v[i] |= bv->v[i - 1] >> (8 - iterbits); in bitv_shift()
1145 bv->v[0] <<= iterbits; in bitv_shift()
1147 bits -= iterbits; in bitv_shift()
1160 unsigned iterbits = bits; in bitv_setlo() local
1163 if (iterbits > 8) in bitv_setlo()
1164 iterbits = 8; in bitv_setlo()
[all …]