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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c183 unsigned int best_index; local
191 best_index = 0;
205 best_index = i;
213 rgb_to_hsv (table[best_index], &best_hsv);
218 table[best_index].red, table[best_index].green, table[best_index].blue);
221 return best_index;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-ostream.c186 unsigned int best_index; local
194 best_index = 0;
208 best_index = i;
216 rgb_to_hsv (table[best_index], &best_hsv);
221 table[best_index].red, table[best_index].green, table[best_index].blue);
224 return best_index;
H A Dterm-ostream.oo.c183 unsigned int best_index; local
191 best_index = 0;
205 best_index = i;
213 rgb_to_hsv (table[best_index], &best_hsv);
218 table[best_index].red, table[best_index].green, table[best_index].blue);
221 return best_index;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dlpc.c1355 unsigned order, index, best_index; /* 'index' the index into lpc_error; index==order-1 since lpc_error[0] is for order==1, lpc_error[1] is for order==2, etc */ local
1363 best_index = 0;
1369 best_index = index;
1374 return best_index+1; /* +1 since index of lpc_error[] is order-1 */

Completed in 179 milliseconds