Searched refs:timems (Results 1 – 1 of 1) sorted by relevance
586 u_int32_t timems; in au_to_file() local594 timems = tm.tv_usec/1000; in au_to_file()598 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_file()1443 u_int32_t timems; in au_to_header32_tm() local1454 timems = tm.tv_usec/1000; in au_to_header32_tm()1457 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_tm()1479 u_int32_t timems; in au_to_header32_ex_tm() local1501 timems = tm.tv_usec/1000; in au_to_header32_ex_tm()1515 u_int32_t timems; in au_to_header64_tm() local1526 timems = tm.tv_usec/1000; in au_to_header64_tm()[all …]