Searched refs:bitv_shiftin (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.c | 113 static void bitv_shiftin(bitv *bv, unsigned bits, unsigned val); 792 bitv_shiftin(allbits, 2, 1); in buildcode() 793 bitv_shiftin(allbits, 2, infop->sizeval); in buildcode() 797 bitv_shiftin(allbits, infop->csumbits, 0); in buildcode() 875 bitv_shiftin(allbits, 5, val); in code2dictval() 916 bitv_shiftin(dictval, 1, in code2dictval() 1185 bitv_shiftin(bitv *bv, unsigned bits, unsigned val) in bitv_shiftin() function 1199 bitv_shiftin(bv, iterbits, inbv->v[byteindex--]); in bitv_shiftinv() 1203 bitv_shiftin(bv, 8, inbv->v[byteindex--]); in bitv_shiftinv()
|