Home | History | Annotate | Download | only in src

Lines Matching refs:nritems

43  *   - \c result = a new \c bitset of size \c ::nritems such that any bit \c i
51 bitset result = bitset_create (nritems, BITSET_FIXED);
52 unsigned int i = nritems-1;