Home
last modified time | relevance | path

Searched refs:from_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
179 if (!julian_adj(from, 0, 0, &from_jd, &from_sec)) { in OPENSSL_gmtime_diff()
187 diff_sec = to_sec - from_sec; in OPENSSL_gmtime_diff()
/external/valgrind/coregrind/m_debuginfo/
Dstorage.c1598 const HChar** from_sec = from->sec_names; in add_DiSym_names_to_from() local
1600 if (from_sec) { in add_DiSym_names_to_from()
1601 while (*from_sec) { in add_DiSym_names_to_from()
1603 from_sec++; in add_DiSym_names_to_from()
1618 from_sec = from->sec_names; in add_DiSym_names_to_from()
1628 if (from_sec) { in add_DiSym_names_to_from()
1629 while (*from_sec) { in add_DiSym_names_to_from()
1630 new_sec[i++] = *from_sec; in add_DiSym_names_to_from()
1631 from_sec++; in add_DiSym_names_to_from()