HomeSort by relevance Sort by last modified time
    Searched refs:bitset_word_t (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 159 typedef unsigned long int bitset_word_t; typedef
160 /* All bits set in a bitset_word_t. */
163 /* Number of bits in a bitset_word_t. For portability to hosts with
164 padding bits, do not use '(sizeof (bitset_word_t) * CHAR_BIT)';
190 # error "Add case for new bitset_word_t size"
193 /* Number of bitset_word_t values in a bitset_t. */
196 typedef bitset_word_t bitset_t[BITSET_WORDS];
197 typedef bitset_word_t *re_bitset_ptr_t;
198 typedef const bitset_word_t *re_const_bitset_ptr_t;
685 bitset_word_t used_bkref_map
    [all...]
regexec.c     [all...]
regcomp.c 355 bitset_word_t w = dfa->nodes[node].opr.sbcset[i];
357 if (w & ((bitset_word_t) 1 << j))
596 # error "bitset_word_t is narrower than 32 bits"
930 dfa->sb_char[i] |= (bitset_word_t) 1 << j;
958 dfa->word_char[i] |= (bitset_word_t) 1 << j;
    [all...]

Completed in 42 milliseconds