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

/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c1467 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1495 DEBUG_PRINT2 (" Pushing high active reg: %ld\n", highest_active_reg);\
1496 PUSH_FAILURE_INT (highest_active_reg); \
1532 ? 0 : highest_active_reg - lowest_active_reg + 1) \
1609 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \
1615 highest_active_reg = high_reg; \
1670 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
4387 active_reg_t highest_active_reg = NO_HIGHEST_ACTIVE_REG;
4859 highest_active_reg = *p;
4901 if (lowest_active_reg == highest_active_reg)
4367 active_reg_t highest_active_reg = NO_HIGHEST_ACTIVE_REG; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c1634 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1662 DEBUG_PRINT2 (" Pushing high active reg: %ld\n", highest_active_reg);\
1663 PUSH_FAILURE_INT (highest_active_reg); \
1700 ? 0 : highest_active_reg - lowest_active_reg + 1) \
1777 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \
1783 highest_active_reg = high_reg; \
1837 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
5633 active_reg_t highest_active_reg = NO_HIGHEST_ACTIVE_REG;
6622 highest_active_reg = *p;
6665 if (lowest_active_reg == highest_active_reg)
5616 active_reg_t highest_active_reg = NO_HIGHEST_ACTIVE_REG; local
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c1706 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1734 DEBUG_PRINT2 (" Pushing high active reg: %ld\n", highest_active_reg);\
1735 PUSH_FAILURE_INT (highest_active_reg); \
1772 ? 0 : highest_active_reg - lowest_active_reg + 1) \
1849 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \
1855 highest_active_reg = high_reg; \
1909 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
5761 active_reg_t highest_active_reg = NO_HIGHEST_ACTIVE_REG;
6807 highest_active_reg = *p;
6850 if (lowest_active_reg == highest_active_reg)
5744 active_reg_t highest_active_reg = NO_HIGHEST_ACTIVE_REG; local
[all...]

Completed in 151 milliseconds