Searched refs:optimal (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex45 % left to the typesetting engine to place them in the "optimal" spot. These
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c25495 /* In theory, the close(fd) call is sub-optimal. If the file opened
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cpufreq/
H A Dfreq_table.c98 struct cpufreq_frequency_table optimal = { local
116 optimal.frequency = ~0;
132 if (freq >= optimal.frequency) {
133 optimal.frequency = freq;
134 optimal.index = i;
145 if (freq <= optimal.frequency) {
146 optimal.frequency = freq;
147 optimal.index = i;
158 if (optimal.index > i) {
163 *index = optimal
[all...]

Completed in 483 milliseconds