Searched refs:bs (Results 1 – 2 of 2) sorted by relevance
32 time_t bs = b.tv_sec; in timespec_add() local41 if (!INT_ADD_WRAPV (bs, 1, &bs1)) in timespec_add()42 bs = bs1; in timespec_add()49 if (INT_ADD_WRAPV (rs, bs, &rs)) in timespec_add()51 if (bs < 0) in timespec_add()
33 time_t bs = b.tv_sec; in timespec_sub() local41 if (!INT_ADD_WRAPV (bs, 1, &bs1)) in timespec_sub()42 bs = bs1; in timespec_sub()49 if (INT_SUBTRACT_WRAPV (rs, bs, &rs)) in timespec_sub()51 if (0 < bs) in timespec_sub()
Completed in 4 milliseconds