Home
last modified time | relevance | path

Searched refs:getisax (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/
Dsparcv9cap.c141 extern unsigned int getisax(unsigned int vec[], unsigned int sz) __attribute__ ((weak));
143 #pragma weak getisax macro
144 extern unsigned int getisax(unsigned int vec[], unsigned int sz);
146 static unsigned int (*getisax) (unsigned int vec[], unsigned int sz) = NULL; variable
169 if (getisax != NULL) { in OPENSSL_cpuid_setup()
172 if (getisax (vec,2)) { in OPENSSL_cpuid_setup()
/third_party/pixman/pixman/
Dpixman-x86.c56 if (getisax (&result, 1)) in detect_cpu_features()
/third_party/pixman/
Dmeson.build446 funcs = ['sigaction', 'alarm', 'mprotect', 'getpagesize', 'mmap', 'getisax', 'gettimeofday']
Dconfigure.ac76 AC_CHECK_FUNCS([getisax])