Home
last modified time | relevance | path

Searched refs:new_native (Results 1 – 25 of 26) sorted by relevance

12

/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/num-bigint-dig-0.6.1/src/algorithms/
H A Dsub.rs90 (Plus, BigUint::new_native(a)) in sub_sign()
95 (Minus, BigUint::new_native(b)) in sub_sign()
H A Dshr.rs31 BigUint::new_native(data) in biguint_shr()
H A Dshl.rs36 BigUint::new_native(data) in biguint_shl()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/num-bigint-dig-0.7.0/src/algorithms/
H A Dsub.rs90 (Plus, BigUint::new_native(a)) in sub_sign()
95 (Minus, BigUint::new_native(b)) in sub_sign()
H A Dshr.rs31 BigUint::new_native(data) in biguint_shr()
H A Dshl.rs36 BigUint::new_native(data) in biguint_shl()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/num-bigint-dig-0.6.0/src/algorithms/
H A Dsub.rs90 (Plus, BigUint::new_native(a)) in sub_sign()
95 (Minus, BigUint::new_native(b)) in sub_sign()
H A Dshr.rs31 BigUint::new_native(data) in biguint_shr()
H A Dshl.rs36 BigUint::new_native(data) in biguint_shl()
/dports/databases/p5-DBIx-DBSchema/DBIx-DBSchema-0.45/
H A DDBSchema.pm123 sub new_native { subroutine
126 map { new_native DBIx::DBSchema::Table ( $dbh, $_ ) } _tables_from_dbh($dbh)
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/num-bigint-dig-0.6.1/src/
H A Dbiguint.rs196 BigUint::new_native(data) in from_bitwise_digits_le()
231 BigUint::new_native(data) in from_inexact_bitwise_digits_le()
270 BigUint::new_native(data) in from_radix_digits_be()
1802 BigUint::new_native(smallvec![n]) in from()
2071 Self::new_native(ensure_big_digit(digits)) in new()
2078 pub fn new_native(digits: SmallVec<[BigDigit; VEC_SIZE]>) -> BigUint { in new_native() method
2095 BigUint::new_native(slice.into()) in from_slice_native()
H A Dbigrand.rs60 BigUint::new_native(data) in gen_biguint()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/num-bigint-dig-0.7.0/src/
H A Dbiguint.rs196 BigUint::new_native(data) in from_bitwise_digits_le()
231 BigUint::new_native(data) in from_inexact_bitwise_digits_le()
270 BigUint::new_native(data) in from_radix_digits_be()
1802 BigUint::new_native(smallvec![n]) in from()
2071 Self::new_native(ensure_big_digit(digits)) in new()
2078 pub fn new_native(digits: SmallVec<[BigDigit; VEC_SIZE]>) -> BigUint { in new_native() method
2095 BigUint::new_native(slice.into()) in from_slice_native()
H A Dbigrand.rs58 BigUint::new_native(data) in gen_biguint()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/num-bigint-dig-0.6.0/src/
H A Dbiguint.rs196 BigUint::new_native(data) in from_bitwise_digits_le()
231 BigUint::new_native(data) in from_inexact_bitwise_digits_le()
270 BigUint::new_native(data) in from_radix_digits_be()
1802 BigUint::new_native(smallvec![n]) in from()
2071 Self::new_native(ensure_big_digit(digits)) in new()
2078 pub fn new_native(digits: SmallVec<[BigDigit; VEC_SIZE]>) -> BigUint { in new_native() method
2095 BigUint::new_native(slice.into()) in from_slice_native()
H A Dbigrand.rs60 BigUint::new_native(data) in gen_biguint()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/lettre-0.10.0-rc.4/src/transport/smtp/client/
H A Dtls.rs227 pub fn new_native(domain: String) -> Result<Self, Error> { in new_native() method
/dports/databases/p5-DBIx-DBSchema/DBIx-DBSchema-0.45/DBSchema/
H A DTable.pm260 sub new_native { subroutine
/dports/devel/py-asn1crypto/asn1crypto-1.4.0/asn1crypto/
H A Dcore.py2292 new_native = list(self._native)
2293 max_key = len(new_native) - 1
2295 new_native.extend([0] * (key - max_key))
2296 new_native[key] = 1 if value else 0
2297 self._native = tuple(new_native)
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Oalloc.c64 const H5O_msg_class_t *new_type, void *new_native, size_t new_size);
338 const H5O_msg_class_t *new_type, void *new_native, size_t new_size) in H5O_alloc_null() argument
415 alloc_msg->native = new_native; in H5O_alloc_null()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c66 const H5O_msg_class_t *new_type, void *new_native, size_t new_size);
340 const H5O_msg_class_t *new_type, void *new_native, size_t new_size) in H5O_alloc_null() argument
417 alloc_msg->native = new_native; in H5O_alloc_null()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Oalloc.c65 const H5O_msg_class_t *new_type, void *new_native, size_t new_size);
341 const H5O_msg_class_t *new_type, void *new_native, size_t new_size) in H5O__alloc_null() argument
418 alloc_msg->native = new_native; in H5O__alloc_null()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Oalloc.c65 const H5O_msg_class_t *new_type, void *new_native, size_t new_size);
341 const H5O_msg_class_t *new_type, void *new_native, size_t new_size) in H5O__alloc_null() argument
418 alloc_msg->native = new_native; in H5O__alloc_null()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c65 const H5O_msg_class_t *new_type, void *new_native, size_t new_size);
342 const H5O_msg_class_t *new_type, void *new_native, size_t new_size) in H5O_alloc_null() argument
419 alloc_msg->native = new_native; in H5O_alloc_null()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c62 void *new_native, size_t new_size);
326 …alloc_null(H5F_t *f, H5O_t *oh, size_t null_idx, const H5O_msg_class_t *new_type, void *new_native, in H5O__alloc_null() argument
407 alloc_msg->native = new_native; in H5O__alloc_null()

12