Home | History | Annotate | Download | only in engine

Lines Matching refs:max_value

1061     NJ_UINT32 max_value, eval, current;
1110 max_value = oldest;
1124 is_better_freq = ((eval >= max_value) && ((is_first_search) || (eval < current))) ? 1 : 0;
1158 max_value = eval;
1172 max_value = eval;
1938 NJ_UINT32 max_value, eval, current;
1975 max_value = oldest;
2259 if (eval >= max_value) {
2279 max_value = eval;