Searched refs:iterbits (Results 1 – 1 of 1) sorted by relevance
1134 unsigned iterbits = bits; in bitv_shift() local1138 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() local1163 if (iterbits > 8) in bitv_setlo()1164 iterbits = 8; in bitv_setlo()[all …]