Searched refs:byteindex (Results 1 – 1 of 1) sorted by relevance
1195 int byteindex = bits / 8; in bitv_shiftinv() local1199 bitv_shiftin(bv, iterbits, inbv->v[byteindex--]); in bitv_shiftinv()1202 while (byteindex >= 0) in bitv_shiftinv()1203 bitv_shiftin(bv, 8, inbv->v[byteindex--]); in bitv_shiftinv()