Home
last modified time | relevance | path

Searched defs:My (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/ring/tests/
Dhkdf_tests.rs65 let My(out) = salt in hkdf_tests() localVariable
132 struct My<T: core::fmt::Debug + PartialEq>(T); struct
134 impl hkdf::KeyType for My<usize> { implementation
140 impl From<hkdf::Okm<'_, My<usize>>> for My<Vec<u8>> { implementation
/external/dokka/core/testdata/typealias/
DinheritanceFromTypeAlias.kt7 class My : Same class
/external/clang/test/Analysis/
Dmalloc.mm87 @interface My interface
/external/llvm-project/clang/test/Analysis/
Dmalloc.mm108 @interface My interface
/external/wpa_supplicant_8/src/common/
Ddpp_pkex.c53 BIGNUM *Mx = NULL, *My = NULL; in dpp_pkex_build_exchange_req() local
358 BIGNUM *Mx = NULL, *My = NULL; in dpp_pkex_rx_exchange_req() local
/external/swiftshader/src/Renderer/
DMatrix.cpp235 float My = M(2, 1) * v.x + M(2, 2) * v.y + M(2, 3) * v.z + M(2, 4) * v.w; in operator *() local