Home
last modified time | relevance | path

Searched defs:Mx (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcircularlyReferentialInterfaceAccessNoCrash.ts3 interface Mx<T, K> { interface
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c368 int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, unsigned int hash_len) in dpp_derive_k1()
1588 const u8 *Mx, size_t Mx_len, in dpp_pkex_derive_z()
1669 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; in dpp_reconfig_derive_ke_responder() local
1768 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; in dpp_reconfig_derive_ke_initiator() local
Ddpp_pkex.c35 u8 *Mx, *My; in dpp_pkex_build_exchange_req() local
Ddpp.h187 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; member
287 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DMatrix.cpp234 float Mx = M(1, 1) * v.x + M(1, 2) * v.y + M(1, 3) * v.z + M(1, 4) * v.w; in operator *() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h138 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; member
206 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; member
Ddpp.c1519 static int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, in dpp_derive_k1()
6903 BIGNUM *Mx = NULL, *My = NULL; in dpp_pkex_build_exchange_req() local
7168 const u8 *Mx, size_t Mx_len, in dpp_pkex_derive_z()
7268 BIGNUM *Mx = NULL, *My = NULL; in dpp_pkex_rx_exchange_req() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp992 Register Mx = MI.getOperand(MxOp).getReg(); in expandPostRAPseudo() local