/external/rust/crates/ryu/src/ |
D | d2s_intrinsics.rs | 26 pub fn umul128(a: u64, b: u64) -> (u64, u64) { in umul128() argument 32 let b00 = a_lo as u64 * b_lo as u64; in umul128() 33 let b01 = a_lo as u64 * b_hi as u64; in umul128() 34 let b10 = a_hi as u64 * b_lo as u64; in umul128() 35 let b11 = a_hi as u64 * b_hi as u64; in umul128() 40 let mid1 = b10 + b00_hi as u64; in umul128() 44 let mid2 = b01 + mid1_lo as u64; in umul128() 48 let p_hi = b11 + mid1_hi as u64 + mid2_hi as u64; in umul128() 49 let p_lo = ((mid2_lo as u64) << 32) | b00_lo as u64; in umul128() 56 pub fn shiftright128(lo: u64, hi: u64, dist: u32) -> u64 { in shiftright128() argument [all …]
|
/external/crosvm/devices/src/pci/ |
D | ac97_regs.rs | 37 pub const MIXER_REGS_SIZE: u64 = 0x100; 38 pub const MASTER_REGS_SIZE: u64 = 0x400; 40 pub const MIXER_RESET_00: u64 = 0x00; 41 pub const MIXER_MASTER_VOL_MUTE_02: u64 = 0x02; 42 pub const MIXER_MIC_VOL_MUTE_0E: u64 = 0x0e; 43 pub const MIXER_PCM_OUT_VOL_MUTE_18: u64 = 0x18; 44 pub const MIXER_REC_VOL_MUTE_1C: u64 = 0x1c; 45 pub const MIXER_POWER_DOWN_CONTROL_26: u64 = 0x26; 46 pub const MIXER_EXTENDED_AUDIO_ID_28: u64 = 0x28; 47 pub const MIXER_EXTENDED_AUDIO_STATUS_CONTROL_28: u64 = 0x2a; [all …]
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_syscall_linux_aarch64.inc | 15 static uptr __internal_syscall(u64 nr) { 16 register u64 x8 asm("x8") = nr; 17 register u64 x0 asm("x0"); 27 static uptr __internal_syscall(u64 nr, u64 arg1) { 28 register u64 x8 asm("x8") = nr; 29 register u64 x0 asm("x0") = arg1; 37 (__internal_syscall)(n, (u64)(a1)) 39 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) { 40 register u64 x8 asm("x8") = nr; 41 register u64 x0 asm("x0") = arg1; [all …]
|
D | sanitizer_syscall_linux_riscv64.inc | 33 static uptr __internal_syscall(u64 nr) { 34 register u64 a7 asm("a7") = nr; 35 register u64 a0 asm("a0"); 44 static uptr __internal_syscall(u64 nr, u64 arg1) { 45 register u64 a7 asm("a7") = nr; 46 register u64 a0 asm("a0") = arg1; 53 #define __internal_syscall1(n, a1) (__internal_syscall)(n, (u64)(a1)) 55 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) { 56 register u64 a7 asm("a7") = nr; 57 register u64 a0 asm("a0") = arg1; [all …]
|
D | sanitizer_syscall_linux_x86_64.inc | 15 static uptr internal_syscall(u64 nr) { 16 u64 retval; 23 static uptr internal_syscall(u64 nr, T1 arg1) { 24 u64 retval; 25 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) : 31 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) { 32 u64 retval; 33 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), 34 "S"((u64)arg2) : "rcx", "r11", "memory", "cc"); 39 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) { [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_syscall_linux_aarch64.inc | 16 static uptr __internal_syscall(u64 nr) { 17 register u64 x8 asm("x8") = nr; 18 register u64 x0 asm("x0"); 28 static uptr __internal_syscall(u64 nr, u64 arg1) { 29 register u64 x8 asm("x8") = nr; 30 register u64 x0 asm("x0") = arg1; 38 (__internal_syscall)(n, (u64)(a1)) 40 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) { 41 register u64 x8 asm("x8") = nr; 42 register u64 x0 asm("x0") = arg1; [all …]
|
D | sanitizer_syscall_linux_x86_64.inc | 16 static uptr internal_syscall(u64 nr) { 17 u64 retval; 24 static uptr internal_syscall(u64 nr, T1 arg1) { 25 u64 retval; 26 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) : 32 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) { 33 u64 retval; 34 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), 35 "S"((u64)arg2) : "rcx", "r11", "memory", "cc"); 40 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) { [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/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.imageAtomic64.frag | 23 uint64_t u64; 52 u64 = imageAtomicAdd(u2D, i32v4.xy, u64); 53 u64 = imageAtomicMin(uCube, i32v4.xyz, u64); 54 u64 = imageAtomicMax(u1DArray, i32v4.xy, u64); 55 u64 = imageAtomicAnd(uCubeArray, i32v4.xyz, u64); 56 u64 = imageAtomicOr(u2DMS, i32v4.xy, i32v4.z, u64); 57 u64 = imageAtomicXor(u2D, i32v4.xy, u64); 58 u64 = imageAtomicExchange(uCube, i32v4.xyz, u64); 59 u64 = imageAtomicCompSwap(u1DArray, i32v4.xy, u64, u64 + 1); 61 …u64 = imageAtomicAdd(u2D, i32v4.xy, u64, gl_ScopeDevice, gl_StorageSemanticsImage, gl_SemanticsRel… [all …]
|
/external/deqp-deps/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.imageAtomic64.frag | 23 uint64_t u64; 52 u64 = imageAtomicAdd(u2D, i32v4.xy, u64); 53 u64 = imageAtomicMin(uCube, i32v4.xyz, u64); 54 u64 = imageAtomicMax(u1DArray, i32v4.xy, u64); 55 u64 = imageAtomicAnd(uCubeArray, i32v4.xyz, u64); 56 u64 = imageAtomicOr(u2DMS, i32v4.xy, i32v4.z, u64); 57 u64 = imageAtomicXor(u2D, i32v4.xy, u64); 58 u64 = imageAtomicExchange(uCube, i32v4.xyz, u64); 59 u64 = imageAtomicCompSwap(u1DArray, i32v4.xy, u64, u64 + 1); 61 …u64 = imageAtomicAdd(u2D, i32v4.xy, u64, gl_ScopeDevice, gl_StorageSemanticsImage, gl_SemanticsRel… [all …]
|
/external/crosvm/disk/src/qcow/ |
D | qcow_raw_file.rs | 16 cluster_size: u64, 17 cluster_mask: u64, 23 pub fn from(file: File, cluster_size: u64) -> Option<Self> { in from() 38 offset: u64, in read_pointer_table() argument 39 count: u64, in read_pointer_table() argument 40 mask: Option<u64>, in read_pointer_table() argument 41 ) -> io::Result<Vec<u64>> { in read_pointer_table() argument 44 let mask = mask.unwrap_or(u64::max_value()); in read_pointer_table() 48 *ptr = u64::from_be_bytes(value) & mask; in read_pointer_table() 55 pub fn read_pointer_cluster(&mut self, offset: u64, mask: Option<u64>) -> io::Result<Vec<u64>> { in read_pointer_cluster() argument [all …]
|
/external/rust/crates/serde_json/src/lexical/ |
D | rounding.rs | 14 pub(crate) fn nth_bit(n: u64) -> u64 { in nth_bit() argument 15 let bits: u64 = mem::size_of::<u64>() as u64 * 8; in nth_bit() 23 pub(crate) fn lower_n_mask(n: u64) -> u64 { in lower_n_mask() argument 24 let bits: u64 = mem::size_of::<u64>() as u64 * 8; in lower_n_mask() 28 u64::max_value() in lower_n_mask() 36 pub(crate) fn lower_n_halfway(n: u64) -> u64 { in lower_n_halfway() argument 37 let bits: u64 = mem::size_of::<u64>() as u64 * 8; in lower_n_halfway() 49 pub(crate) fn internal_n_mask(bit: u64, n: u64) -> u64 { in internal_n_mask() argument 50 let bits: u64 = mem::size_of::<u64>() as u64 * 8; in internal_n_mask() 71 let mask: u64 = lower_n_mask(shift as u64); in round_nearest() [all …]
|
D | large_powers64.rs | 6 const POW5_1: [u64; 1] = [5]; 7 const POW5_2: [u64; 1] = [25]; 8 const POW5_3: [u64; 1] = [625]; 9 const POW5_4: [u64; 1] = [390625]; 10 const POW5_5: [u64; 1] = [152587890625]; 11 const POW5_6: [u64; 2] = [3273344365508751233, 1262]; 12 const POW5_7: [u64; 3] = [7942358959831785217, 16807427164405733357, 1593091]; 13 const POW5_8: [u64; 5] = [ 20 const POW5_9: [u64; 10] = [ 32 const POW5_10: [u64; 19] = [ [all …]
|
/external/rust/crates/quiche/src/ |
D | ranges.rs | 35 inner: BTreeMap<u64, u64>, 49 pub fn insert(&mut self, item: Range<u64>) { in insert() argument 93 pub fn remove_until(&mut self, largest: u64) { in remove_until() argument 94 let ranges: Vec<Range<u64>> = self in remove_until() 110 pub fn push_item(&mut self, item: u64) { in push_item() argument 115 pub fn first(&self) -> Option<u64> { in first() argument 119 pub fn last(&self) -> Option<u64> { in last() argument 141 fn prev_to(&self, item: u64) -> Option<Range<u64>> { in prev_to() argument 148 fn next_to(&self, item: u64) -> Option<Range<u64>> { in next_to() argument 165 impl PartialEq<Range<u64>> for RangeSet { [all …]
|
/external/crosvm/fuse/src/ |
D | sys.rs | 21 pub const ROOT_ID: u64 = 1; 452 const SETUPMAPPING_FLAG_WRITE: u64 = 1; 453 const SETUPMAPPING_FLAG_READ: u64 = 2; 456 pub struct SetUpMappingFlags: u64 { 470 pub ino: u64, 471 pub size: u64, 472 pub blocks: u64, 473 pub atime: u64, 474 pub mtime: u64, 475 pub ctime: u64, [all …]
|
/external/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 …]
|
/external/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; 29 __val: [u64; 16], 34 pub loads: [u64; 3], 35 pub totalram: u64, [all …]
|
/external/bcc/tests/python/ |
D | kprobe.b | 7 u64 r15:64; 8 u64 r14:64; 9 u64 r13:64; 10 u64 r12:64; 11 u64 bp:64; 12 u64 bx:64; 13 u64 r11:64; 14 u64 r10:64; 15 u64 r9:64; 16 u64 r8:64; [all …]
|
/external/rust/crates/ahash/src/ |
D | specialize.rs | 31 fn get_hash<H: Hasher>(value: &Self, hasher: H) -> u64; in get_hash() argument 40 fn get_hash<H: Hasher>(value: &T, mut hasher: H) -> u64 { in get_hash() argument 52 default fn get_hash<H: Hasher>(value: &T, mut hasher: H) -> u64 { in get_hash() argument 63 fn get_hash<H: Hasher>(value: &$typ, hasher: H) -> u64 { 64 hasher.hash_u64(*value as u64) 70 fn get_hash<H: Hasher>(value: &&$typ, hasher: H) -> u64 { 71 hasher.hash_u64(**value as u64) 77 fn get_hash<H: Hasher>(value: &&&$typ, hasher: H) -> u64 { 78 hasher.hash_u64(***value as u64) 86 call_hasher_impl!(u64); [all …]
|
D | random_state.rs | 24 static ref SEEDS: [[u64; 4]; 2] = { 35 pub(crate) const PI: [u64; 4] = [ 43 const PI2: [u64; 4] = [ 51 pub(crate) fn seeds() -> [u64; 4] { in seeds() 55 { [const_random!(u64), const_random!(u64), const_random!(u64), const_random!(u64)] } 70 pub(crate) k0: u64, 71 pub(crate) k1: u64, 72 pub(crate) k2: u64, 73 pub(crate) k3: u64, 94 [const_random!(u64), const_random!(u64), const_random!(u64), const_random!(u64)], in new() [all …]
|
/external/linux-kselftest/tools/testing/selftests/kvm/include/ |
D | evmcs.h | 17 #define u64 uint64_t macro 42 u64 host_ia32_pat; 43 u64 host_ia32_efer; 45 u64 host_cr0; 46 u64 host_cr3; 47 u64 host_cr4; 49 u64 host_ia32_sysenter_esp; 50 u64 host_ia32_sysenter_eip; 51 u64 host_rip; 58 u64 io_bitmap_a; [all …]
|
/external/crosvm/resources/src/ |
D | system_allocator.rs | 73 io_base: Option<u64>, in new() argument 74 io_size: Option<u64>, in new() argument 75 high_base: u64, in new() argument 76 high_size: u64, in new() argument 77 low_base: u64, in new() argument 78 low_size: u64, in new() argument 81 let page_size = pagesize() as u64; in new() 98 first_irq as u64, in new() 99 1024 - first_irq as u64, in new() 124 .allocate_at(irq as u64, 1, id, "irq-fixed".to_string()) in reserve_irq() [all …]
|
/external/blktrace/iowatcher/ |
D | blkparse.h | 30 u64 min; 31 u64 max; 32 u64 map; 39 u64 len; 43 u64 start_timestamp; 56 u64 mpstat_len; 63 u64 fio_len; 78 u64 min_offset; 79 u64 max_offset; 121 u64 find_last_time(struct trace *trace); [all …]
|
/external/crosvm/x86_64/src/ |
D | gdt.rs | 10 pub fn gdt_entry(flags: u16, base: u32, limit: u32) -> u64 { in gdt_entry() argument 11 (((base as u64) & 0xff000000u64) << (56 - 24)) in gdt_entry() 12 | (((flags as u64) & 0x0000f0ffu64) << 40) in gdt_entry() 13 | (((limit as u64) & 0x000f0000u64) << (48 - 16)) in gdt_entry() 14 | (((base as u64) & 0x00ffffffu64) << 16) in gdt_entry() 15 | ((limit as u64) & 0x0000ffffu64) in gdt_entry() 18 fn get_base(entry: u64) -> u64 { in get_base() argument 24 fn get_limit(entry: u64) -> u32 { in get_limit() 28 fn get_g(entry: u64) -> u8 { in get_g() 32 fn get_db(entry: u64) -> u8 { in get_db() [all …]
|