Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
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.c1599 const HChar** to_sec = to->sec_names; in add_DiSym_names_to_from() local
1608 if (to_sec) { in add_DiSym_names_to_from()
1609 while (*to_sec) { in add_DiSym_names_to_from()
1611 to_sec++; in add_DiSym_names_to_from()
1621 to_sec = to->sec_names; in add_DiSym_names_to_from()
1623 if (to_sec) { in add_DiSym_names_to_from()
1624 while (*to_sec) { in add_DiSym_names_to_from()
1625 new_sec[i++] = *to_sec; in add_DiSym_names_to_from()
1626 to_sec++; in add_DiSym_names_to_from()