Searched defs:Bitvec (Results 1 – 1 of 1) sorted by relevance
15738 typedef struct Bitvec Bitvec; typedef54847 struct Bitvec { struct54848 u32 iSize; /* Maximum bit index. Max iSize is 4,294,967,296. */54849 u32 nSet; /* Number of bits that are set - only valid for aHash54852 u32 iDivisor; /* Number of bits handled by each apSub[] entry. */54856 union {54860 } u;