Searched refs:bitv (Results 1 – 1 of 1) sorted by relevance
94 typedef struct bitv bitv; typedef95 static const struct info *dictval2info(const bitv *bv);101 static bitv *code2dictval(fm_dc_handle_t *dhp, const char *code);109 static bitv *bitv_alloc(void);110 static void bitv_free(bitv *bv);111 static void bitv_shift(bitv *bv, unsigned bits);112 static void bitv_setlo(bitv *bv, unsigned bits, unsigned val);113 static void bitv_shiftin(bitv *bv, unsigned bits, unsigned val);114 static void bitv_shiftinv(bitv *bv, unsigned bits, const bitv *inbv);115 static int bitv_bits(const bitv *bv);[all …]