Home | History | Annotate | Download | only in lib

Lines Matching full:n_bits

677 n_bits, enum bitset_type type)
689 BITSET_NBITS_ (bset) = n_bits;
699 bytes = abitset_bytes (n_bits);
701 abitset_init (sbset, n_bits);
705 bytes = lbitset_bytes (n_bits);
707 lbitset_init (sbset, n_bits);
711 bytes = ebitset_bytes (n_bits);
713 ebitset_init (sbset, n_bits);
717 bytes = vbitset_bytes (n_bits);
719 vbitset_init (sbset, n_bits);