Searched refs:iterbits (Results 1 – 1 of 1) sorted by relevance
1132 unsigned iterbits = bits; in bitv_shift() local1136 if (iterbits > 8) in bitv_shift()1137 iterbits = 8; in bitv_shift()1140 bv->v[i] <<= iterbits; in bitv_shift()1141 bv->v[i] |= bv->v[i - 1] >> (8 - iterbits); in bitv_shift()1143 bv->v[0] <<= iterbits; in bitv_shift()1145 bits -= iterbits; in bitv_shift()1158 unsigned iterbits = bits; in bitv_setlo() local1161 if (iterbits > 8) in bitv_setlo()1162 iterbits = 8; in bitv_setlo()[all …]