OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPENSSL_ia32cap_P
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c
682
unsigned int
OPENSSL_ia32cap_P
[2];
686
* If 32-bit application pulls address of
OPENSSL_ia32cap_P
[0]
690
OPENSSL_ia32cap_P
[1]=0;
691
return (unsigned long *)
OPENSSL_ia32cap_P
;
727
OPENSSL_ia32cap_P
[0] = (unsigned int)vec|(1<<10);
728
OPENSSL_ia32cap_P
[1] = (unsigned int)(vec>>32);
/external/openssl/crypto/
cryptlib.c
668
unsigned int
OPENSSL_ia32cap_P
[2];
672
* If 32-bit application pulls address of
OPENSSL_ia32cap_P
[0]
676
OPENSSL_ia32cap_P
[1]=0;
677
return (unsigned long *)
OPENSSL_ia32cap_P
;
713
OPENSSL_ia32cap_P
[0] = (unsigned int)vec|(1<<10);
714
OPENSSL_ia32cap_P
[1] = (unsigned int)(vec>>32);
Completed in 9308 milliseconds