tag | line | file | source code |
tmr_ctr | 39 | drivers/sound/sound_timer.c | static volatile time_t tmr_offs, tmr_ctr; |
tmr_ctr | 143 | drivers/sound/sound_timer.c | tmr_ctr = 0; |
tmr_ctr | 219 | drivers/sound/sound_timer.c | tmr_offs = tmr_ctr; |
tmr_ctr | 220 | drivers/sound/sound_timer.c | ticks_offs += tmr2ticks (tmr_ctr); |
tmr_ctr | 221 | drivers/sound/sound_timer.c | tmr_ctr = 0; |
tmr_ctr | 299 | drivers/sound/sound_timer.c | tmr_offs = tmr_ctr; |
tmr_ctr | 300 | drivers/sound/sound_timer.c | ticks_offs += tmr2ticks (tmr_ctr); |
tmr_ctr | 301 | drivers/sound/sound_timer.c | tmr_ctr = 0; |
tmr_ctr | 370 | drivers/sound/sound_timer.c | tmr_ctr++; |
tmr_ctr | 371 | 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 | 83 | drivers/sound/sys_timer.c | tmr_ctr++; |
tmr_ctr | 84 | drivers/sound/sys_timer.c | curr_ticks = ticks_offs + tmr2ticks (tmr_ctr); |
tmr_ctr | 103 | drivers/sound/sys_timer.c | tmr_ctr = 0; |
tmr_ctr | 177 | drivers/sound/sys_timer.c | tmr_offs = tmr_ctr; |
tmr_ctr | 178 | drivers/sound/sys_timer.c | ticks_offs += tmr2ticks (tmr_ctr); |
tmr_ctr | 179 | drivers/sound/sys_timer.c | tmr_ctr = 0; |
tmr_ctr | 256 | drivers/sound/sys_timer.c | tmr_offs = tmr_ctr; |
tmr_ctr | 257 | drivers/sound/sys_timer.c | ticks_offs += tmr2ticks (tmr_ctr); |
tmr_ctr | 258 | drivers/sound/sys_timer.c | tmr_ctr = 0; |