HomeSort by: relevance | last modified time | path
    Searched defs:bitset_word (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
regex_internal.h 151 typedef unsigned long int bitset_word; typedef
154 contexts, and must be consistent with bitset_word. */
182 # error "Add case for new bitset_word size"
188 typedef bitset_word bitset[BITSET_WORDS];
189 typedef bitset_word *re_bitset_ptr_t;
190 typedef const bitset_word *re_const_bitset_ptr_t;
737 bitset_word used_bkref_map;
738 bitset_word completed_bkref_map;
794 set[i / BITSET_WORD_BITS] |= (bitset_word) 1 << i % BITSET_WORD_BITS;
800 set[i / BITSET_WORD_BITS] &= ~ ((bitset_word) 1 << i % BITSET_WORD_BITS)
    [all...]

Completed in 21 milliseconds