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

/haiku-buildtools/legacy/gcc/libobjc/
H A Dthr-mach.c61 return info.max_priority;
/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c902 int max_priority;
909 max_priority = 1;
966 if (prev_priority > max_priority)
967 max_priority = prev_priority;
972 INSN_PRIORITY (insn) = max_priority;
1910 static int max_priority;
2000 int max = max_priority;
2036 max_priority = MAX (INSN_PRIORITY (ready[0]), INSN_PRIORITY (insn));
2038 max_priority = INSN_PRIORITY (insn);
898 int max_priority; local
1902 static int max_priority; variable
H A Dhaifa-sched.c4252 static int max_priority;
4367 int max = max_priority;
4418 max_priority = MAX (INSN_PRIORITY (ready[0]), INSN_PRIORITY (insn));
4420 max_priority = INSN_PRIORITY (insn);
4244 static int max_priority; variable
/haiku-buildtools/gcc/gcc/
H A Dira-color.c2689 int i, length, nrefs, priority, max_priority, mult;
2692 max_priority = 0;
2707 if (max_priority < priority)
2708 max_priority = priority;
2710 mult = max_priority == 0 ? 1 : INT_MAX / max_priority;
2683 int i, length, nrefs, priority, max_priority, mult; local

Completed in 182 milliseconds