Searched defs:P (Results 1 – 5 of 5) sorted by relevance
38 P = 3, enumerator
98 p: P, in find_auth_token_entry()
70 Point<pxs> P(pxs(.5), a1 - a0 * (pxs(.5) - a0) / a1); in pixelLineIntersect() local
1588 pub fn make_encrypted_characteristics_file<P: AsRef<Path>>( in make_encrypted_characteristics_file()1602 pub fn make_encrypted_usr_cert_file<P: AsRef<Path>>( in make_encrypted_usr_cert_file()1615 pub fn make_encrypted_ca_cert_file<P: AsRef<Path>>( in make_encrypted_ca_cert_file()1628 pub fn make_encrypted_key_file<P: AsRef<Path>>(path: P, key: &[u8], data: &[u8]) -> Result<()> { in make_encrypted_key_file()1640 pub fn make_cert_blob_file<P: AsRef<Path>>(path: P, data: &[u8]) -> Result<()> { in make_cert_blob_file()
251 fn serialize_primitive<S, P>(v: &P, serializer: S) -> Result<S::Ok, S::Error> in serialize_primitive() argument