Searched defs:simple_bitmap_def (Results 1 – 2 of 2) sorted by relevance
39 struct simple_bitmap_def struct41 unsigned char *popcount; /* Population count. */42 unsigned int n_bits; /* Number of bits. */43 unsigned int size; /* Size in elements. */44 SBITMAP_ELT_TYPE elms[1]; /* The elements. */
86 struct simple_bitmap_def struct88 unsigned int n_bits; /* Number of bits. */89 unsigned int size; /* Size in elements. */90 SBITMAP_ELT_TYPE elms[1]; /* The elements. */