Searched refs:timems (Results 1 – 1 of 1) sorted by relevance
533 u_int32_t timems; in au_to_file() local545 timems = tm.tv_usec / 1000; in au_to_file()549 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_file()1462 u_int32_t timems; in au_to_header32_ex_tm() local1489 timems = tm.tv_usec / 1000; in au_to_header32_ex_tm()1492 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_ex_tm()1511 u_int32_t timems; in au_to_header32_tm() local1522 timems = tm.tv_usec / 1000; in au_to_header32_tm()1525 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_tm()1536 u_int32_t timems; in au_to_header64_tm() local[all …]