Home
last modified time | relevance | path

Searched refs:c1x (Results 1 – 13 of 13) sorted by relevance

/netbsd/crypto/external/bsd/netpgp/dist/src/lib/
H A Dopenssl_crypto.c1214 BIGNUM *c1x; in pgp_elgamal_private_decrypt() local
1230 c1x = BN_new(); in pgp_elgamal_private_decrypt()
1234 if (!c1 || !c2 || !p || !x || !c1x || !bndiv || !m || !tmp) { in pgp_elgamal_private_decrypt()
1240 if (!BN_mod_exp(c1x, c1, x, p, tmp)) { in pgp_elgamal_private_decrypt()
1243 if (!BN_mod_inverse(bndiv, c1x, p, tmp)) { in pgp_elgamal_private_decrypt()
1261 if (c1x) { in pgp_elgamal_private_decrypt()
1262 BN_clear_free(c1x); in pgp_elgamal_private_decrypt()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandards.def71 LANGSTANDARD_ALIAS_DEPR(c11, "c1x")
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc.opt2098 std=c1x
H A DChangeLog11539 * c.opt (std=c1x): Change to std=c11. Document as non-draft
11541 (std=c1x, std=iso9899:2011): Add as aliases of std=c11.
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc.opt2098 std=c1x
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201033642 (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
33644 * c.opt (-std=c1x, -std=gnu1x): New options.
33645 * doc/cpp.texi: Mention -std=c1x.
33646 * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
33647 * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
33648 * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
H A DChangeLog-2011550 * doc/cpp.texi (Overview): Refer to -std=c11 instead of -std=c1x.
552 to -std=c1x and -std=gnu1x.
555 instead of -std=c1x and C1X.
557 preference to -std=c1x.
/netbsd/external/gpl3/gcc/dist/
H A DNEWS8160 -std=gnu11, in addition to the previous -std=c1x and -std=gnu1x.
9091 selected with -std=c1x, or -std=gnu1x for C1X with GNU extensions.
/netbsd/external/gpl3/gcc.old/dist/
H A DNEWS8160 -std=gnu11, in addition to the previous -std=c1x and -std=gnu1x.
9091 selected with -std=c1x, or -std=gnu1x for C1X with GNU extensions.
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dinvoke.texi1993 @itemx c1x
1999 interfaces) and L (Analyzability). The name @samp{c1x} is deprecated.
H A Dgcc.info2263 'c1x'
2270 The name 'c1x' is deprecated.
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinvoke.texi1993 @itemx c1x
1999 interfaces) and L (Analyzability). The name @samp{c1x} is deprecated.
H A Dgcc.info2263 'c1x'
2270 The name 'c1x' is deprecated.