time_stamp         43 core/usb_input.c     static int time_stamp = 0 ;
time_stamp         59 core/usb_input.c                 time_stamp = current_time ;
time_stamp         65 core/usb_input.c                 if ( current_time - time_stamp > DEBOUNCE_TIME )        // debounce
time_stamp         69 core/usb_input.c                     time_stamp = current_time ;
time_stamp         80 core/usb_input.c                 if ( current_time - time_stamp > DEBOUNCE_TIME )        // debounce
time_stamp         84 core/usb_input.c                     time_stamp = current_time ;
time_stamp         89 core/usb_input.c             if ( current_time - time_stamp > FULL_PRESS_PULSE_TIME )
time_stamp        110 core/usb_input.c     static int time_stamp = 0 ;
time_stamp        125 core/usb_input.c                 time_stamp = current_time ;
time_stamp        131 core/usb_input.c                 if ( current_time - time_stamp > DEBOUNCE_TIME )        // debounce
time_stamp        135 core/usb_input.c                     time_stamp = current_time ;
time_stamp        146 core/usb_input.c                 if ( current_time - time_stamp > DEBOUNCE_TIME )        // debounce
time_stamp        149 core/usb_input.c                     time_stamp = current_time ;
time_stamp        156 core/usb_input.c                 if ( current_time - time_stamp > DEBOUNCE_TIME )        // debounce
time_stamp        160 core/usb_input.c                     time_stamp = current_time ;
time_stamp        165 core/usb_input.c                 if ( current_time - time_stamp > MAX_FULL_PRESS_DELAY ) // timeout if no second press
time_stamp        207 core/usb_input.c     static int time_stamp = 0 ;
time_stamp        222 core/usb_input.c                 time_stamp = current_time ;
time_stamp        229 core/usb_input.c                 time_stamp = current_time ;
time_stamp        231 core/usb_input.c             else if ( current_time - time_stamp > CA1_MAX_SHORT_PULSE_TIME )
time_stamp        242 core/usb_input.c             else if ( current_time - time_stamp > CA1_MAX_GAP_TIME)
time_stamp         45 core/usb_module.c     static int time_stamp = 0 ;
time_stamp         66 core/usb_module.c                     time_stamp = current_time ;
time_stamp         80 core/usb_module.c             if( (current_time - time_stamp) > REMOTE_CLICK_TIME )