Lines Matching defs:bv
589 dictval2info(const bitv *bv) in dictval2info()
1113 struct bitv *bv = malloc(sizeof (*bv)); in bitv_alloc() local
1124 bitv_free(bitv *bv) in bitv_free()
1131 bitv_shift(bitv *bv, unsigned bits) in bitv_shift()
1153 bitv_setlo(bitv *bv, unsigned bits, unsigned val) in bitv_setlo()
1185 bitv_shiftin(bitv *bv, unsigned bits, unsigned val) in bitv_shiftin()
1193 bitv_shiftinv(bitv *bv, unsigned bits, const bitv *inbv) in bitv_shiftinv()
1208 bitv_bits(const bitv *bv) in bitv_bits()
1229 bitv_chunk(const bitv *bv, unsigned limbit, unsigned lobit) in bitv_chunk()
1256 bitv_mul(bitv *bv, unsigned long long val) in bitv_mul()
1308 bitv_add(bitv *bv, unsigned long long val) in bitv_add()
1339 bitv_sub(bitv *bv, unsigned long long val) in bitv_sub()
1372 bitv_ge(const bitv *bv, unsigned long long val) in bitv_ge()
1400 bitv *bv = bitv_alloc(); in bitv_strparse() local