Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dregcomp.c1080 # define MAP(n) (((n) <= 1) ? (n) : ((n) == REGEX_INFINITY) ? INF : N) in repeat() macro
1088 switch (REP(MAP(from), MAP(to))) { in repeat()