Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dtime_support.c176 int from_sec, to_sec, diff_sec; in OPENSSL_gmtime_diff() local
182 if (!julian_adj(to, 0, 0, &to_jd, &to_sec)) { in OPENSSL_gmtime_diff()
187 diff_sec = to_sec - from_sec; in OPENSSL_gmtime_diff()
/external/valgrind/coregrind/m_debuginfo/
Dstorage.c1597 const HChar** to_sec = to->sec_names; in add_DiSym_names_to_from() local
1606 if (to_sec) { in add_DiSym_names_to_from()
1607 while (*to_sec) { in add_DiSym_names_to_from()
1609 to_sec++; in add_DiSym_names_to_from()
1619 to_sec = to->sec_names; in add_DiSym_names_to_from()
1621 if (to_sec) { in add_DiSym_names_to_from()
1622 while (*to_sec) { in add_DiSym_names_to_from()
1623 new_sec[i++] = *to_sec; in add_DiSym_names_to_from()
1624 to_sec++; in add_DiSym_names_to_from()