Home
last modified time | relevance | path

Searched refs:bs1 (Results 1 – 2 of 2) sorted by relevance

/support/
A Dtimespec-add.c40 time_t bs1; in timespec_add() local
41 if (!INT_ADD_WRAPV (bs, 1, &bs1)) in timespec_add()
42 bs = bs1; in timespec_add()
A Dtimespec-sub.c40 time_t bs1; in timespec_sub() local
41 if (!INT_ADD_WRAPV (bs, 1, &bs1)) in timespec_sub()
42 bs = bs1; in timespec_sub()

Completed in 5 milliseconds