OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_TIME_SYNC_DATAPOINTS
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/inc/algos/
time_sync.h
29
#define
NUM_TIME_SYNC_DATAPOINTS
16
32
uint64_t time1[
NUM_TIME_SYNC_DATAPOINTS
];
33
uint64_t time2[
NUM_TIME_SYNC_DATAPOINTS
];
/device/google/contexthub/firmware/os/algos/
time_sync.c
42
: (sync->i +
NUM_TIME_SYNC_DATAPOINTS
- sync->n);
49
for (m = 0; m <
NUM_TIME_SYNC_DATAPOINTS
- 1; ++m) {
53
sync->time1[
NUM_TIME_SYNC_DATAPOINTS
- 1] = tmp1;
54
sync->time2[
NUM_TIME_SYNC_DATAPOINTS
- 1] = tmp2;
57
sync->i = (sync->n <
NUM_TIME_SYNC_DATAPOINTS
) ? sync->n : 0;
66
if (++i ==
NUM_TIME_SYNC_DATAPOINTS
) {
73
if (sync->n <
NUM_TIME_SYNC_DATAPOINTS
) {
101
if (n <
NUM_TIME_SYNC_DATAPOINTS
) {
122
if (++ii ==
NUM_TIME_SYNC_DATAPOINTS
) {
140
if (++ii ==
NUM_TIME_SYNC_DATAPOINTS
) {
[
all
...]
Completed in 638 milliseconds