Home
last modified time | relevance | path

Searched refs:negmax (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c615 int i, max, min, negmax, negmin; in parse_bracket() local
677 negmax = negmin = 0; in parse_bracket()
688 negmax = min - 1; in parse_bracket()
690 lit->code_max = negmax; in parse_bracket()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c615 int i, max, min, negmax, negmin; in parse_bracket() local
677 negmax = negmin = 0; in parse_bracket()
688 negmax = min - 1; in parse_bracket()
690 lit->code_max = negmax; in parse_bracket()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c615 int i, max, min, negmax, negmin; in parse_bracket() local
677 negmax = negmin = 0; in parse_bracket()
688 negmax = min - 1; in parse_bracket()
690 lit->code_max = negmax; in parse_bracket()
/third_party/musl/src/regex/
H A Dregcomp.c615 int i, max, min, negmax, negmin; in parse_bracket() local
677 negmax = negmin = 0; in parse_bracket()
688 negmax = min - 1; in parse_bracket()
690 lit->code_max = negmax; in parse_bracket()

Completed in 13 milliseconds