Searched refs:tag_left (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 1600 int added_tags, tag_left, tag_right; in tre_add_tags() local 1612 tag_left = tre_stack_pop_int(stack); in tre_add_tags() 1628 status = tre_add_tag_right(mem, left, tag_left); in tre_add_tags() 1629 tnfa->tag_directions[tag_left] = TRE_TAG_MAXIMIZE; in tre_add_tags()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 1601 int added_tags, tag_left, tag_right; in tre_add_tags() local 1613 tag_left = tre_stack_pop_int(stack); in tre_add_tags() 1629 status = tre_add_tag_right(mem, left, tag_left); in tre_add_tags() 1630 tnfa->tag_directions[tag_left] = TRE_TAG_MAXIMIZE; in tre_add_tags()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 1600 int added_tags, tag_left, tag_right; in tre_add_tags() local 1612 tag_left = tre_stack_pop_int(stack); in tre_add_tags() 1628 status = tre_add_tag_right(mem, left, tag_left); in tre_add_tags() 1629 tnfa->tag_directions[tag_left] = TRE_TAG_MAXIMIZE; in tre_add_tags()
|
/third_party/musl/src/regex/ |
H A D | regcomp.c | 1600 int added_tags, tag_left, tag_right; in tre_add_tags() local 1612 tag_left = tre_stack_pop_int(stack); in tre_add_tags() 1628 status = tre_add_tag_right(mem, left, tag_left); in tre_add_tags() 1629 tnfa->tag_directions[tag_left] = TRE_TAG_MAXIMIZE; in tre_add_tags()
|
Completed in 14 milliseconds