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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c114 static void bitv_shiftinv(bitv *bv, unsigned bits, const bitv *inbv);
1193 bitv_shiftinv(bitv *bv, unsigned bits, const bitv *inbv) argument
1199 bitv_shiftin(bv, iterbits, inbv->v[byteindex--]);
1203 bitv_shiftin(bv, 8, inbv->v[byteindex--]);

Completed in 48 milliseconds