Searched refs:alloc (Results 1 – 4 of 4) sorted by relevance
971 set->alloc = size; in re_node_set_alloc()984 set->alloc = 1; in re_node_set_init_1()1000 set->alloc = 2; in re_node_set_init_2()1069 dest->alloc = new_alloc; in re_node_set_add_intersect()1209 dest->alloc = new_alloc; in re_node_set_merge()1288 if (set->alloc == 0) in re_node_set_insert()1303 if (set->alloc == set->nelem) in re_node_set_insert()1306 set->alloc = set->alloc * 2; in re_node_set_insert()1342 if (set->alloc == set->nelem) in re_node_set_insert_last()1345 set->alloc = (set->alloc + 1) * 2; in re_node_set_insert_last()[all …]
234 Idx alloc; member545 Idx alloc; member554 Idx alloc; member634 Idx alloc; member
1328 if (fs->num == fs->alloc) in push_fail_stack()1332 fs->alloc * 2); in push_fail_stack()1335 fs->alloc *= 2; in push_fail_stack()1396 fs->stack = re_malloc (struct re_fail_stack_ent_t, fs->alloc); in set_regs()1783 if (!state->inveclosure.alloc) in add_epsilon_src_nodes()2847 if (__glibc_unlikely (path->alloc < last_str + mctx->max_mb_elem_len + 1)) in check_arrival()2850 Idx old_alloc = path->alloc; in check_arrival()2862 path->alloc = new_alloc; in check_arrival()2864 sizeof (re_dfastate_t *) * (path->alloc - old_alloc)); in check_arrival()
3672 Idx alloc = 0; in build_charclass_op() local3697 mbcset, &alloc, in build_charclass_op()
Completed in 23 milliseconds