Searched refs:SBC_MAX (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.h105 #define SBC_MAX 256 macro
142 #define BITSET_WORDS (SBC_MAX / BITSET_WORD_BITS)
H A Dregcomp.c275 memset (fastmap, '\0', sizeof (char) * SBC_MAX);
369 for (i = 0; i < SBC_MAX; ++i)
423 memset (fastmap, '\1', sizeof (char) * SBC_MAX);
483 preg->fastmap = re_malloc (char, SBC_MAX);
698 re_comp_buf.fastmap = (char *) malloc (SBC_MAX);
962 memset (&dfa->word_char[i], '\0', (SBC_MAX - ch) / 8);
2715 for (wc = 0; wc < SBC_MAX; ++wc)
2735 for (ch = 0; ch < SBC_MAX; ++ch)
2943 for (ch = 0; ch < SBC_MAX; ch++)
3441 for (ch = 0; ch < SBC_MAX;
[all...]
H A Dregexec.c2319 return trtable[ch + SBC_MAX];
3346 re_node_set dests_node[SBC_MAX];
3347 bitset_t dests_ch[SBC_MAX];
3380 calloc (sizeof (re_dfastate_t *), SBC_MAX);
3393 if (BE ((((SIZE_MAX - (sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX)
3399 if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX
3476 (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), SBC_MAX);
3505 starting at trtable[SBC_MAX]. */
3507 (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), 2 * SBC_MAX);
3525 trtable[ch + SBC_MAX]
[all...]

Completed in 117 milliseconds