Searched refs:bs1 (Results 1 – 2 of 2) sorted by relevance
40 time_t bs1; in timespec_add() local41 if (!INT_ADD_WRAPV (bs, 1, &bs1)) in timespec_add()42 bs = bs1; in timespec_add()
40 time_t bs1; in timespec_sub() local41 if (!INT_ADD_WRAPV (bs, 1, &bs1)) in timespec_sub()42 bs = bs1; in timespec_sub()
Completed in 5 milliseconds