OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uarch
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
armcap.c
296
char
uarch
[64];
local
298
size_t len = sizeof(
uarch
);
299
if ((sysctlbyname("machdep.cpu.brand_string",
uarch
, &len, NULL, 0) == 0) && ((strncmp(
uarch
, "Apple M1", 8) == 0) || (strncmp(
uarch
, "Apple M2", 8) == 0) || (strncmp(
uarch
, "Apple M3", 8) == 0) || (strncmp(
uarch
, "Apple M4", 8) == 0))) {
Completed in 18 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026