Home | History | Annotate | Download | only in lib

Lines Matching full:bitset

0 /* Bitset vectors.
28 bitset *
34 bitset *bsetv;
41 if (BITSET_SIZE_MAX / (sizeof (bitset) + bytes) <= n_vecs)
44 /* Allocate vector table at head of bitset array. */
45 vector_bytes = (n_vecs + 1) * sizeof (bitset) + bytes - 1;
51 bsetv[i] = (bitset) (void *) ((char *) bsetv + vector_bytes + i * bytes);
64 bitset *
74 /* Free bitset vector BSETV. */
138 /* Dump the contents of a bitset vector BSETV with N_VECS elements to