Home
last modified time | relevance | path

Searched refs:hundredsOfMicroseconds (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()
168 dest->hundredsOfMicroseconds = (tv_usec - dest->centiseconds * 10000) / 100; in udf_time_to_stamp()
170 dest->hundredsOfMicroseconds * 100); in udf_time_to_stamp()
Decma_167.h71 uint8_t hundredsOfMicroseconds; member