Searched defs:byteindex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c1195 int byteindex = bits / 8; local
1199 bitv_shiftin(bv, iterbits, inbv->v[byteindex--]);
1202 while (byteindex >= 0)
1203 bitv_shiftin(bv, 8, inbv->v[byteindex--]);

Completed in 56 milliseconds