Searched defs:GetTSC (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/des/
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);
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);
/external/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);
/external/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);
/external/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);

Completed in 551 milliseconds