Searched refs:TIME_SS_OFFSET (Results 1 – 1 of 1) sorted by relevance
52 #define TIME_SS_OFFSET 6 macro70 time_ss = ((time_string[TIME_SS_OFFSET] - '0') * 10) + in time_string_to_seconds()71 (time_string[TIME_SS_OFFSET + 1] - '0'); in time_string_to_seconds()