Home
last modified time | relevance | path

Searched refs:hundr_secs (Results 1 – 3 of 3) sorted by relevance

/dports/audio/mp3splt-gtk/mp3splt-gtk-0.9.2/src/
H A Dsnackamp_control.c568 gint hundr_secs = hundr_secs_pos % 100; in snackamp_jump() local
569 if (hundr_secs == 1) in snackamp_jump()
571 hundr_secs = 0; in snackamp_jump()
575 gfloat total_pos = hundr_secs + secs * 100; in snackamp_jump()
589 gint hundr_secs = get_integer_from_string(result) * 1000; in snackamp_get_total_time() local
592 return hundr_secs; in snackamp_get_total_time()
H A Dsplitpoints_window.c71 (hundr_secs == tree_hundr_secs) && in check_if_splitpoint_does_not_exists()
754 (new_point.hundr_secs == old_point.hundr_secs)) in update_splitpoint()
849 new_point.hundr_secs = old_point.hundr_secs; in cell_edited_event()
866 new_point.hundr_secs = old_point.hundr_secs; in cell_edited_event()
883 new_point.hundr_secs = atoi(new_text); in cell_edited_event()
885 if (new_point.hundr_secs < 0) in cell_edited_event()
887 new_point.hundr_secs = 0; in cell_edited_event()
889 if (new_point.hundr_secs > 99) in cell_edited_event()
891 new_point.hundr_secs = 99; in cell_edited_event()
1658 new_point.hundr_secs = old_point.hundr_secs; in toggled_splitpoint_event()
[all …]
H A Dui_types.h79 gint hundr_secs; member