/third_party/openssl/crypto/poly1305/ |
D | poly1305_base2_44.c | 20 typedef unsigned long u64; typedef 24 u64 h[3]; 25 u64 s[2]; 26 u64 r[3]; 32 static u64 U8TOU64(const unsigned char *p) in U8TOU64() 34 return (((u64)(p[0] & 0xff)) | in U8TOU64() 35 ((u64)(p[1] & 0xff) << 8) | in U8TOU64() 36 ((u64)(p[2] & 0xff) << 16) | in U8TOU64() 37 ((u64)(p[3] & 0xff) << 24) | in U8TOU64() 38 ((u64)(p[4] & 0xff) << 32) | in U8TOU64() [all …]
|
D | poly1305.c | 99 typedef unsigned long u64; typedef 103 u64 h[3]; 104 u64 r[2]; 108 static u64 U8TOU64(const unsigned char *p) in U8TOU64() 110 return (((u64)(p[0] & 0xff)) | in U8TOU64() 111 ((u64)(p[1] & 0xff) << 8) | in U8TOU64() 112 ((u64)(p[2] & 0xff) << 16) | in U8TOU64() 113 ((u64)(p[3] & 0xff) << 24) | in U8TOU64() 114 ((u64)(p[4] & 0xff) << 32) | in U8TOU64() 115 ((u64)(p[5] & 0xff) << 40) | in U8TOU64() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
D | poly1305_base2_44.c | 20 typedef unsigned long u64; typedef 24 u64 h[3]; 25 u64 s[2]; 26 u64 r[3]; 32 static u64 U8TOU64(const unsigned char *p) in U8TOU64() 34 return (((u64)(p[0] & 0xff)) | in U8TOU64() 35 ((u64)(p[1] & 0xff) << 8) | in U8TOU64() 36 ((u64)(p[2] & 0xff) << 16) | in U8TOU64() 37 ((u64)(p[3] & 0xff) << 24) | in U8TOU64() 38 ((u64)(p[4] & 0xff) << 32) | in U8TOU64() [all …]
|
D | poly1305.c | 99 typedef unsigned long u64; typedef 103 u64 h[3]; 104 u64 r[2]; 108 static u64 U8TOU64(const unsigned char *p) in U8TOU64() 110 return (((u64)(p[0] & 0xff)) | in U8TOU64() 111 ((u64)(p[1] & 0xff) << 8) | in U8TOU64() 112 ((u64)(p[2] & 0xff) << 16) | in U8TOU64() 113 ((u64)(p[3] & 0xff) << 24) | in U8TOU64() 114 ((u64)(p[4] & 0xff) << 32) | in U8TOU64() 115 ((u64)(p[5] & 0xff) << 40) | in U8TOU64() [all …]
|
/third_party/glslang/Test/ |
D | spv.atomicInt64.comp | 11 uint64_t u64; 17 uint64_t u64; 29 uint64_t u64 = 0; 32 u64 += atomicMin(buf.u64, u64c); 35 u64 += atomicMax(buf.u64, u64c); 38 u64 += atomicAnd(buf.u64, u64c); 41 u64 += atomicOr(buf.u64, u64c); 44 u64 += atomicXor(buf.u64, u64c); 51 buf.u64 = u64; 55 u64 = 0; [all …]
|
D | spv.subgroupExtendedTypesArithmeticNeg.comp | 18 u64vec4 u64; 551 data[invocation].u64.x = subgroupAdd(data[0].u64.x); 552 data[invocation].u64.xy = subgroupAdd(data[1].u64.xy); 553 data[invocation].u64.xyz = subgroupAdd(data[2].u64.xyz); 554 data[invocation].u64 = subgroupAdd(data[3].u64); 556 data[invocation].u64.x = subgroupMul(data[0].u64.x); 557 data[invocation].u64.xy = subgroupMul(data[1].u64.xy); 558 data[invocation].u64.xyz = subgroupMul(data[2].u64.xyz); 559 data[invocation].u64 = subgroupMul(data[3].u64); 561 data[invocation].u64.x = subgroupMin(data[0].u64.x); [all …]
|
D | spv.subgroupExtendedTypesArithmetic.comp | 18 u64vec4 u64; 551 data[invocation].u64.x = subgroupAdd(data[0].u64.x); 552 data[invocation].u64.xy = subgroupAdd(data[1].u64.xy); 553 data[invocation].u64.xyz = subgroupAdd(data[2].u64.xyz); 554 data[invocation].u64 = subgroupAdd(data[3].u64); 556 data[invocation].u64.x = subgroupMul(data[0].u64.x); 557 data[invocation].u64.xy = subgroupMul(data[1].u64.xy); 558 data[invocation].u64.xyz = subgroupMul(data[2].u64.xyz); 559 data[invocation].u64 = subgroupMul(data[3].u64); 561 data[invocation].u64.x = subgroupMin(data[0].u64.x); [all …]
|
D | spv.subgroupExtendedTypesClusteredNeg.comp | 18 u64vec4 u64; 201 data[invocation].u64.x = subgroupClusteredAdd(data[0].u64.x, 1); 202 data[invocation].u64.xy = subgroupClusteredAdd(data[1].u64.xy, 1); 203 data[invocation].u64.xyz = subgroupClusteredAdd(data[2].u64.xyz, 1); 204 data[invocation].u64 = subgroupClusteredAdd(data[3].u64, 1); 206 data[invocation].u64.x = subgroupClusteredMul(data[0].u64.x, 1); 207 data[invocation].u64.xy = subgroupClusteredMul(data[1].u64.xy, 1); 208 data[invocation].u64.xyz = subgroupClusteredMul(data[2].u64.xyz, 1); 209 data[invocation].u64 = subgroupClusteredMul(data[3].u64, 1); 211 data[invocation].u64.x = subgroupClusteredMin(data[0].u64.x, 1); [all …]
|
D | spv.subgroupExtendedTypesClustered.comp | 18 u64vec4 u64; 201 data[invocation].u64.x = subgroupClusteredAdd(data[0].u64.x, 1); 202 data[invocation].u64.xy = subgroupClusteredAdd(data[1].u64.xy, 1); 203 data[invocation].u64.xyz = subgroupClusteredAdd(data[2].u64.xyz, 1); 204 data[invocation].u64 = subgroupClusteredAdd(data[3].u64, 1); 206 data[invocation].u64.x = subgroupClusteredMul(data[0].u64.x, 1); 207 data[invocation].u64.xy = subgroupClusteredMul(data[1].u64.xy, 1); 208 data[invocation].u64.xyz = subgroupClusteredMul(data[2].u64.xyz, 1); 209 data[invocation].u64 = subgroupClusteredMul(data[3].u64, 1); 211 data[invocation].u64.x = subgroupClusteredMin(data[0].u64.x, 1); [all …]
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | x86_64.rs | 4 pub type c_ulong = u64; 10 pub rdi: u64, 11 pub rsi: u64, 12 pub rdx: u64, 13 pub r10: u64, 14 pub r8: u64, 15 pub r9: u64, 16 pub rax: u64, 17 pub rbx: u64, 18 pub rbp: u64, [all …]
|
/third_party/rust/crates/minimal-lexical/src/ |
D | num.rs | 66 const SIGN_MASK: u64; 68 const EXPONENT_MASK: u64; 70 const HIDDEN_BIT_MASK: u64; 72 const MANTISSA_MASK: u64; 88 const CARRY_MASK: u64; 95 const MAX_MANTISSA_FAST_PATH: u64 = 2_u64 << Self::MANTISSA_SIZE; 141 fn from_u64(u: u64) -> Self; in from_u64() 144 fn from_bits(u: u64) -> Self; in from_bits() 145 fn to_bits(self) -> u64; in to_bits() argument 160 unsafe fn int_pow_fast_path(exponent: usize, radix: u32) -> u64 { in int_pow_fast_path() argument [all …]
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 3 pub type ino_t = u64; 6 pub type shmatt_t = u64; 7 pub type msgqnum_t = u64; 8 pub type msglen_t = u64; 9 pub type fsblkcnt_t = u64; 10 pub type fsfilcnt_t = u64; 11 pub type rlim_t = u64; 34 __val: [u64; 16], 39 pub loads: [u64; 3], 40 pub totalram: u64, [all …]
|
/third_party/rust/crates/rustix/tests/fs/ |
D | invalid_offset.rs | 27 seek(&file, SeekFrom::Start(u64::MAX)).unwrap_err(); in invalid_offset_seek() 28 seek(&file, SeekFrom::Start(i64::MAX as u64 + 1)).unwrap_err(); in invalid_offset_seek() 56 fallocate(&file, FallocateFlags::empty(), u64::MAX, 1).unwrap_err(); in invalid_offset_fallocate() 57 fallocate(&file, FallocateFlags::empty(), i64::MAX as u64 + 1, 1).unwrap_err(); in invalid_offset_fallocate() 58 fallocate(&file, FallocateFlags::empty(), 0, u64::MAX).unwrap_err(); in invalid_offset_fallocate() 59 fallocate(&file, FallocateFlags::empty(), 0, i64::MAX as u64 + 1).unwrap_err(); in invalid_offset_fallocate() 87 fadvise(&file, i64::MAX as u64, i64::MAX as u64, Advice::Normal).unwrap(); in invalid_offset_fadvise() 88 fadvise(&file, u64::MAX, 0, Advice::Normal).unwrap(); in invalid_offset_fadvise() 89 fadvise(&file, i64::MAX as u64, 1, Advice::Normal).unwrap(); in invalid_offset_fadvise() 90 fadvise(&file, 1, i64::MAX as u64, Advice::Normal).unwrap(); in invalid_offset_fadvise() [all …]
|
D | y2038.rs | 50 TryInto::<u64>::try_into(stat.st_mtime).unwrap() as u64, in test_y2038_with_utimensat() 59 assert!(TryInto::<u64>::try_into(stat.st_atime).unwrap() as u64 >= a_sec); in test_y2038_with_utimensat() 63 TryInto::<u64>::try_into(stat.st_atime).unwrap() as u64 > a_sec in test_y2038_with_utimensat() 68 TryInto::<u64>::try_into(stat.st_atime).unwrap() as u64 > a_sec in test_y2038_with_utimensat() 77 TryInto::<u64>::try_into(stat.st_mtime).unwrap() as u64, in test_y2038_with_utimensat() 86 assert!(TryInto::<u64>::try_into(stat.st_atime).unwrap() as u64 >= a_sec); in test_y2038_with_utimensat() 90 TryInto::<u64>::try_into(stat.st_atime).unwrap() as u64 > a_sec in test_y2038_with_utimensat() 95 TryInto::<u64>::try_into(stat.st_atime).unwrap() as u64 > a_sec in test_y2038_with_utimensat() 148 assert_eq!(TryInto::<u64>::try_into(stat.st_mtime).unwrap(), m_sec); in test_y2038_with_futimens() 155 assert!(TryInto::<u64>::try_into(stat.st_atime).unwrap() >= a_sec); in test_y2038_with_futimens() [all …]
|
/third_party/rust/crates/libc/src/unix/bsd/apple/b64/x86_64/ |
D | mod.rs | 24 pub __faultvaddr: u64, 28 pub __rax: u64, 29 pub __rbx: u64, 30 pub __rcx: u64, 31 pub __rdx: u64, 32 pub __rdi: u64, 33 pub __rsi: u64, 34 pub __rbp: u64, 35 pub __rsp: u64, 36 pub __r8: u64, [all …]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | issue-816.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() argument 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() argument 125 self._bitfield_1.set(0usize, 1u8, val as u64) in set_bit_1() 138 self._bitfield_1.set(1usize, 1u8, val as u64) in set_bit_2() 151 self._bitfield_1.set(2usize, 1u8, val as u64) in set_bit_3() 164 self._bitfield_1.set(3usize, 1u8, val as u64) in set_bit_4() 177 self._bitfield_1.set(4usize, 1u8, val as u64) in set_bit_5() 190 self._bitfield_1.set(5usize, 1u8, val as u64) in set_bit_6() 203 self._bitfield_1.set(6usize, 1u8, val as u64) in set_bit_7() 216 self._bitfield_1.set(7usize, 1u8, val as u64) in set_bit_8() [all …]
|
D | bitfield-32bit-overflow.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() argument 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() argument 124 self._bitfield_1.set(0usize, 1u8, val as u64) in set_m0() 137 self._bitfield_1.set(1usize, 1u8, val as u64) in set_m1() 150 self._bitfield_1.set(2usize, 1u8, val as u64) in set_m2() 163 self._bitfield_1.set(3usize, 1u8, val as u64) in set_m3() 176 self._bitfield_1.set(4usize, 1u8, val as u64) in set_m4() 189 self._bitfield_1.set(5usize, 1u8, val as u64) in set_m5() 202 self._bitfield_1.set(6usize, 1u8, val as u64) in set_m6() 215 self._bitfield_1.set(7usize, 1u8, val as u64) in set_m7() [all …]
|
D | issue-739-pointer-wide-bitfield.rs | 55 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() argument 76 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() argument 99 pub _bitfield_align_1: [u64; 0], 119 ::std::mem::transmute(self._bitfield_1.get(0usize, 64u8) as u64) in m_bitfield() 125 let val: u64 = ::std::mem::transmute(val); in set_m_bitfield() 126 self._bitfield_1.set(0usize, 64u8, val as u64) in set_m_bitfield() 132 ::std::mem::transmute(self._bitfield_1.get(64usize, 64u8) as u64) in m_bar() 138 let val: u64 = ::std::mem::transmute(val); in set_m_bar() 139 self._bitfield_1.set(64usize, 64u8, val as u64) in set_m_bar() 145 ::std::mem::transmute(self._bitfield_1.get(128usize, 1u8) as u64) in foo() [all …]
|
D | bitfield-linux-32.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() argument 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() argument 97 pub foo: u64, 98 pub _bitfield_align_1: [u64; 0], 124 pub fn x(&self) -> u64 { in x() argument 126 ::std::mem::transmute(self._bitfield_1.get(0usize, 56u8) as u64) in x() 130 pub fn set_x(&mut self, val: u64) { in set_x() argument 132 let val: u64 = ::std::mem::transmute(val); in set_x() 133 self._bitfield_1.set(0usize, 56u8, val as u64) in set_x() 137 pub fn y(&self) -> u64 { in y() argument [all …]
|
D | layout_mbuf.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() argument 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() argument 96 pub type phys_addr_t = u64; 99 pub type MARKER64 = [u64; 0usize]; 152 pub ol_flags: u64, 285 self._bitfield_1.set(0usize, 4u8, val as u64) in set_l2_type() 298 self._bitfield_1.set(4usize, 4u8, val as u64) in set_l3_type() 311 self._bitfield_1.set(8usize, 4u8, val as u64) in set_l4_type() 324 self._bitfield_1.set(12usize, 4u8, val as u64) in set_tun_type() 337 self._bitfield_1.set(16usize, 4u8, val as u64) in set_inner_l2_type() [all …]
|
D | layout_mbuf_1_0.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() argument 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() argument 139 pub type phys_addr_t = u64; 142 pub type MARKER64 = [u64; 0usize]; 199 pub ol_flags: u64, 337 self._bitfield_1.set(0usize, 4u8, val as u64) in set_l2_type() 350 self._bitfield_1.set(4usize, 4u8, val as u64) in set_l3_type() 363 self._bitfield_1.set(8usize, 4u8, val as u64) in set_l4_type() 376 self._bitfield_1.set(12usize, 4u8, val as u64) in set_tun_type() 389 self._bitfield_1.set(16usize, 4u8, val as u64) in set_inner_l2_type() [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.atomicInt64.comp.out | 18 Name 12 "u64" 21 MemberName 14(Buffer) 1 "u64" 25 MemberName 84(Struct) 1 "u64" 65 12(u64): 11(ptr) Variable Function 67 Store 12(u64) 13 75 33: 10(int64_t) Load 12(u64) 77 Store 12(u64) 34 85 41: 10(int64_t) Load 12(u64) 87 Store 12(u64) 42 95 49: 10(int64_t) Load 12(u64) [all …]
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 5 pub type c_ulong = u64; 48 pub f_type: u64, 49 pub f_bsize: u64, 50 pub f_blocks: u64, 51 pub f_bfree: u64, 52 pub f_bavail: u64, 53 pub f_files: u64, 54 pub f_ffree: u64, 56 pub f_namelen: u64, 57 pub f_frsize: u64, [all …]
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | endians.h | 100 (u64)((((u64)(x) & 0xff00000000000000ull) >> 56) | \ 101 (((u64)(x) & 0x00ff000000000000ull) >> 40) | \ 102 (((u64)(x) & 0x0000ff0000000000ull) >> 24) | \ 103 (((u64)(x) & 0x000000ff00000000ull) >> 8) | \ 104 (((u64)(x) & 0x00000000ff000000ull) << 8) | \ 105 (((u64)(x) & 0x0000000000ff0000ull) << 24) | \ 106 (((u64)(x) & 0x000000000000ff00ull) << 40) | \ 107 (((u64)(x) & 0x00000000000000ffull) << 56)) 145 #define __constant_be64_to_cpu(x) __ntfs_bswap_constant_64((u64)(x)) 149 #define __constant_cpu_to_be64(x) __ntfs_bswap_constant_64((u64)(x)) [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
D | shift-assign1.c | 6 typedef __UINT64_TYPE__ u64; typedef 13 s16 s16u64(s16 a, u64 b) { a >>= b; return a; } in s16u64() 19 s32 s32u64(s32 a, u64 b) { a >>= b; return a; } in s32u64() 25 s64 s64u64(s64 a, u64 b) { a >>= b; return a; } in s64u64() 31 u16 u16u64(u16 a, u64 b) { a >>= b; return a; } in u16u64() 37 u32 u32u64(u32 a, u64 b) { a >>= b; return a; } in u32u64() 38 u64 u64s16(u64 a, s16 b); 39 u64 u64s32(u64 a, s32 b); 40 u64 u64s64(u64 a, s64 b) { a >>= b; return a; } in u64s64() 41 u64 u64u16(u64 a, u16 b) { a >>= b; return a; } in u64u16() [all …]
|