Searched refs:clock_candidates (Results 1 – 2 of 2) sorted by relevance
468 pn->clock_candidates[count++] = i; in init_candidates()487 pn->clock_candidates = (uint32_t*) malloc(sizeof(uint32_t) * max_candidates); in btbb_init_hop_reversal()552 free(pn->clock_candidates); in reset()584 …observable_channel = aliased_channel(pn->sequence[(pn->clock_candidates[i] + offset) % SEQUENCE_LE… in channel_winnow()586 observable_channel = pn->sequence[(pn->clock_candidates[i] + offset) % SEQUENCE_LENGTH]; in channel_winnow()591 pn->clock_candidates[new_count++] = pn->clock_candidates[i]; in channel_winnow()598 pn->clk_offset = ((pn->clock_candidates[0]<<1) - (pn->first_pkt_time<<1)); in channel_winnow()599 printf("\nAcquired CLK1-27 = 0x%07x\n", pn->clock_candidates[0]); in channel_winnow()
57 uint32_t *clock_candidates; member