Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dtime_support.c182 int from_sec, to_sec, diff_sec; in OPENSSL_gmtime_diff() local
188 if (!julian_adj(to, 0, 0, &to_jd, &to_sec)) { in OPENSSL_gmtime_diff()
193 diff_sec = to_sec - from_sec; in OPENSSL_gmtime_diff()
/external/valgrind/coregrind/m_debuginfo/
Dstorage.c1583 const HChar** to_sec = to->sec_names; in add_DiSym_names_to_from() local
1592 if (to_sec) { in add_DiSym_names_to_from()
1593 while (*to_sec) { in add_DiSym_names_to_from()
1595 to_sec++; in add_DiSym_names_to_from()
1605 to_sec = to->sec_names; in add_DiSym_names_to_from()
1607 if (to_sec) { in add_DiSym_names_to_from()
1608 while (*to_sec) { in add_DiSym_names_to_from()
1609 new_sec[i++] = *to_sec; in add_DiSym_names_to_from()
1610 to_sec++; in add_DiSym_names_to_from()