Searched refs:TIME_MM_OFFSET (Results 1 – 1 of 1) sorted by relevance
51 #define TIME_MM_OFFSET 3 macro68 time_mm = ((time_string[TIME_MM_OFFSET] - '0') * 10) + in time_string_to_seconds()69 (time_string[TIME_MM_OFFSET + 1] - '0'); in time_string_to_seconds()