/external/rust/crates/ahash/src/ |
D | operations.rs | 51 pub(crate) fn shuffle(a: u128) -> u128 { in shuffle() 69 pub(crate) fn add_and_shuffle(a: u128, b: u128) -> u128 { in add_and_shuffle() 76 pub(crate) fn shuffle_and_add(base: u128, to_add: u128) -> u128 { in shuffle_and_add() 103 pub(crate) fn aesenc(value: u128, xor: u128) -> u128 { in aesenc() 123 pub(crate) fn aesenc(value: u128, xor: u128) -> u128 { in aesenc() 138 pub(crate) fn aesdec(value: u128, xor: u128) -> u128 { in aesdec() 158 pub(crate) fn aesdec(value: u128, xor: u128) -> u128 { in aesdec() 172 pub(crate) fn add_in_length(enc: &mut u128, len: u64) { in add_in_length()
|
D | aes_hash.rs | 51 pub(crate) fn new_with_keys(key1: u128, key2: u128) -> Self { in new_with_keys() 63 pub(crate) fn test_with_keys(key1: u128, key2: u128) -> Self { in test_with_keys() 83 fn hash_in(&mut self, new_value: u128) { in hash_in() 89 fn hash_in_2(&mut self, v1: u128, v2: u128) { in hash_in_2() 125 fn write_u128(&mut self, i: u128) { in write_u128() 257 fn write_u128(&mut self, _i: u128) { in write_u128() 304 fn write_u128(&mut self, i: u128) { in write_u128() 356 fn write_u128(&mut self, _i: u128) {} in write_u128()
|
D | convert.rs | 80 fn read_u128(&self) -> (u128, &[u8]); in read_u128() 86 fn read_last_u128(&self) -> u128; in read_last_u128() 111 fn read_u128(&self) -> (u128, &[u8]) { in read_u128() 147 fn read_last_u128(&self) -> u128 { in read_last_u128()
|
D | fallback_hash.rs | 33 pub(crate) fn new_with_keys(key1: u128, key2: u128) -> AHasher { in new_with_keys() 45 pub(crate) fn test_with_keys(key1: u128, key2: u128) -> Self { in test_with_keys() 111 fn large_update(&mut self, new_data: u128) { in large_update() 149 fn write_u128(&mut self, i: u128) { in write_u128() 243 fn write_u128(&mut self, _i: u128) { in write_u128() 290 fn write_u128(&mut self, i: u128) { in write_u128() 336 fn write_u128(&mut self, _i: u128) {} in write_u128()
|
D | hash_quality_test.rs | 96 fn test_keys_change_output<T: Hasher>(constructor: impl Fn(u128, u128) -> T) { in test_keys_change_output() 113 fn test_input_affect_every_byte<T: Hasher>(constructor: impl Fn(u128, u128) -> T) { in test_input_affect_every_byte() 127 fn test_keys_affect_every_byte<H: Hash, T: Hasher>(item: H, constructor: impl Fn(u128, u128) -> T) { in test_keys_affect_every_byte() 161 fn test_finish_is_consistent<T: Hasher>(constructor: impl Fn(u128, u128) -> T) { in test_finish_is_consistent() 169 fn test_single_key_bit_flip<T: Hasher>(constructor: impl Fn(u128, u128) -> T) { in test_single_key_bit_flip() 335 fn test_length_extension<T: Hasher>(hasher: impl Fn(u128, u128) -> T) { in test_length_extension()
|
/external/rust/crates/itoa/src/ |
D | udiv128.rs | 7 fn u128_mulhi(x: u128, y: u128) -> u128 { in u128_mulhi() 34 pub fn udivmod_1e19(n: u128) -> (u128, u64) { in udivmod_1e19()
|
/external/rust/crates/byteorder/src/ |
D | lib.rs | 90 fn extend_sign128(val: u128, nbytes: usize) -> i128 { in extend_sign128() 102 fn unextend_sign128(val: i128, nbytes: usize) -> u128 { in unextend_sign128() 324 fn read_u128(buf: &[u8]) -> u128; in read_u128() 364 fn read_uint128(buf: &[u8], nbytes: usize) -> u128; in read_uint128() 482 fn write_u128(buf: &mut [u8], n: u128); in write_u128() 522 fn write_uint128(buf: &mut [u8], n: u128, nbytes: usize); in write_uint128() 1062 fn read_u128_into(src: &[u8], dst: &mut [u128]); in read_u128_into() 1393 fn write_u128_into(src: &[u128], dst: &mut [u8]); in write_u128_into() 1536 slice::from_raw_parts(src.as_ptr() as *const u128, src.len()) in write_i128_into() constant 1673 fn from_slice_u128(numbers: &mut [u128]); in from_slice_u128() [all …]
|
D | io.rs | 376 fn read_u128<T: ByteOrder>(&mut self) -> Result<u128> { in read_u128() 460 fn read_uint128<T: ByteOrder>(&mut self, nbytes: usize) -> Result<u128> { in read_uint128() 675 dst: &mut [u128], in read_u128_into() 1495 n: u128, in write_uint128()
|
/external/rust/crates/ring/src/aead/gcm/ |
D | gcm_nohw.rs | 41 fn mul(a: u64, b: u64) -> u128 { in gcm_mul64_nohw() 140 pub(super) fn init(xi: [u64; 2]) -> super::u128 { in init() 170 fn gcm_polyval_nohw(xi: &mut [u64; 2], h: super::u128) { in gcm_polyval_nohw() 219 pub(super) fn gmult(xi: &mut Xi, h: super::u128) { in gmult() 225 pub(super) fn ghash(xi: &mut Xi, h: super::u128, input: &[[u8; BLOCK_LEN]]) { in ghash()
|
/external/rust/crates/ring/src/aead/ |
D | gcm.rs | 261 struct u128 { struct 262 hi: u64, 263 lo: u64,
|
/external/elfutils/libdw/ |
D | libdw_form.c | 47 Dwarf_Word u128; in __libdw_form_val_compute_len() local
|
/external/rust/crates/fastrand/src/ |
D | lib.rs | 138 fn gen_u128(&self) -> u128 { in gen_u128() 180 fn gen_mod_u128(&self, n: u128) -> u128 { in gen_mod_u128() 221 fn mul_high_u128(a: u128, b: u128) -> u128 { in mul_high_u128()
|
/external/clang/test/Sema/ |
D | 128bitint.c | 6 typedef unsigned u128 __attribute__((__mode__(TI))); typedef
|
/external/rust/crates/num-bigint/src/biguint/ |
D | subtraction.rs | 260 fn sub_assign(&mut self, other: u128) { in sub_assign() 268 fn sub_assign(&mut self, other: u128) { in sub_assign() 275 impl Sub<BigUint> for u128 { implementation
|
D | division.rs | 423 fn div_assign(&mut self, other: u128) { in div_assign() 428 impl Div<BigUint> for u128 { implementation 597 fn rem_assign(&mut self, other: u128) { in rem_assign() 602 impl Rem<BigUint> for u128 { implementation
|
D | addition.rs | 204 fn add_assign(&mut self, other: u128) { in add_assign() 230 fn add_assign(&mut self, other: u128) { in add_assign()
|
D | multiplication.rs | 518 fn mul_assign(&mut self, other: u128) { in mul_assign() 532 fn mul_assign(&mut self, other: u128) { in mul_assign()
|
/external/rust/crates/oorandom/src/ |
D | lib.rs | 184 pub fn new_inc(seed: u128, increment: u128) -> Self { in new_inc() 198 pub fn state(&self) -> (u128, u128) { in state() 205 pub fn from_state(state: (u128, u128)) -> Self { in from_state()
|
/external/rust/crates/quiche/src/ |
D | cid.rs | 261 initial_path_id: usize, reset_token: Option<u128>, in new() 369 &mut self, cid: ConnectionId<'static>, reset_token: Option<u128>, in new_scid() 418 &mut self, cid: ConnectionId<'static>, reset_token: Option<u128>, in set_initial_dcid() 441 &mut self, cid: ConnectionId<'static>, seq: u64, reset_token: u128, in new_dcid()
|
/external/rust/crates/num-integer/benches/ |
D | gcd.rs | 129 T: AsPrimitive<u128>, in run_bench()
|
/external/rust/crates/ciborium/src/value/ |
D | integer.rs | 77 impl TryFrom<Integer> for u128 { implementation
|
/external/rust/crates/bytes/src/buf/ |
D | buf_impl.rs | 712 fn get_u128(&mut self) -> u128 { in get_u128() 732 fn get_u128_le(&mut self) -> u128 { in get_u128_le() 755 fn get_u128_ne(&mut self) -> u128 { in get_u128_ne()
|
D | buf_mut.rs | 783 fn put_u128(&mut self, n: u128) { in put_u128() 805 fn put_u128_le(&mut self, n: u128) { in put_u128_le() 831 fn put_u128_ne(&mut self, n: u128) { in put_u128_ne()
|
/external/rust/crates/num-bigint/src/bigint/ |
D | division.rs | 104 fn div_assign(&mut self, other: u128) { in div_assign() 112 impl Div<BigInt> for u128 { implementation 335 fn rem_assign(&mut self, other: u128) { in rem_assign() 343 impl Rem<BigInt> for u128 { implementation
|
/external/rust/crates/fastrand/tests/ |
D | smoke.rs | 64 fn u128() { in u128() function
|