OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IA32CAP
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
cpuid.c
92
typedef uint64_t
IA32CAP
;
97
IA32CAP
OPENSSL_ia32_cpuid(unsigned int *);
98
IA32CAP
vec;
112
IA32CAP
mask = vec;
123
vec &= ~((
IA32CAP
)(1 << 1 | 1 << 11 | 1 << 25 | 1 << 28) << 32);
136
IA32CAP
vecx;
/src/crypto/external/bsd/openssl/dist/crypto/
cpuid.c
93
typedef uint64_t
IA32CAP
;
98
IA32CAP
OPENSSL_ia32_cpuid(unsigned int *);
99
IA32CAP
vec;
112
IA32CAP
mask = vec;
123
vec &= ~((
IA32CAP
)(1<<1|1<<11|1<<25|1<<28) << 32);
130
IA32CAP
vecx;
/src/crypto/external/bsd/openssl.old/dist/crypto/
cryptlib.c
95
typedef uint64_t
IA32CAP
;
100
IA32CAP
OPENSSL_ia32_cpuid(unsigned int *);
101
IA32CAP
vec;
114
IA32CAP
mask = vec;
125
vec &= ~((
IA32CAP
)(1<<1|1<<11|1<<25|1<<28) << 32);
132
IA32CAP
vecx;
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026