Home
last modified time | relevance | path

Searched defs:Sign (Results 51 – 75 of 7134) sorted by relevance

12345678910>>...286

/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbDisasmSupport.c107 BOOLEAN Sign; in EdbGetNaturalIndex16() local
138 BOOLEAN Sign; in EdbGetNaturalIndex32() local
169 BOOLEAN Sign; in EdbGetNaturalIndex64() local
412 IN BOOLEAN Sign, in EdbPrintIndexData()
479 BOOLEAN Sign; in EdbPrintRawIndexData16() local
504 BOOLEAN Sign; in EdbPrintRawIndexData32() local
529 BOOLEAN Sign; in EdbPrintRawIndexData64() local
866 BOOLEAN Sign; in EdbPrintData8s() local
897 BOOLEAN Sign; in EdbPrintData16s() local
928 BOOLEAN Sign; in EdbPrintData32s() local
[all …]
/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/src/
H A Dcrypto-asymmetric-ecdsa.adb79 procedure Sign(Public_Key : in Public_Key_ECDSA; subprogram
102 end Sign; argument
H A Dcrypto-symmetric-mac-cmac.adb46 procedure Sign(Message_Block : in Block) is subprogram
108 procedure Sign(Message : in Blocks; subprogram
117 Sign(Message(I)); argument
H A Dcrypto-symmetric-mac-cmac.ads14 procedure Sign(Message_Block : in Block); subprogspec
28 procedure Sign(Message : in Blocks; subprogspec
H A Dcrypto-symmetric-mac-rmac.ads40 procedure Sign(Message_Block : in Block); subprogspec
55 procedure Sign(Message : in Blocks; subprogspec
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dcomparison_chain.rs206 enum Sign { enum
212 impl Sign { implementation
224 const fn sign_i8(n: i8) -> Sign { in sign_i8()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-bigint-0.4.1/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
731 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
746 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
765 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
932 pub fn sign(&self) -> Sign { in sign()
967 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1102 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1118 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/num-bigint-0.4.3/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
731 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
746 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
765 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
932 pub fn sign(&self) -> Sign { in sign()
967 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1102 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1118 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-bigint/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
726 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
741 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
760 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
927 pub fn sign(&self) -> Sign { in sign()
962 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1097 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1113 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/num-bigint-0.4.3/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
731 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
746 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
765 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
932 pub fn sign(&self) -> Sign { in sign()
967 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1102 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1118 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/num-bigint-0.4.2/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
731 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
746 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
765 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
932 pub fn sign(&self) -> Sign { in sign()
967 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1102 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1118 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/num-bigint-0.3.3/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
726 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
741 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
760 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
927 pub fn sign(&self) -> Sign { in sign()
962 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1097 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1113 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num-bigint-0.4.3/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
731 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
746 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
765 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
932 pub fn sign(&self) -> Sign { in sign()
967 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1102 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1118 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/num-bigint-0.4.3/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
731 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
746 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
765 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
932 pub fn sign(&self) -> Sign { in sign()
967 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1102 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1118 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/num-bigint-0.4.2/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
731 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
746 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
765 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
932 pub fn sign(&self) -> Sign { in sign()
967 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1102 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1118 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/num-bigint-0.3.2/src/
H A Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
726 pub fn to_bytes_be(&self) -> (Sign, Vec<u8>) { in to_bytes_be()
741 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le()
760 pub fn to_u32_digits(&self) -> (Sign, Vec<u32>) { in to_u32_digits()
927 pub fn sign(&self) -> Sign { in sign()
962 pub fn into_parts(self) -> (Sign, BigUint) { in into_parts()
1097 fn check(inp_s: Sign, inp_n: usize, ans_s: Sign, ans_n: usize) { in test_from_biguint()
1113 fn check(inp_s: Sign, inp_n: u32, ans_s: Sign, ans_n: u32) { in test_from_slice()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.IO.Packaging/
H A DPackageDigitalSignatureManager.cs125 public PackageDigitalSignature Sign (IEnumerable<Uri> parts) in Sign() method in System.IO.Packaging.PackageDigitalSignatureManager
130 public PackageDigitalSignature Sign (IEnumerable<Uri> parts, X509Certificate certificate) in Sign() method in System.IO.Packaging.PackageDigitalSignatureManager
135 …public PackageDigitalSignature Sign (IEnumerable<Uri> parts, X509Certificate certificate, IEnumera… in Sign() method in System.IO.Packaging.PackageDigitalSignatureManager
140 …public PackageDigitalSignature Sign (IEnumerable<Uri> parts, X509Certificate certificate, IEnumera… in Sign() method in System.IO.Packaging.PackageDigitalSignatureManager
147 …public PackageDigitalSignature Sign (IEnumerable<Uri> parts, X509Certificate certificate, IEnumera… in Sign() method in System.IO.Packaging.PackageDigitalSignatureManager
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.X509/
H A DX509Builder.cs92 public virtual byte[] Sign (AsymmetricAlgorithm aa) in Sign() method in Mono.Security.X509.X509Builder
114 public virtual byte[] Sign (RSA key) in Sign() method in Mono.Security.X509.X509Builder
128 public virtual byte[] Sign (DSA key) in Sign() method in Mono.Security.X509.X509Builder
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/hstore_plperl/
H A DMakefile14 ifdef USE_PGXS
15 PG_CPPFLAGS = -I$(includedir_server)/extension
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/strfmt-0.1.6/src/
H A Dtypes.rs16 pub enum Sign { enum
23 impl Sign { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-bigint-0.4.1/src/bigint/
H A Dpower.rs13 fn powsign<T: Integer>(sign: Sign, other: &T) -> Sign { in powsign()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/num-bigint-0.4.3/src/bigint/
H A Dpower.rs13 fn powsign<T: Integer>(sign: Sign, other: &T) -> Sign { in powsign()
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-bigint/src/bigint/
H A Dpower.rs13 fn powsign<T: Integer>(sign: Sign, other: &T) -> Sign { in powsign()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/num-bigint-0.4.3/src/bigint/
H A Dpower.rs13 fn powsign<T: Integer>(sign: Sign, other: &T) -> Sign { in powsign()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/num-bigint-0.3.3/src/bigint/
H A Dpower.rs13 fn powsign<T: Integer>(sign: Sign, other: &T) -> Sign { in powsign()

12345678910>>...286