tag | line | file | source code |
tmr_ctr | 36 | drivers/sound/sound_timer.c | static volatile time_t tmr_offs, tmr_ctr; |
tmr_ctr | 86 | drivers/sound/sound_timer.c | tmr_offs = tmr_ctr; |
tmr_ctr | 87 | drivers/sound/sound_timer.c | ticks_offs += tmr2ticks (tmr_ctr); |
tmr_ctr | 88 | drivers/sound/sound_timer.c | tmr_ctr = 0; |
tmr_ctr | 102 | drivers/sound/sound_timer.c | tmr_ctr = 0; |
tmr_ctr | 178 | drivers/sound/sound_timer.c | tmr_offs = tmr_ctr; |
tmr_ctr | 179 | drivers/sound/sound_timer.c | ticks_offs += tmr2ticks (tmr_ctr); |
tmr_ctr | 180 | drivers/sound/sound_timer.c | tmr_ctr = 0; |
tmr_ctr | 258 | drivers/sound/sound_timer.c | tmr_offs = tmr_ctr; |
tmr_ctr | 259 | drivers/sound/sound_timer.c | ticks_offs += tmr2ticks (tmr_ctr); |
tmr_ctr | 260 | drivers/sound/sound_timer.c | tmr_ctr = 0; |
tmr_ctr | 323 | drivers/sound/sound_timer.c | tmr_ctr++; |
tmr_ctr | 324 | drivers/sound/sound_timer.c | curr_ticks = ticks_offs + tmr2ticks (tmr_ctr); |
tmr_ctr | 39 | drivers/sound/sys_timer.c | static volatile time_t tmr_offs, tmr_ctr; |
tmr_ctr | 77 | drivers/sound/sys_timer.c | tmr_ctr++; |
tmr_ctr | 78 | drivers/sound/sys_timer.c | curr_ticks = ticks_offs + tmr2ticks (tmr_ctr); |
tmr_ctr | 98 | drivers/sound/sys_timer.c | tmr_ctr = 0; |
tmr_ctr | 178 | drivers/sound/sys_timer.c | tmr_offs = tmr_ctr; |
tmr_ctr | 179 | drivers/sound/sys_timer.c | ticks_offs += tmr2ticks (tmr_ctr); |
tmr_ctr | 180 | drivers/sound/sys_timer.c | tmr_ctr = 0; |
tmr_ctr | 257 | drivers/sound/sys_timer.c | tmr_offs = tmr_ctr; |
tmr_ctr | 258 | drivers/sound/sys_timer.c | ticks_offs += tmr2ticks (tmr_ctr); |
tmr_ctr | 259 | drivers/sound/sys_timer.c | tmr_ctr = 0; |