OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bestidx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/fdt/
pwmregulator.c
262
int i,
bestidx
= 0;
local in function:pwmregulator_set_voltage
265
abs(sc->sc_voltage_table[
bestidx
].microvolt - uv))
266
bestidx
= i;
268
duty = sc->sc_voltage_table[
bestidx
].duty;
307
int i,
bestidx
= 0;
local in function:pwmregulator_get_voltage
310
abs(sc->sc_voltage_table[
bestidx
].duty - duty))
311
bestidx
= i;
313
uv = sc->sc_voltage_table[
bestidx
].microvolt;
/src/usr.bin/pkill/
pkill.c
122
int i, j, ch,
bestidx
, rv, criteria, pidfromfile, pidfilelock = 0;
local in function:main
427
bestidx
= -1;
438
bestidx
= i;
443
if (
bestidx
!= -1)
444
selected[
bestidx
] = 1;
Completed in 12 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025