/external/crosvm/devices/src/pci/ |
D | ac97_regs.rs | 32 pub const MIXER_REGS_SIZE: u64 = 0x100; 33 pub const MASTER_REGS_SIZE: u64 = 0x400; 35 pub const MIXER_MASTER_VOL_MUTE_02: u64 = 0x02; 36 pub const MIXER_MIC_VOL_MUTE_0E: u64 = 0x0e; 37 pub const MIXER_PCM_OUT_VOL_MUTE_18: u64 = 0x18; 38 pub const MIXER_REC_VOL_MUTE_1C: u64 = 0x1c; 39 pub const MIXER_POWER_DOWN_CONTROL_26: u64 = 0x26; 40 pub const MIXER_VENDOR_ID1_7C: u64 = 0x7c; 41 pub const MIXER_VENDOR_ID2_7E: u64 = 0x7e; 70 pub const GLOB_CNT_2C: u64 = 0x2C; [all …]
|
/external/u-boot/fs/btrfs/ |
D | btrfs.h | 32 static inline u64 btrfs_name_hash(const char *name, int len) in btrfs_name_hash() 41 int btrfs_devread(u64, int, void *); 44 u64 btrfs_map_logical_to_physical(u64); 59 int btrfs_lookup_dir_item(const struct btrfs_root *, u64, const char *, int, 61 int btrfs_readdir(const struct btrfs_root *, u64, btrfs_readdir_callback_t); 64 int btrfs_find_root(u64, struct btrfs_root *, struct btrfs_root_item *); 65 u64 btrfs_lookup_root_ref(u64, struct btrfs_root_ref *, char *); 68 u64 btrfs_lookup_inode_ref(struct btrfs_root *, u64, struct btrfs_inode_ref *, 72 int btrfs_readlink(const struct btrfs_root *, u64, char *); 73 u64 btrfs_lookup_path(struct btrfs_root *, u64, const char *, u8 *, [all …]
|
/external/u-boot/include/linux/ |
D | math64.h | 19 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 37 static inline u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem() 46 static inline u64 div64_u64(u64 dividend, u64 divisor) in div64_u64() 65 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 77 extern u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder); 81 extern u64 div64_u64(u64 dividend, u64 divisor); 98 static inline u64 div_u64(u64 dividend, u32 divisor) in div_u64() 116 u32 iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder); 119 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in __iter_div_u64_rem() 141 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32() [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/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.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.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 …]
|
/external/angle/third_party/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.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 …]
|
/external/u-boot/arch/arm/cpu/armv8/ |
D | cache_v8.c | 38 u64 get_tcr(int el, u64 *pips, u64 *pva_bits) in get_tcr() 40 u64 max_addr = 0; in get_tcr() 41 u64 ips, va_bits; in get_tcr() 42 u64 tcr; in get_tcr() 92 static int pte_type(u64 *pte) in pte_type() 104 static u64 *find_pte(u64 addr, int level) in find_pte() 107 u64 *pte; in find_pte() 108 u64 idx; in find_pte() 109 u64 va_bits; in find_pte() 122 pte = (u64*)gd->arch.tlb_addr; in find_pte() [all …]
|
/external/crosvm/qcow/src/ |
D | qcow_raw_file.rs | 15 cluster_size: u64, 16 cluster_mask: u64, 22 pub fn from(file: File, cluster_size: u64) -> Option<Self> { in from() 37 offset: u64, in read_pointer_table() argument 38 count: u64, in read_pointer_table() argument 39 mask: Option<u64>, in read_pointer_table() argument 40 ) -> io::Result<Vec<u64>> { in read_pointer_table() argument 54 pub fn read_pointer_cluster(&mut self, offset: u64, mask: Option<u64>) -> io::Result<Vec<u64>> { in read_pointer_cluster() argument 55 let count = self.cluster_size / size_of::<u64>() as u64; in read_pointer_cluster() 64 offset: u64, in write_pointer_table() argument [all …]
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 5 pub type ino_t = u64; 8 pub type shmatt_t = u64; 9 pub type msgqnum_t = u64; 10 pub type msglen_t = u64; 11 pub type fsblkcnt_t = u64; 12 pub type fsfilcnt_t = u64; 13 pub type rlim_t = u64; 21 __val: [u64; 16], 26 pub loads: [u64; 3], 27 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/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/u-boot/arch/x86/lib/ |
D | div64.c | 12 u64 longw; 19 u64 __ashldi3(u64 num, unsigned int shift) in __ashldi3() 37 u64 __lshrdi3(u64 num, unsigned int shift) in __lshrdi3() 55 #define MAX_32BIT_UINT ((((u64)1) << 32) - 1) 57 static u64 _64bit_divide(u64 dividend, u64 divider, u64 *rem_p) in _64bit_divide() 59 u64 result = 0; in _64bit_divide() 83 u64 locald = divider; in _64bit_divide() 84 u64 limit = __lshrdi3(dividend, 1); in _64bit_divide() 101 u64 __udivdi3(u64 num, u64 den) in __udivdi3() 106 u64 __umoddi3(u64 num, u64 den) in __umoddi3() [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/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 …]
|
/external/crosvm/aarch64/src/ |
D | lib.rs | 31 const AARCH64_KERNEL_OFFSET: u64 = 0x80000; 32 const AARCH64_FDT_MAX_SIZE: u64 = 0x200000; 33 const AARCH64_INITRD_ALIGN: u64 = 0x1000000; 36 const AARCH64_GIC_DIST_SIZE: u64 = 0x10000; 37 const AARCH64_GIC_CPUI_SIZE: u64 = 0x20000; 40 const AARCH64_PHYS_MEM_START: u64 = 0x80000000; 41 const AARCH64_AXI_BASE: u64 = 0x40000000; 45 const AARCH64_GIC_DIST_BASE: u64 = AARCH64_AXI_BASE - AARCH64_GIC_DIST_SIZE; 46 const AARCH64_GIC_CPUI_BASE: u64 = AARCH64_GIC_DIST_BASE - AARCH64_GIC_CPUI_SIZE; 53 const PSR_MODE_EL1H: u64 = 0x00000005; [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 …]
|
/external/crosvm/data_model/src/ |
D | volatile_memory.rs | 35 OutOfBounds { addr: u64 }, 37 Overflow { base: u64, offset: u64 }, 76 pub fn calc_offset(base: u64, offset: u64) -> Result<u64> { in calc_offset() argument 87 fn get_slice(&self, offset: u64, count: u64) -> Result<VolatileSlice>; in get_slice() argument 90 fn get_ref<T: DataInit>(&self, offset: u64) -> Result<VolatileRef<T>> { in get_ref() 91 let slice = self.get_slice(offset, size_of::<T>() as u64)?; in get_ref() 100 fn get_slice(&self, offset: u64, count: u64) -> Result<VolatileSlice> { in get_slice() argument 102 if mem_end > self.len() as u64 { in get_slice() 105 Ok(unsafe { VolatileSlice::new((self.as_ptr() as u64 + offset) as *mut _, count) }) in get_slice() 113 size: u64, [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 81 u64 v1, u64 v2); 83 const u64 kShadowRodata = (u64)-1; // .rodata shadow marker 93 FastState(u64 tid, u64 epoch) { in FastState() 101 explicit FastState(u64 x) in FastState() 105 u64 raw() const { in raw() 109 u64 tid() const { in tid() 110 u64 res = (x_ & ~kIgnoreBit) >> kTidShift; in tid() 114 u64 TidWithIgnore() const { in TidWithIgnore() 115 u64 res = x_ >> kTidShift; in TidWithIgnore() 119 u64 epoch() const { in epoch() [all …]
|
/external/crosvm/resources/src/ |
D | system_allocator.rs | 63 io_base: Option<u64>, in new() argument 64 io_size: Option<u64>, in new() argument 65 dev_base: u64, in new() argument 66 dev_size: u64, in new() argument 67 mmio_base: u64, in new() argument 68 mmio_size: u64, in new() argument 72 let page_size = pagesize() as u64; in new() 135 io_base: Option<u64>, 136 io_size: Option<u64>, 137 mmio_base: Option<u64>, [all …]
|
/external/u-boot/lib/ |
D | div64.c | 33 uint32_t __attribute__((weak, no_instrument_function)) __div64_32(u64 *n, in __div64_32() 36 u64 rem = *n; in __div64_32() 37 u64 b = base; in __div64_32() 38 u64 res, d = 1; in __div64_32() 45 res = (u64)high << 32; in __div64_32() 46 rem -= (u64)(high * base) << 32; in __div64_32() 72 u64 quotient; in div_s64_rem() 101 u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem() 104 u64 quot; in div64_u64_rem() 141 u64 div64_u64(u64 dividend, u64 divisor) in div64_u64() [all …]
|