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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c113 static void bitv_shiftin(bitv *bv, unsigned bits, unsigned val);
792 bitv_shiftin(allbits, 2, 1);
793 bitv_shiftin(allbits, 2, infop->sizeval);
797 bitv_shiftin(allbits, infop->csumbits, 0);
875 bitv_shiftin(allbits, 5, val);
916 bitv_shiftin(dictval, 1,
1185 bitv_shiftin(bitv *bv, unsigned bits, unsigned val) function
1199 bitv_shiftin(bv, iterbits, inbv->v[byteindex--]);
1203 bitv_shiftin(bv, 8, inbv->v[byteindex--]);

Completed in 48 milliseconds