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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1226 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1251 DEBUG_PRINT2 (" Pushing low active reg: %ld\n", lowest_active_reg);\
1252 PUSH_FAILURE_INT (lowest_active_reg); \
1291 ? 0 : highest_active_reg - lowest_active_reg + 1) \
1429 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
3815 active_reg_t lowest_active_reg = NO_LOWEST_ACTIVE_REG;
4292 if (lowest_active_reg == NO_LOWEST_ACTIVE_REG)
4293 lowest_active_reg = *p;
4330 if (lowest_active_reg == highest_active_reg)
4332 lowest_active_reg
3796 active_reg_t lowest_active_reg = NO_LOWEST_ACTIVE_REG; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c1328 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1352 DEBUG_PRINT2 (" Pushing low active reg: %d\n", lowest_active_reg);\
1353 PUSH_FAILURE_INT (lowest_active_reg); \
1393 ? 0 : highest_active_reg - lowest_active_reg + 1) \
1527 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
4192 unsigned lowest_active_reg = NO_LOWEST_ACTIVE_REG;
4735 if (lowest_active_reg == NO_LOWEST_ACTIVE_REG)
4736 lowest_active_reg = *p;
4773 if (lowest_active_reg == highest_active_reg)
4775 lowest_active_reg
4172 unsigned lowest_active_reg = NO_LOWEST_ACTIVE_REG; local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c1634 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1659 DEBUG_PRINT2 (" Pushing low active reg: %ld\n", lowest_active_reg);\
1660 PUSH_FAILURE_INT (lowest_active_reg); \
1700 ? 0 : highest_active_reg - lowest_active_reg + 1) \
1837 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
5632 active_reg_t lowest_active_reg = NO_LOWEST_ACTIVE_REG;
6626 if (lowest_active_reg == NO_LOWEST_ACTIVE_REG)
6627 lowest_active_reg = *p;
6665 if (lowest_active_reg == highest_active_reg)
6667 lowest_active_reg
5615 active_reg_t lowest_active_reg = NO_LOWEST_ACTIVE_REG; local
[all...]

Completed in 203 milliseconds