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

/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/OlsonDB/
H A DZone.pm153 if ( $self->{earliest} )
155 die "There can only be one earliest time zone change!";
159 $self->{earliest} = $change;
169 sub last_change { return unless @{ $_[0]->{changes} } || $_[0]->{earliest};
172 $_[0]->{earliest} ); }
174 sub sorted_changes { ( ( defined $_[0]->{earliest} ? $_[0]->{earliest} : () ),
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_work.c53 hrtime_t earliest = INT64_MAX; local
72 if (*((hrtime_t *)a) + interval < earliest)
73 earliest = *((hrtime_t *)a) + interval;
80 if (earliest < now) {
85 tv.tv_sec = (earliest - now) / NANOSEC;
86 tv.tv_nsec = (earliest - now) % NANOSEC;
/macosx-10.9.5/tcl-102/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificate.c3567 /* Return the earliest date on which all certificates in this chain are still
3571 CFAbsoluteTime earliest = certificate->_notAfter; local
3575 if (earliest > certificate->_notAfter)
3576 earliest = certificate->_notAfter;
3580 return earliest;
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duupoll.shar1076 X * That is because this time denotes the earliest point *after* which
/macosx-10.9.5/Heimdal-323.92.1/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 255 milliseconds