Searched refs:centiseconds (Results 1 – 2 of 2) sorted by relevance
118 *dest_usec = src.centiseconds * 10000 + src.hundredsOfMicroseconds * 100 + src.microseconds; in udf_stamp_to_time()167 dest->centiseconds = tv_usec / 10000; in udf_time_to_stamp()168 dest->hundredsOfMicroseconds = (tv_usec - dest->centiseconds * 10000) / 100; in udf_time_to_stamp()169 dest->microseconds = (tv_usec - dest->centiseconds * 10000 - in udf_time_to_stamp()
70 uint8_t centiseconds; member