Searched refs:tsc (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/ntp-88/util/
H A Dpps-api.c31 Chew(struct timespec *tsa, struct timespec *tsc, unsigned sa, unsigned sc) argument
37 printf("%d.%09d ", tsc->tv_sec, tsc->tv_nsec);
40 ts = *tsc;
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Drtclock_native.c49 #include <i386/tsc.h>
114 uint64_t tsc = rdtsc64(); local
124 lapic_set_tsc_deadline_timer(tsc + delta_tsc);
132 tsc, lapic_get_tsc_deadline_timer(),
H A Drtclock.c71 #include <i386/tsc.h>
134 * - the ratio of tsc to nanoseconds
159 uint64_t tsc = rdtsc64(); local
161 _pal_rtc_nanotime_store(tsc, base, rntp->scale, rntp->shift, rntp);
212 uint64_t tsc; local
215 tsc = rdtsc64();
216 oldnsecs = rntp->ns_base + _rtc_tsc_to_nanoseconds(tsc - rntp->tsc_base, rntp);
217 newnsecs = base + _rtc_tsc_to_nanoseconds(tsc - tsc_base, rntp);
H A DMakefile37 tsc.h \
H A Dlapic.c44 #include <i386/tsc.h>
H A Dpal_routines.h170 uint64_t tsc,
H A Dacpi.c53 #include <i386/tsc.h>
398 * unless overridden by sysctl -w tsc.deep_idle_rebase=0
H A Dtsc.c33 * File: i386/tsc.c
59 #include <i386/tsc.h>
240 * The tsc granularity is also called the "bus ratio". If the N/2 bit
H A Dhpet.c55 #include <i386/tsc.h>
H A Di386_init.c100 #include <i386/tsc.h>
H A DDiagnostics.c70 #include <i386/tsc.h>
H A Dlapic_native.c54 #include <i386/tsc.h>
H A Dmachine_routines.c46 #include <i386/tsc.h>
H A DpmCPU.c53 #include <i386/tsc.h>
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap_pcid.c31 #include <i386/tsc.h>
H A Dpmap.c134 #include <i386/tsc.h>
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/commpage/
H A Dcommpage.c54 #include <i386/tsc.h>
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dsysctl.c34 #include <i386/tsc.h>
733 SYSCTL_NODE(_machdep, OID_AUTO, tsc, CTLFLAG_RD|CTLFLAG_LOCKED, NULL, "Timestamp counter parameters");
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp174 #include <i386/tsc.h>
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim1151 au BufNewFile,BufRead *.isc,*.monk,*.ssc,*.tsc setf monk
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c116757 TermSelect tsc; /* Object for pair-wise doclist merging */ local
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm1391 $add_option->( 'tee-side-comments', 'tsc', '!' );
2943 -tsc tee side comments
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1711 $add_option->( 'tee-side-comments', 'tsc', '!' );
3483 -tsc tee side comments
[all...]

Completed in 718 milliseconds