Home
last modified time | relevance | path

Searched refs:bitset_t (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/libgnuregex/
HDregex_internal.h143 typedef bitset_word_t bitset_t[BITSET_WORDS]; typedef
153 #define bitset_empty(set) memset (set, '\0', sizeof (bitset_t))
154 #define bitset_set_all(set) memset (set, '\xff', sizeof (bitset_t))
155 #define bitset_copy(dest,src) memcpy (dest, src, sizeof (bitset_t))
654 bitset_t word_char;
693 bitset_not (bitset_t set) in bitset_not()
701 bitset_merge (bitset_t dest, const bitset_t src) in bitset_merge()
709 bitset_mask (bitset_t dest, const bitset_t src) in bitset_mask()
HDregcomp.c89 static reg_errcode_t build_equiv_class (bitset_t sbcset,
94 bitset_t sbcset,
100 static reg_errcode_t build_equiv_class (bitset_t sbcset,
103 bitset_t sbcset,
577 static const bitset_t utf8_sb_map =
895 dfa->sb_char = (re_bitset_ptr_t) calloc (sizeof (bitset_t), 1); in init_dfa()
2624 build_range_exp (bitset_t sbcset, re_charset_t *mbcset, int *range_alloc, in build_range_exp()
2627 build_range_exp (bitset_t sbcset, bracket_elem_t *start_elem, in build_range_exp()
2745 build_collating_symbol (bitset_t sbcset, re_charset_t *mbcset, in build_collating_symbol()
2748 build_collating_symbol (bitset_t sbcset, const unsigned char *name) in build_collating_symbol()
[all …]
HDregexec.c196 bitset_t *states_ch) internal_function;
3337 bitset_t *dests_ch; in build_trtable()
3338 bitset_t acceptable; in build_trtable()
3343 bitset_t dests_ch[SBC_MAX]; in build_trtable()
3389 if (BE ((((SIZE_MAX - (sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX) in build_trtable()
3395 if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX in build_trtable()
3563 re_node_set *dests_node, bitset_t *dests_ch) in group_nodes_into_DFAstates()
3569 bitset_t accepts; /* Characters a node can accept. */ in group_nodes_into_DFAstates()
3604 memset (accepts, '\xff', sizeof (bitset_t) / 2); in group_nodes_into_DFAstates()
3677 bitset_t intersec; /* Intersection sets, see below. */ in group_nodes_into_DFAstates()
[all …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDcpupart.h92 bitset_t cp_cmt_pgs; /* CMT PGs represented */
93 bitset_t cp_haltset; /* halted CPUs */