Home
last modified time | relevance | path

Searched refs:next_d (Results 1 – 1 of 1) sorted by relevance

/babblesim_ext_2G4_phy_v1-3.4.0/src/
Dp2G4_func_queue.c16 static uint32_t next_d = 0; variable
45 next_d = 0; in fq_find_next()
51 next_d = i; in fq_find_next()
55 if (el->f_index > f_queue[next_d].f_index) { in fq_find_next()
56 next_d = i; in fq_find_next()
86 fptrs[f_queue[next_d].f_index](next_d); in fq_call_next()
93 return f_queue[next_d].time; in fq_get_next_time()