Searched refs:time2 (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DCoreMediaSoftLinking.h41 SOFT_LINK_DLL_IMPORT(CoreMedia, CMTimeCompare, int32_t, __cdecl, (CMTime time1, CMTime time2), (time1, time2))
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTimer.h82 inline static SInt32 CompareDeadlines ( AbsoluteTime time1, AbsoluteTime time2 );
H A DSCSIParallelTimer.cpp195 SCSIParallelTimer::CompareDeadlines ( AbsoluteTime time1, AbsoluteTime time2 )
198 return CMP_ABSOLUTETIME ( &time1, &time2 );
/macosx-10.9.5/xnu-2422.115.4/tools/tests/superpages/
H A Dmeasure_tlbs.c109 uint64_t time1, time2, time3, time4; local
117 time1=time2=time3=time4=-1;
119 time2 = testt(FALSE, mode, 0, kb); // read base
122 printf("; %lld; %lld; %lld; %lld", time1, time2, time3, time4);
/macosx-10.9.5/ntp-88/libntp/
H A Dmktime.c177 time2( function
271 t = time2(tmp, &okay, 1);
297 t = time2(tmp, &okay, 0);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A Dsc-130-resignationticket.c65 CFTimeInterval time2 = CFDateGetTimeIntervalSinceDate(during, after); local
68 if(time2 >= 0.0) return false;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos13.tcl34 set time2 [clock milliseconds]
55 puts "Plotting a line with 1000 symbols (crosses): [expr {$time2-$time1}] ms"
56 puts "Time to display: [expr {$time3-$time2}] ms"
/macosx-10.9.5/CPANInternal-140/Text-WordDiff/t/
H A Dansicolor.t47 my $time2 = localtime( (stat $filename2)[9] );
48 my $header = "--- $filename1\t$time1\n+++ $filename2\t$time2\n";
H A Dhtml.t46 my $time2 = localtime( (stat $filename2)[9] );
48 . qq{+++ $filename2\t$time2\n</span>};
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A Dreadtest.c283 TimeRecord time1, time2; local
297 err = IDHGetDeviceTime(theInst, &time2);
301 time2.scale, time2.value.hi, time2.value.lo);
302 printf("Delta is %d.%d\n", time2.value.hi-time1.value.hi, time2.value.lo-time1.value.lo);
303 time1 = time2;
H A Ddevicetest.c365 TimeRecord time1, time2;
368 err = IDHGetDeviceTime(theInst, &time2);
369 if(time2.value.lo > time1.value.lo+1) {
372 //printf("read device time2, scale: %d, time 0x%x:0x%x\n",
373 // time2.scale, time2.value.hi, time2.value.lo);
375 printf("Diff is %d\n", time2.value.lo-time1.value.lo);
/macosx-10.9.5/CPANInternal-140/Text-WordDiff-0.08/t/
H A Dansicolor.t45 my $time2 = localtime( (stat $filename2)[9] );
46 my $header = "--- $filename1\t$time1\n+++ $filename2\t$time2\n";
H A Dhtml.t44 my $time2 = localtime( (stat $filename2)[9] );
46 . qq{+++ $filename2\t$time2\n</span>};
H A Dhtmltwolines.t48 my $time2 = localtime( (stat $filename2)[9] );
50 my $header2 = qq{<span class="fileheader">+++ $filename2 $time2</span>};
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioParamTimeline.cpp219 double time2 = nextEvent ? nextEvent->time() : endTime + 1; local
221 double deltaTime = time2 - time1;
225 double fillToTime = min(endTime, time2);
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dversionvfs.tcl540 set time2 [lindex [split $element2 \;] 1]
542 if {$time2 > $time1} {set time $time2}
552 if {$time1 > $time} {set time1 [expr $time2 - 1]}
553 if {($time2 <= $time) && ($time2 > $time1)} {set returnValue 1}
582 if {$project2 && !$project1 && ($time2 <= $time)} {set returnValue 1}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dfourier.tcl343 set time2 [time {
358 $time1 $time2 [expr {sqrt($err/$points)}]]
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dicalendar.el505 (defun icalendar--add-decoded-times (time1 time2)
511 (+ (nth 0 time1) (nth 0 time2))
512 (+ (nth 1 time1) (nth 1 time2))
513 (+ (nth 2 time1) (nth 2 time2))
514 (+ (nth 3 time1) (nth 3 time2))
515 (+ (nth 4 time1) (nth 4 time2))
516 (+ (nth 5 time1) (nth 5 time2))
519 ;;(or (nth 6 time1) (nth 6 time2)) ;; FIXME?
/macosx-10.9.5/ruby-104/ruby/
H A Dtime.c3401 time_cmp(VALUE time1, VALUE time2) argument
3407 if (IsTimeval(time2)) {
3408 GetTimeval(time2, tobj2);
3412 return rb_invcmp(time1, time2);
3428 time_eql(VALUE time1, VALUE time2) argument
3433 if (IsTimeval(time2)) {
3434 GetTimeval(time2, tobj2);
3788 time_plus(VALUE time1, VALUE time2) argument
3793 if (IsTimeval(time2)) {
3796 return time_add(tobj, time2,
3815 time_minus(VALUE time1, VALUE time2) argument
[all...]
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dutils.c667 rtime_t time1, time2; local
672 time2 = rtime ();
673 timer = rdifftime (time2, time1);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dpac.c610 uint32_t time1, time2; local
623 CHECK(ret, krb5_ret_uint32(sp, &time2), out);
628 t2 = ((uint64_t)time2 << 32) | time1;
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c166 static time_t time2(struct tm *tmp,
1859 time2(tmp, funcp, offset, okayp) function
1894 t = time2(tmp, funcp, offset, &okay);
1938 t = time2(tmp, funcp, offset, &okay);
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c232 static time_t time2(struct tm *tmp,
2202 time2(tmp, funcp, offset, okayp, unix03) function
2247 t = time2(tmp, funcp, offset, &okay, unix03);
2291 t = time2(tmp, funcp, offset, &okay, unix03);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Darc-mode.el1419 (time2 (archive-l-e (+ p 17) 2)) ;and UNIX format in level 2 header.)
1502 (archive-unixdate time1 time2) ;level 2 header in UNIX format
1503 (archive-dosdate time2))) ;level 0 and 1 header in DOS format
1505 (archive-unixtime time1 time2)
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtzrulets.cpp1207 UDate time2 = getUTCMillis(2015, UCAL_JULY, 4); local
1331 b1 = a3->getNextStart(time2, -3*HOUR, 0, FALSE, d1);
1336 b2 = a3->getPreviousStart(time2, -3*HOUR, 0, FALSE, d2);
1518 UDate time2 = getUTCMillis(2000, UCAL_JUNE, 1); local
1609 avail2 = stz1->getNextTransition(time2, FALSE, tzt2); // transition after 2000-06-01
1755 UDate time2 = getUTCMillis(2020, UCAL_JANUARY, 1); local
1756 UBool equiv = vtz->hasEquivalentTransitions(*otz, time1, time2, FALSE, status);

Completed in 342 milliseconds

12