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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c3145 unsigned long best_value = 0; local in function:xtermClosestColor
3169 if (best_index < 0 || this_value < best_value) {
3171 best_value = this_value;
3175 TRACE(("...best match at %d with diff %lx\n", best_index, best_value));

Completed in 9 milliseconds