Home
last modified time | relevance | path

Searched refs:edtype (Results 1 – 22 of 22) sorted by relevance

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/signature/
H A Deddsa_sig.c29 # define S390X_CAN_SIGN(edtype) \ argument
30 ((OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_##edtype)) \
31 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_SIGN_##edtype)) \
32 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_VERIFY_##edtype)))
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/signature/
H A Deddsa_sig.c29 # define S390X_CAN_SIGN(edtype) \ argument
30 ((OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_##edtype)) \
31 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_SIGN_##edtype)) \
32 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_VERIFY_##edtype)))
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/signature/
H A Deddsa_sig.c29 # define S390X_CAN_SIGN(edtype) \ argument
30 ((OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_##edtype)) \
31 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_SIGN_##edtype)) \
32 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_VERIFY_##edtype)))
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/signature/
H A Deddsa_sig.c29 # define S390X_CAN_SIGN(edtype) \ argument
30 ((OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_##edtype)) \
31 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_SIGN_##edtype)) \
32 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_VERIFY_##edtype)))
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/signature/
H A Deddsa_sig.c29 # define S390X_CAN_SIGN(edtype) \ argument
30 ((OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_##edtype)) \
31 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_SIGN_##edtype)) \
32 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_VERIFY_##edtype)))
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/signature/
H A Deddsa_sig.c29 # define S390X_CAN_SIGN(edtype) \ argument
30 ((OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_##edtype)) \
31 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_SIGN_##edtype)) \
32 && (OPENSSL_s390xcap_P.kdsa[0] & S390X_CAPBIT(S390X_EDDSA_VERIFY_##edtype)))
/dports/deskutils/systempreferences/SystemPreferences-1.2.0/Modules/Defaults/
H A DDefaults.m79 int edtype = [[info objectForKey: @"editor"] intValue];
89 editorType: edtype];
204 int edtype;
211 edtype = [currentEntry editorType];
220 switch (edtype) {
716 editorType:(int)edtype
726 editorType = edtype;
H A DDefaults.h169 editorType:(int)edtype;
/dports/math/plplot-ada/plplot-5.15.0/lib/nistcd/
H A Dcd.h183 CDDLLIMPEXP int cdSetShapeEdgeAttrib( cdImagePtr im, int edtype, int edwidth, int edcolor, int edvi…
194 CDDLLIMPEXP int cdSetEdgeType( cdImagePtr im, int edtype );
H A Dcd.c947 int cdSetEdgeType( cdImagePtr im, int edtype ) in cdSetEdgeType() argument
967 if ( edtype == -1 ) in cdSetEdgeType()
972 if ( edtype == im->edgetype ) in cdSetEdgeType()
976 if ( ( edtype < 1 ) || ( edtype > 5 ) ) in cdSetEdgeType()
992 es += cdAppShort( es, (short int) edtype ); in cdSetEdgeType()
999 im->edgetype = (short int) edtype; in cdSetEdgeType()
1693 int cdSetShapeEdgeAttrib( cdImagePtr im, int edtype, int edwidth, int edcolor, int edvis ) in cdSetShapeEdgeAttrib() argument
1708 if ( !cdSetEdgeType( im, edtype ) ) in cdSetShapeEdgeAttrib()
/dports/math/plplot/plplot-5.15.0/lib/nistcd/
H A Dcd.h183 CDDLLIMPEXP int cdSetShapeEdgeAttrib( cdImagePtr im, int edtype, int edwidth, int edcolor, int edvi…
194 CDDLLIMPEXP int cdSetEdgeType( cdImagePtr im, int edtype );
H A Dcd.c947 int cdSetEdgeType( cdImagePtr im, int edtype ) in cdSetEdgeType() argument
967 if ( edtype == -1 ) in cdSetEdgeType()
972 if ( edtype == im->edgetype ) in cdSetEdgeType()
976 if ( ( edtype < 1 ) || ( edtype > 5 ) ) in cdSetEdgeType()
992 es += cdAppShort( es, (short int) edtype ); in cdSetEdgeType()
999 im->edgetype = (short int) edtype; in cdSetEdgeType()
1693 int cdSetShapeEdgeAttrib( cdImagePtr im, int edtype, int edwidth, int edcolor, int edvis ) in cdSetShapeEdgeAttrib() argument
1708 if ( !cdSetEdgeType( im, edtype ) ) in cdSetShapeEdgeAttrib()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkCGMWriter.cxx257 static int cgmSetShapeEdgeAttrib(cgmImagePtr im, int edtype, int edwidth, int edcolor, int edvis);
267 static int cgmSetEdgeType(cgmImagePtr im, int edtype);
1827 static int cgmSetEdgeType(cgmImagePtr im, int edtype) in cgmSetEdgeType() argument
1847 if (edtype == -1) in cgmSetEdgeType()
1854 if (edtype == im->edgetype) in cgmSetEdgeType()
1860 if ((edtype < 1) || (edtype > 5)) in cgmSetEdgeType()
1877 es += cgmAppShort(es, static_cast<short int>(edtype)); in cgmSetEdgeType()
1884 im->edgetype = static_cast<short int>(edtype); in cgmSetEdgeType()
2673 static int cgmSetShapeEdgeAttrib(cgmImagePtr im, int edtype, int edwidth, in cgmSetShapeEdgeAttrib() argument
2689 if (!cgmSetEdgeType(im, edtype)) in cgmSetShapeEdgeAttrib()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkCGMWriter.cxx258 static int cgmSetShapeEdgeAttrib(cgmImagePtr im, int edtype, int edwidth, int edcolor, int edvis);
268 static int cgmSetEdgeType(cgmImagePtr im, int edtype);
1854 static int cgmSetEdgeType(cgmImagePtr im, int edtype) in cgmSetEdgeType() argument
1874 if (edtype == -1) in cgmSetEdgeType()
1881 if (edtype == im->edgetype) in cgmSetEdgeType()
1887 if ((edtype < 1) || (edtype > 5)) in cgmSetEdgeType()
1908 es += cgmAppShort(es, static_cast<short int>(edtype)); in cgmSetEdgeType()
1915 im->edgetype = static_cast<short int>(edtype); in cgmSetEdgeType()
2706 static int cgmSetShapeEdgeAttrib(cgmImagePtr im, int edtype, int edwidth, int edcolor, int edvis) in cgmSetShapeEdgeAttrib() argument
2721 if (!cgmSetEdgeType(im, edtype)) in cgmSetShapeEdgeAttrib()
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkCGMWriter.cxx257 static int cgmSetShapeEdgeAttrib(cgmImagePtr im, int edtype, int edwidth, int edcolor, int edvis);
267 static int cgmSetEdgeType(cgmImagePtr im, int edtype);
1828 static int cgmSetEdgeType(cgmImagePtr im, int edtype) in cgmSetEdgeType() argument
1848 if (edtype == -1) in cgmSetEdgeType()
1855 if (edtype == im->edgetype) in cgmSetEdgeType()
1861 if ((edtype < 1) || (edtype > 5)) in cgmSetEdgeType()
1878 es += cgmAppShort(es, static_cast<short int>(edtype)); in cgmSetEdgeType()
1885 im->edgetype = static_cast<short int>(edtype); in cgmSetEdgeType()
2674 static int cgmSetShapeEdgeAttrib(cgmImagePtr im, int edtype, int edwidth, in cgmSetShapeEdgeAttrib() argument
2690 if (!cgmSetEdgeType(im, edtype)) in cgmSetShapeEdgeAttrib()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Diterat.c318 int esptr, dsptr, edtype, ddtype; in name_dependent_check() local
364 edtype = DDTG(DTYPEG(esptr)); in name_dependent_check()
379 if (edtype == ddtype) { in name_dependent_check()
/dports/security/oinkmaster/oinkmaster-2.0/contrib/
H A Doinkgui.pl706 my $edtype = shift; # EDIT|NOEDIT
758 if ($edtype eq 'EDIT') {
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DExperimentData.hpp37 enum edtype { SCALAR_DATA, FUNCTIONAL_DATA } ; enum
/dports/x11/xpra/xpra-4.3/xpra/client/gtk_base/
H A Dgtk_client_base.py516 edtype = r[0]
518 if edtype!=dtype or eurl!=url:
522 if edtype!=dtype:
523 filelog.warn(" expected data type '%s' but got '%s'", s(edtype), s(dtype))
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp1867 int edtype; in write_vconstant_value() local
1870 edtype = CONVAL1G(sptr); in write_vconstant_value()
1889 write_constant_value(VCON_CONVAL(edtype + i), 0, 0, 0, false); in write_vconstant_value()
1897 write_constant_value(VCON_CONVAL(edtype + i), 0, 0, 0, false); in write_vconstant_value()
1902 write_constant_value(0, vtype, VCON_CONVAL(edtype + i), 0, false); in write_vconstant_value()
H A Dcgmain.cpp9380 int edtype; in gen_llvm_expr() local
9400 edtype = CONVAL1G(mask_op->val.sptr); in gen_llvm_expr()
9405 if(VCON_CONVAL(edtype + i) == -1) { in gen_llvm_expr()
9408 } else if(VCON_CONVAL(edtype + i) < -1) { in gen_llvm_expr()
12190 int edtype; in gen_vconstant() local
12196 edtype = CONVAL1G(sptr); in gen_vconstant()
12210 gen_constant(SPTR_NULL, vdtype, VCON_CONVAL(edtype + i), 0, in gen_vconstant()
12215 strcat(tmp_vcon_buf, gen_constant((SPTR)VCON_CONVAL(edtype + i), DT_NONE, in gen_vconstant()
12220 gen_constant(SPTR_NULL, vdtype, VCON_CONVAL(edtype + i), 0, in gen_vconstant()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/essentialdynamics/
H A Dedsam.cpp2333 static bool ed_constraints(EssentialDynamicsType edtype, const t_edpar& edi) in ed_constraints() argument
2335 if (edtype == EssentialDynamicsType::EDSampling || edtype == EssentialDynamicsType::Flooding) in ed_constraints()