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