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

12

/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Drand_nw.c135 unsigned long tsc; local
161 mov tsc, eax local
164 asm volatile("rdtsc":"=a"(tsc)::"edx");
167 RAND_add(&tsc, sizeof(tsc), 1);
/macosx-10.10/OpenSSL098-52/src/crypto/bf/
H A Dbfs.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/OpenSSL098-52/src/crypto/cast/
H A Dcasts.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Ddes3s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Ddess.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/OpenSSL098-52/src/crypto/md4/
H A Dmd4s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/OpenSSL098-52/src/crypto/md5/
H A Dmd5s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/
H A Drc4s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A Drc5s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/OpenSSL098-52/src/crypto/ripemd/asm/
H A Drips.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/OpenSSL098-52/src/crypto/sha/
H A Dsha1s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/OpenSSL098-52/src/times/x86/
H A Dbfs.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Dcasts.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Ddes3s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Ddess.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Dmd4s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Dmd5s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Drc4s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Dsha1s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/macosx-10.10/ntp-92/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.10/xnu-2782.1.97/osfmk/i386/
H A Drtclock_native.c48 #include <i386/tsc.h>
120 uint64_t tsc = rdtsc64(); local
130 lapic_set_tsc_deadline_timer(tsc + delta_tsc);
138 tsc, lapic_get_tsc_deadline_timer(),
H A Drtclock.c70 #include <i386/tsc.h>
118 * - the ratio of tsc to nanoseconds
143 uint64_t tsc = rdtsc64(); local
145 _pal_rtc_nanotime_store(tsc, base, rntp->scale, rntp->shift, rntp);
196 uint64_t tsc; local
199 tsc = rdtsc64();
200 oldnsecs = rntp->ns_base + _rtc_tsc_to_nanoseconds(tsc - rntp->tsc_base, rntp);
201 newnsecs = base + _rtc_tsc_to_nanoseconds(tsc - tsc_base, rntp);
H A Dlapic.c44 #include <i386/tsc.h>
H A DMakefile39 tsc.h \
H A Dpal_routines.h170 uint64_t tsc,

Completed in 305 milliseconds

12