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