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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dtsc.h1 #include <asm-i386/tsc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_nw.c129 unsigned long tsc; local
154 mov tsc, eax local
157 asm volatile("rdtsc":"=A" (tsc));
160 RAND_add(&tsc, sizeof(tsc), 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dtimex.h10 #include <asm/tsc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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;

Completed in 730 milliseconds

123