tick               84 core/usb_remote.c     long tick;
tick              125 core/usb_remote.c     debug_rec_buf[debug_num_rec].tick = get_tick_count();
tick               95 core/usb_sync.c     int tick;
tick              103 core/usb_sync.c         tick = get_tick_count();              // timestamp so we don't hang here forever if something goes wrong
tick              109 core/usb_sync.c         do { }  while( get_remote_state() &&  ((int)get_tick_count()-tick < DELAY_TIMEOUT));
tick              147 core/usb_sync.c         do { }  while( get_remote_state() &&  ((int)get_tick_count()-tick < DELAY_TIMEOUT));
tick               31 modules/dbg_dump.c     int tick;
tick               79 modules/dbg_dump.c         pb->h.tick = get_tick_count();
tick              604 modules/motion_detector.c     int idx, tick, rv;
tick              613 modules/motion_detector.c     tick = get_tick_count();
tick              619 modules/motion_detector.c         motion_detector.comp_calls[motion_detector.comp_calls_cnt]=tick;
tick              624 modules/motion_detector.c     if(motion_detector.start_time + motion_detector.timeout < tick )
tick              631 modules/motion_detector.c     if(motion_detector.last_measure_time + motion_detector.measure_interval > tick)
tick              637 modules/motion_detector.c     motion_detector.last_measure_time = tick;
tick              731 modules/motion_detector.c                     (motion_detector.start_time+motion_detector.msecs_before_trigger < tick))
tick              750 modules/motion_detector.c         if (motion_detector.start_time+motion_detector.msecs_before_trigger < tick)