Searched refs:earliest (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_work.c58 hrtime_t earliest = INT64_MAX; local
77 if (*((hrtime_t *)a) + interval < earliest)
78 earliest = *((hrtime_t *)a) + interval;
85 if (earliest < now) {
90 tv.tv_sec = (earliest - now) / NANOSEC;
91 tv.tv_nsec = (earliest - now) % NANOSEC;
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DtclZIC.tcl927 # Find the rule with the earliest start time from among the
1056 # Find the rule in a rule set that has the earliest start time.
1075 set earliest $::MAXWIDE
1085 if {$secs < $earliest} {
1086 set earliest $secs
1092 return [list $earliest $earliestIdx]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c3401 /* Return the earliest date on which all certificates in this chain are still
3405 CFAbsoluteTime earliest = certificate->_notAfter; local
3409 if (earliest > certificate->_notAfter)
3410 earliest = certificate->_notAfter;
3414 return earliest;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c3401 /* Return the earliest date on which all certificates in this chain are still
3405 CFAbsoluteTime earliest = certificate->_notAfter; local
3409 if (earliest > certificate->_notAfter)
3410 earliest = certificate->_notAfter;
3414 return earliest;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c3401 /* Return the earliest date on which all certificates in this chain are still
3405 CFAbsoluteTime earliest = certificate->_notAfter; local
3409 if (earliest > certificate->_notAfter)
3410 earliest = certificate->_notAfter;
3414 return earliest;
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c3562 /* Return the earliest date on which all certificates in this chain are still
3566 CFAbsoluteTime earliest = certificate->_notAfter; local
3570 if (earliest > certificate->_notAfter)
3571 earliest = certificate->_notAfter;
3575 return earliest;
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Duupoll.shar1076 X * That is because this time denotes the earliest point *after* which
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex154 When I reviewed that single section of the book, in its very earliest form, I was very pleasantly surprised. So I decided to collaborate more fully,

Completed in 259 milliseconds