Home
last modified time | relevance | path

Searched refs:recip (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/
Dpowisf2.c22 const int recip = b < 0; in __powisf2() local
33 return recip ? 1/r : r; in __powisf2()
Dpowixf2.c24 const int recip = b < 0; in __powixf2() local
35 return recip ? 1/r : r; in __powixf2()
Dpowitf2.c24 const int recip = b < 0; in __powitf2() local
35 return recip ? 1/r : r; in __powitf2()
Dpowidf2.c22 const int recip = b < 0; in __powidf2() local
33 return recip ? 1/r : r; in __powidf2()
/external/openssl/apps/
Dsmime.c101 X509 *cert = NULL, *recip = NULL, *signer = NULL; in MAIN() local
580 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL, in MAIN()
747 if (!PKCS7_decrypt(p7, key, recip, out, flags)) in MAIN()
815 X509_free(recip); in MAIN()
Dcms.c117 X509 *cert = NULL, *recip = NULL, *signer = NULL; in MAIN() local
744 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL, in MAIN()
1057 if (!CMS_decrypt_set1_pkey(cms, key, recip)) in MAIN()
1211 X509_free(recip); in MAIN()
/external/qemu/target-mips/
Dhelper.h204 FOP_PROTO(recip)