get_tick_count    211 core/action_stack.c     unsigned t = get_tick_count();
get_tick_count    391 core/action_stack.c     if (get_tick_count() >= timeout)
get_tick_count    413 core/action_stack.c     action_push(get_tick_count() + 5000);
get_tick_count     82 core/console.c     long t = get_tick_count();
get_tick_count    141 core/console.c     console_last_modified = get_tick_count();
get_tick_count    187 core/console.c     console_last_modified = get_tick_count();
get_tick_count   2564 core/gui.c         gui_helper_displayat = get_tick_count() + (conf.show_alt_helper_delay * 1000);
get_tick_count   2571 core/gui.c             if (gui_helper_displayat <= get_tick_count())
get_tick_count   2576 core/gui.c         if ((conf.show_alt_helper == 0) || (gui_helper_displayat > get_tick_count()))
get_tick_count   2711 core/gui.c         int t=get_tick_count();
get_tick_count    537 core/gui_draw.c     int t=get_tick_count() + ms;
get_tick_count    546 core/gui_draw.c     return (draw_restore_suspend_tick > get_tick_count());
get_tick_count    568 core/gui_osd.c             init_time  = get_tick_count();
get_tick_count    575 core/gui_osd.c             elapsed = (int) ( get_tick_count() - init_time ) / 1000;
get_tick_count    581 core/gui_osd.c             elapsed = (int) ( get_tick_count() - init_time ) / 1000;
get_tick_count     29 core/kbd_process.c 		last_kbd_time = get_tick_count();
get_tick_count     36 core/kbd_process.c 			t = get_tick_count();
get_tick_count     92 core/kbd_process.c             if (get_tick_count() >= (int)(camera_info.perf.md_detect_tick + camera_info.perf.md_af_on_delay))
get_tick_count     99 core/kbd_process.c             if (get_tick_count() >= (int)(camera_info.perf.md_detect_tick + camera_info.perf.md_af_on_delay + camera_info.perf.md_af_on_time))
get_tick_count    119 core/kbd_process.c         camera_info.state.kbd_last_clicked_time = get_tick_count();
get_tick_count    305 core/lib_thumb.c             pending_screenerase = get_tick_count() + 50; // arbitrary 50msec delay
get_tick_count    313 core/lib_thumb.c     pending_screenerase = get_tick_count() + 10; // arbitrary 10msec delay
get_tick_count    326 core/lib_thumb.c     if (pending_screenerase && (get_tick_count()>=pending_screenerase) && !draw_is_suspended()) {
get_tick_count     37 core/main.c        memdmptick = get_tick_count() + memdmp_delay * 1000;
get_tick_count    203 core/main.c            camera_info.tick_count_offset = get_tick_count();
get_tick_count    274 core/main.c            if ( memdmptick && ((unsigned)get_tick_count() >= memdmptick) )
get_tick_count    162 core/raw.c         int timer=get_tick_count();
get_tick_count    180 core/raw.c             timer=get_tick_count()-timer;
get_tick_count    286 core/script.c      camera_info.state.kbd_last_checked_time = get_tick_count();
get_tick_count     86 core/shooting.c     avb_ts = get_tick_count();
get_tick_count     46 core/usb_input.c     current_time = get_tick_count();
get_tick_count    113 core/usb_input.c     current_time = get_tick_count() ;
get_tick_count    210 core/usb_input.c     current_time = get_tick_count() ;
get_tick_count     49 core/usb_module.c     current_time = get_tick_count();
get_tick_count    507 core/usb_module.c     current_time = get_tick_count() ;
get_tick_count    125 core/usb_remote.c     debug_rec_buf[debug_num_rec].tick = get_tick_count();
get_tick_count    189 core/usb_remote.c     int t0 = get_tick_count();
get_tick_count    191 core/usb_remote.c     int t = get_tick_count() - t0;
get_tick_count    276 core/usb_remote.c                 camera_info.state.kbd_last_clicked_time = get_tick_count(); // store key release time too
get_tick_count    475 core/usb_remote.c                     sprintf(buf,"RMT=%d drv=%d lgc=%d  sync=%d  tmo=%d  ", usb_remote_active, driver_state, logic_module_state, usb_sync_wait_flag, (bracketing_timeout?bracketing_timeout-get_tick_count():0));
get_tick_count    103 core/usb_sync.c         tick = get_tick_count();              // timestamp so we don't hang here forever if something goes wrong
get_tick_count    109 core/usb_sync.c         do { }  while( get_remote_state() &&  ((int)get_tick_count()-tick < DELAY_TIMEOUT));
get_tick_count    147 core/usb_sync.c         do { }  while( get_remote_state() &&  ((int)get_tick_count()-tick < DELAY_TIMEOUT));
get_tick_count      9 include/clock.h extern long get_tick_count();
get_tick_count     44 include/platform.h #define DBGPRINTF(fmt,args...) dbg_printf("%08d DBG:" fmt,get_tick_count(), ##args)
get_tick_count    307 lib/ubasic/ubasic.c     r = get_tick_count();     
get_tick_count    357 lib/ubasic/ubasic.c     srand((int)shooting_get_bv96()+(unsigned short)stat_get_vbatt()+get_tick_count());
get_tick_count   1665 lib/ubasic/ubasic.c     if (get_tick_count() >= action_top(2))
get_tick_count   1680 lib/ubasic/ubasic.c         return delay + get_tick_count();
get_tick_count   1971 lib/ubasic/ubasic.c     if ((get_tick_count() >= action_top(2)) || camera_info.state.kbd_last_clicked)
get_tick_count   2742 lib/ubasic/ubasic.c     unsigned start_tick = get_tick_count();
get_tick_count   2782 lib/ubasic/ubasic.c     } while (lines < yield_max_lines && get_tick_count() - start_tick < yield_max_ms);
get_tick_count     79 modules/dbg_dump.c         pb->h.tick = get_tick_count();
get_tick_count    749 modules/dng.c          subsectime = (get_tick_count() - camera_info.tick_count_offset) % 1000;
get_tick_count    123 modules/exmem_inspector.c     int gtc = get_tick_count();
get_tick_count    145 modules/games/gui_reversi.c     srand(get_tick_count());
get_tick_count    267 modules/games/gui_tetris.c long platformGetSystemTime() { return get_tick_count(); }
get_tick_count    331 modules/gui_bench.c     t = get_tick_count();
get_tick_count    345 modules/gui_bench.c     t = get_tick_count() - t;
get_tick_count    364 modules/gui_bench.c     t = get_tick_count();
get_tick_count    376 modules/gui_bench.c     t = get_tick_count() - t;
get_tick_count    395 modules/gui_bench.c         t = get_tick_count();
get_tick_count    408 modules/gui_bench.c         t = get_tick_count() - t;
get_tick_count    428 modules/gui_bench.c         t = get_tick_count();
get_tick_count    441 modules/gui_bench.c         t = get_tick_count() - t;
get_tick_count    570 modules/gui_bench.c                 t = get_tick_count();
get_tick_count    572 modules/gui_bench.c                 t = get_tick_count() - t;
get_tick_count    582 modules/gui_bench.c                 t = get_tick_count();
get_tick_count    584 modules/gui_bench.c                 t = get_tick_count() - t;
get_tick_count    596 modules/gui_bench.c                     t = get_tick_count();
get_tick_count    599 modules/gui_bench.c                     t = get_tick_count() - t;
get_tick_count    613 modules/gui_bench.c                     t = get_tick_count();
get_tick_count    616 modules/gui_bench.c                     t = get_tick_count() - t;
get_tick_count     89 modules/gui_read.c     last_time = get_tick_count();
get_tick_count    135 modules/gui_read.c     if (conf.reader_autoscroll && !pause && get_tick_count()-last_time >= conf.reader_autoscroll_delay*1000 && (conf.reader_pos+read_on_screen)<read_file_size)
get_tick_count    244 modules/gui_read.c         last_time = get_tick_count();
get_tick_count    279 modules/gui_read.c             last_time = get_tick_count();
get_tick_count    198 modules/luascript.c     if(run_hook_count >= yield_max_count || (unsigned)(get_tick_count() - run_start_tick) >= yield_max_ms)
get_tick_count    320 modules/luascript.c     run_start_tick = get_tick_count();
get_tick_count    451 modules/luascript.c     if (get_tick_count() >= action_top(2))
get_tick_count    466 modules/luascript.c         return delay + get_tick_count();
get_tick_count    694 modules/luascript.c   lua_pushnumber( L, get_tick_count() );
get_tick_count   1099 modules/luascript.c     if ((get_tick_count() >= action_top(2)) || camera_info.state.kbd_last_clicked)
get_tick_count   2431 modules/luascript.c     if ((get_tick_count() >= action_top(2)) || msg)
get_tick_count   2453 modules/luascript.c     if ((get_tick_count() >= action_top(3)) || r)
get_tick_count   2835 modules/luascript.c     FUNC(get_tick_count)
get_tick_count     79 modules/module_exportlist.c             get_tick_count
get_tick_count    354 modules/module_load.c         sprintf(buf,"%8d,LD,%08x,%s\n",get_tick_count(),adr,name);
get_tick_count    367 modules/module_load.c         sprintf(buf,"%8d,UN,        ,%s\n",get_tick_count(),name);
get_tick_count    125 modules/motion_detector.c     t->last = get_tick_count() - t->tick_count;
get_tick_count    143 modules/motion_detector.c             camera_info.perf.af_led.tick_count = get_tick_count();
get_tick_count    156 modules/motion_detector.c             camera_info.perf.md_detect_tick = get_tick_count();
get_tick_count    330 modules/motion_detector.c     motion_detector.start_time=get_tick_count();
get_tick_count    613 modules/motion_detector.c     tick = get_tick_count();
get_tick_count    745 modules/motion_detector.c         motion_detector.start_time = get_tick_count();
get_tick_count    129 modules/scrdump.c     unsigned next_action_tick = get_tick_count();
get_tick_count    140 modules/scrdump.c                 next_action_tick = (unsigned)get_tick_count() + settings.start_delay;
get_tick_count    153 modules/scrdump.c             if(next_action_tick <= (unsigned)get_tick_count()) {
get_tick_count    163 modules/scrdump.c             unsigned t = (unsigned)get_tick_count();
get_tick_count    179 modules/scrdump.c             next_action_tick =  (unsigned)get_tick_count() + 100;
get_tick_count    182 modules/scrdump.c         unsigned now = (unsigned)get_tick_count();
get_tick_count     36 platform/generic/capt_seq.c         int tc = get_tick_count() + PAUSE_FOR_FILE_COUNTER;
get_tick_count     37 platform/generic/capt_seq.c         while ((get_file_counter() == fc) && (get_tick_count() < tc)) {
get_tick_count     93 platform/generic/capt_seq.c  camera_info.state.shutter_open_tick_count = get_tick_count();
get_tick_count    428 platform/generic/wrappers.c     int t = get_tick_count();
get_tick_count    439 platform/generic/wrappers.c     t = get_tick_count() - t;
get_tick_count    996 platform/generic/wrappers.c     camera_info.tick_count_offset = get_tick_count() % 1000; 
get_tick_count     17 platform/sx130is/sub/101c/capt_seq.c     camera_info.state.shutter_open_tick_count = get_tick_count();
get_tick_count     17 platform/sx130is/sub/101d/capt_seq.c     camera_info.state.shutter_open_tick_count = get_tick_count();
get_tick_count     17 platform/sx130is/sub/101f/capt_seq.c     camera_info.state.shutter_open_tick_count = get_tick_count();
get_tick_count     22 platform/sx150is/sub/100a/capt_seq.c     camera_info.state.shutter_open_tick_count = get_tick_count();
get_tick_count     19 platform/sx150is/sub/capt_seq_hdr.c     camera_info.state.shutter_open_tick_count = get_tick_count();