Searched refs:timems (Results 1 – 2 of 2) sorted by relevance
583 u_int32_t timems; in au_to_file() local591 timems = tm.tv_usec/1000; in au_to_file()595 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_file()1440 u_int32_t timems; in au_to_header32_tm() local1451 timems = tm.tv_usec/1000; in au_to_header32_tm()1454 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_tm()1476 u_int32_t timems; in au_to_header32_ex_tm() local1498 timems = tm.tv_usec/1000; in au_to_header32_ex_tm()1501 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_ex_tm()1512 u_int32_t timems; in au_to_header64_tm() local[all …]
659 u_int32_t timems; in au_to_file() local669 timems = tm.tv_usec/1000; in au_to_file()673 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_file()1470 u_int32_t timems; in au_to_header32_tm() local1483 timems = tm.tv_usec/1000; in au_to_header32_tm()1486 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_tm()1508 u_int32_t timems; in au_to_header32_ex_tm() local1531 timems = tm.tv_usec/1000; in au_to_header32_ex_tm()1534 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_ex_tm()1545 u_int32_t timems; in au_to_header64_tm() local[all …]