Searched refs:GetTSC (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bf/
H A Dbfs.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
49 GetTSC(s1);
53 GetTSC(e1);
54 GetTSC(s2);
59 GetTSC(e2);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/cast/
H A Dcasts.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
52 GetTSC(s1);
56 GetTSC(e1);
57 GetTSC(s2);
62 GetTSC(e2);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Ddes3s.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
49 GetTSC(s1);
53 GetTSC(e1);
54 GetTSC(s2);
59 GetTSC(e2);
H A Ddess.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
49 GetTSC(s1);
53 GetTSC(e1);
54 GetTSC(s2);
59 GetTSC(e2);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/md4/
H A Dmd4s.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
66 GetTSC(s1);
68 GetTSC(e1);
69 GetTSC(s2);
71 GetTSC(e2);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/md5/
H A Dmd5s.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
66 GetTSC(s1);
68 GetTSC(e1);
69 GetTSC(s2);
71 GetTSC(e2);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc4/
H A Drc4s.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
60 GetTSC(s1);
62 GetTSC(e1);
63 GetTSC(s2);
65 GetTSC(e2);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc5/
H A Drc5s.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
52 GetTSC(s1);
56 GetTSC(e1);
57 GetTSC(s2);
62 GetTSC(e2);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ripemd/asm/
H A Drips.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
70 GetTSC(s1);
72 GetTSC(e1);
73 GetTSC(s2);
75 GetTSC(e2);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/sha/
H A Dsha1s.cpp10 void GetTSC(unsigned long&);
11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
14 void GetTSC(unsigned long& tsc) function
23 void GetTSC(unsigned long& tsc) function
69 GetTSC(s1);
71 GetTSC(e1);
72 GetTSC(s2);
74 GetTSC(e2);

Completed in 121 milliseconds