Searched refs:IS_ACTIVE (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c1295 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1467 #define IS_ACTIVE(R) ((R).bits.is_active)
3989 IS_ACTIVE (reg_info[mcnt]) = 0;
4334 IS_ACTIVE (reg_info[*p]) = 1;
4376 IS_ACTIVE (reg_info[*p]) = 0;
4394 while (r > 0 && !IS_ACTIVE (reg_info[r]))
1457 #define IS_ACTIVE macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c1650 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1822 # define IS_ACTIVE(R) ((R).bits.is_active)
5808 IS_ACTIVE (reg_info[mcnt]) = 0;
6615 IS_ACTIVE (reg_info[*p]) = 1;
6658 IS_ACTIVE (reg_info[*p]) = 0;
6676 while (r > 0 && !IS_ACTIVE (reg_info[r]))
1811 # define IS_ACTIVE macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c1652 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1824 # define IS_ACTIVE(R) ((R).bits.is_active)
5810 IS_ACTIVE (reg_info[mcnt]) = 0;
6620 IS_ACTIVE (reg_info[*p]) = 1;
6663 IS_ACTIVE (reg_info[*p]) = 0;
6681 while (r > 0 && !IS_ACTIVE (reg_info[r]))
1813 # define IS_ACTIVE macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c1652 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1824 # define IS_ACTIVE(R) ((R).bits.is_active)
5811 IS_ACTIVE (reg_info[mcnt]) = 0;
6621 IS_ACTIVE (reg_info[*p]) = 1;
6664 IS_ACTIVE (reg_info[*p]) = 0;
6682 while (r > 0 && !IS_ACTIVE (reg_info[r]))
1813 # define IS_ACTIVE macro

Completed in 198 milliseconds