Home
last modified time | relevance | path

Searched refs:centiseconds (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/udf/
Dudftime.c118 *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()
Decma_167.h70 uint8_t centiseconds; member