Home
last modified time | relevance | path

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

/glibc-2.36/support/
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()
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()
/glibc-2.36/ChangeLog.old/
DChangeLog.1113355 Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA