Home | History | Annotate | Download | only in regex

Lines Matching defs:is_active

1196 	  DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg]));	\
1357 unsigned is_active : 1;
1364 #define IS_ACTIVE(R) ((R).bits.is_active)
3674 /* The is_active field of reg_info helps us keep track of which (possibly
3772 IS_ACTIVE (reg_info[mcnt]) = 0;
4112 IS_ACTIVE (reg_info[*p]) = 1;
4154 IS_ACTIVE (reg_info[*p]) = 0;
4172 while (r > 0 && !IS_ACTIVE (reg_info[r]))