Searched defs:bitset_word_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h156 typedef unsigned long int bitset_word_t; typedef
157 /* All bits set in a bitset_word_t. */
160 /* Number of bits in a bitset_word_t. For portability to hosts with
161 padding bits, do not use '(sizeof (bitset_word_t) * CHAR_BIT)';
187 # error "Add case for new bitset_word_t size"
190 /* Number of bitset_word_t values in a bitset_t. */
193 typedef bitset_word_t bitset_t[BITSET_WORDS];
194 typedef bitset_word_t *re_bitset_ptr_t;
195 typedef const bitset_word_t *re_const_bitset_ptr_t;
684 bitset_word_t used_bkref_ma
[all...]

Completed in 30 milliseconds