Searched refs:vecx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcryptlib.c706 unsigned int vecx; local
709 vecx = strtoul(env + off, NULL, 0);
711 OPENSSL_ia32cap_P[2] &= ~vecx;
713 OPENSSL_ia32cap_P[2] = vecx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcryptlib.c706 unsigned int vecx; local
709 vecx = strtoul(env + off, NULL, 0);
711 OPENSSL_ia32cap_P[2] &= ~vecx;
713 OPENSSL_ia32cap_P[2] = vecx;

Completed in 117 milliseconds