Searched refs:bitset_t (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.h | 196 typedef bitset_word_t bitset_t[BITSET_WORDS]; typedef 697 bitset_t word_char; 739 bitset_set (bitset_t set, Idx i) in bitset_set() 745 bitset_clear (bitset_t set, Idx i) in bitset_clear() 751 bitset_contain (const bitset_t set, Idx i) in bitset_contain() 757 bitset_empty (bitset_t set) in bitset_empty() 759 memset (set, '\0', sizeof (bitset_t)); in bitset_empty() 763 bitset_set_all (bitset_t set) in bitset_set_all() 772 bitset_copy (bitset_t dest, const bitset_t src) in bitset_copy() 774 memcpy (dest, src, sizeof (bitset_t)); in bitset_copy() [all …]
|
D | regcomp.c | 92 static reg_errcode_t build_equiv_class (bitset_t sbcset, 97 bitset_t sbcset, 103 static reg_errcode_t build_equiv_class (bitset_t sbcset, 106 bitset_t sbcset, 589 static const bitset_t utf8_sb_map = 915 dfa->sb_char = (re_bitset_ptr_t) calloc (sizeof (bitset_t), 1); in init_dfa() 2614 build_range_exp (bitset_t sbcset, re_charset_t *mbcset, Idx *range_alloc, in build_range_exp() 2617 build_range_exp (bitset_t sbcset, bracket_elem_t *start_elem, in build_range_exp() 2734 build_collating_symbol (bitset_t sbcset, in build_collating_symbol() 2881 bitset_t sbcset; in parse_bracket_exp() [all …]
|
D | regexec.c | 202 bitset_t *states_ch) internal_function; 3364 bitset_t *dests_ch; in build_trtable() 3365 bitset_t acceptable; in build_trtable() 3370 bitset_t dests_ch[SBC_MAX]; in build_trtable() 3413 if (BE ((((SIZE_MAX - (sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX) in build_trtable() 3419 if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX in build_trtable() 3587 re_node_set *dests_node, bitset_t *dests_ch) in group_nodes_into_DFAstates() 3593 bitset_t accepts; /* Characters a node can accept. */ in group_nodes_into_DFAstates() 3704 bitset_t intersec; /* Intersection sets, see below. */ in group_nodes_into_DFAstates() 3705 bitset_t remains; in group_nodes_into_DFAstates()
|