/third_party/glslang/Test/ |
H A D | runtests | 267 run -H -e main -V -D -Od -H -i --hlsl-dx-position-w hlsl.w-recip.frag > $TARGETDIR/hlsl.w-recip.frag.out 268 diff -b $BASEDIR/hlsl.w-recip.frag.out $TARGETDIR/hlsl.w-recip.frag.out || HASERROR=1
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cms.c | 160 {"recip", OPT_RECIP, '<', "Recipient cert file"}, 289 X509 *cert = NULL, *recip = NULL, *signer = NULL, *originator = NULL; in cms_main() local 849 if ((recip = load_cert(recipfile, FORMAT_UNDEF, in cms_main() 1132 if (!CMS_decrypt_set1_pkey_and_peer(cms, key, recip, originator)) { in cms_main() 1262 X509_free(recip); in cms_main()
|
/third_party/openssl/apps/ |
H A D | cms.c | 160 {"recip", OPT_RECIP, '<', "Recipient cert file"}, 289 X509 *cert = NULL, *recip = NULL, *signer = NULL, *originator = NULL; in cms_main() local 850 if ((recip = load_cert(recipfile, FORMAT_UNDEF, in cms_main() 1133 if (!CMS_decrypt_set1_pkey_and_peer(cms, key, recip, originator)) { in cms_main() 1263 X509_free(recip); in cms_main()
|
/third_party/lame/misc/ |
H A D | ath.c | 185 recip = 5 enumerator 754 " type: linear, logarithm, square, cubic, erb, recip\n" in usage() 802 else if ( 0 == strncmp ( argv[1], "re" , 2) ) genmode = recip; in main()
|
/third_party/python/Lib/ |
H A D | smtplib.py | 548 def rcpt(self, recip, options=()): 553 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_asn1.c | 206 X509_free(ktri->recip);
|
/third_party/openssl/crypto/cms/ |
H A D | cms_asn1.c | 217 X509_free(ktri->recip);
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 1833 fe recip; in ge_tobytes() local 1837 fe_invert(recip, h->Z); in ge_tobytes() 1838 fe_mul(x, h->X, recip); in ge_tobytes() 1839 fe_mul(y, h->Y, recip); in ge_tobytes() 1846 fe recip; in ge_p3_tobytes() local 1850 fe_invert(recip, h->Z); in ge_p3_tobytes() 1851 fe_mul(x, h->X, recip); in ge_p3_tobytes() 1852 fe_mul(y, h->Y, recip); in ge_p3_tobytes()
|
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 1833 fe recip; in ge_tobytes() local 1837 fe_invert(recip, h->Z); in ge_tobytes() 1838 fe_mul(x, h->X, recip); in ge_tobytes() 1839 fe_mul(y, h->Y, recip); in ge_tobytes() 1846 fe recip; in ge_p3_tobytes() local 1850 fe_invert(recip, h->Z); in ge_p3_tobytes() 1851 fe_mul(x, h->X, recip); in ge_p3_tobytes() 1852 fe_mul(y, h->Y, recip); in ge_p3_tobytes()
|
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 1823 fe recip; in ge_tobytes() local 1827 fe_invert(recip, h->Z); in ge_tobytes() 1828 fe_mul(x, h->X, recip); in ge_tobytes() 1829 fe_mul(y, h->Y, recip); in ge_tobytes() 1836 fe recip; in ge_p3_tobytes() local 1840 fe_invert(recip, h->Z); in ge_p3_tobytes() 1841 fe_mul(x, h->X, recip); in ge_p3_tobytes() 1842 fe_mul(y, h->Y, recip); in ge_p3_tobytes()
|
/third_party/libwebsockets/lib/jose/jwe/ |
H A D | jwe.c | 167 jwe->recip = 0; in lws_jwe_init()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | png.c | 2860 int recip = 0; in png_pow10() local 2869 recip = 1; power = -power; in png_pow10() 2884 if (recip != 0) d = 1/d; in png_pow10()
|
/third_party/python/Lib/test/ |
H A D | test_smtplib.py | 611 recip = re.compile(r"^recips: .*'foo@example.net'.*$", re.MULTILINE) 612 self.assertRegex(debugout, recip)
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 1113 Format(instr, "recip.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 1041 Format(instr, "recip.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
|