Searched refs:MAX_REGNUM (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dregex.c2114 # define MAX_REGNUM 255
2116 /* But patterns can have more than `MAX_REGNUM' registers. We just
3696 if (regnum <= MAX_REGNUM)
3708 /* If we've reached MAX_REGNUM groups, then this open
3765 /* If we've reached MAX_REGNUM groups, then this open
3772 if (this_group_regnum <= MAX_REGNUM)
7690 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
2103 # define MAX_REGNUM macro
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dregex.c2114 # define MAX_REGNUM 255
2116 /* But patterns can have more than `MAX_REGNUM' registers. We just
3696 if (regnum <= MAX_REGNUM)
3708 /* If we've reached MAX_REGNUM groups, then this open
3765 /* If we've reached MAX_REGNUM groups, then this open
3772 if (this_group_regnum <= MAX_REGNUM)
7690 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
2103 # define MAX_REGNUM macro

Completed in 173 milliseconds