Lines Matching refs:timems
533 u_int32_t timems; in au_to_file() local
545 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() local
1489 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() local
1522 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
1547 timems = tm.tv_usec / 1000; in au_to_header64_tm()
1550 ADD_U_INT64(dptr, timems); /* We need time in ms. */ in au_to_header64_tm()