OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_hist
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.c
103
adf->
t_hist
[0] += 1;
107
adf->
t_hist
[TEMP_HISTOGRAM - 1] += 1;
111
adf->
t_hist
[index] += 1;
747
(unsigned)acc->adf.
t_hist
[0], (unsigned)acc->adf.
t_hist
[1],
748
(unsigned)acc->adf.
t_hist
[2], (unsigned)acc->adf.
t_hist
[3],
749
(unsigned)acc->adf.
t_hist
[4], (unsigned)acc->adf.
t_hist
[5],
750
(unsigned)acc->adf.
t_hist
[6], (unsigned)acc->adf.t_hist[7]
[
all
...]
accel_cal.h
97
uint32_t
t_hist
[TEMP_HISTOGRAM];
member in struct:AccelStatsMem
Completed in 3504 milliseconds