/third_party/uboot/u-boot-2020.01/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 …]
|
/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 | 101 typedef unsigned long u64; typedef 105 u64 h[3]; 106 u64 r[2]; 110 static u64 U8TOU64(const unsigned char *p) in U8TOU64() 112 return (((u64)(p[0] & 0xff)) | in U8TOU64() 113 ((u64)(p[1] & 0xff) << 8) | in U8TOU64() 114 ((u64)(p[2] & 0xff) << 16) | in U8TOU64() 115 ((u64)(p[3] & 0xff) << 24) | in U8TOU64() 116 ((u64)(p[4] & 0xff) << 32) | in U8TOU64() 117 ((u64)(p[5] & 0xff) << 40) | in U8TOU64() [all …]
|
/third_party/uboot/u-boot-2020.01/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 …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/hw_compressed/ |
D | cache_v8_hi3535av100.c | 95 u64 get_tcr(int el, u64 *pips, u64 *pva_bits) in get_tcr() 97 u64 max_addr = 0; in get_tcr() 98 u64 ips, va_bits; in get_tcr() 99 u64 tcr; in get_tcr() 149 static int pte_type(u64 *pte) in pte_type() 161 static u64 *find_pte(u64 addr, int level) in find_pte() 164 u64 *pte = NULL; in find_pte() 165 u64 idx; in find_pte() 166 u64 va_bits; in find_pte() 179 pte = (u64*)gd->arch.tlb_addr; in find_pte() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/hw_compressed/ |
D | cache_v8_hi3531dv200.c | 95 u64 get_tcr(int el, u64 *pips, u64 *pva_bits) in get_tcr() 97 u64 max_addr = 0; in get_tcr() 98 u64 ips, va_bits; in get_tcr() 99 u64 tcr; in get_tcr() 149 static int pte_type(u64 *pte) in pte_type() 161 static u64 *find_pte(u64 addr, int level) in find_pte() 164 u64 *pte = NULL; in find_pte() 165 u64 idx; in find_pte() 166 u64 va_bits; in find_pte() 179 pte = (u64*)gd->arch.tlb_addr; in find_pte() [all …]
|
/third_party/uboot/u-boot-2020.01/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 …]
|
/third_party/eudev/src/shared/ |
D | siphash24.c | 23 typedef uint64_t u64; typedef 27 #define ROTL(x,b) (u64)( ((x) << (b)) | ( (x) >> (64 - (b))) ) 38 (((u64)((p)[0]) ) | \ 39 ((u64)((p)[1]) << 8) | \ 40 ((u64)((p)[2]) << 16) | \ 41 ((u64)((p)[3]) << 24) | \ 42 ((u64)((p)[4]) << 32) | \ 43 ((u64)((p)[5]) << 40) | \ 44 ((u64)((p)[6]) << 48) | \ 45 ((u64)((p)[7]) << 56)) [all …]
|
/third_party/uboot/u-boot-2020.01/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 …]
|
/third_party/uboot/u-boot-2020.01/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 …]
|
/third_party/uboot/u-boot-2020.01/include/ |
D | div64.h | 31 __rem = ((u64)(n)) % __base; \ 32 (n) = ((u64)(n)) / __base; \ 65 u64 ___res, ___x, ___t, ___m, ___n = (n); \ 160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64() 166 u64 res, tmp; in __arch_xprod_64() 169 res = ((u64)m_lo * n_lo) >> 32; in __arch_xprod_64() 172 res = (m + (u64)m_lo * n_lo) >> 32; in __arch_xprod_64() 174 res = m + (u64)m_lo * n_lo; in __arch_xprod_64() 181 res += (u64)m_lo * n_hi; in __arch_xprod_64() 182 res += (u64)m_hi * n_lo; in __arch_xprod_64() [all …]
|
D | efi.h | 97 typedef u64 efi_physical_addr_t; 98 typedef u64 efi_virtual_addr_t; 110 u64 signature; 181 #define EFI_MEMORY_UC ((u64)0x0000000000000001ULL) /* uncached */ 182 #define EFI_MEMORY_WC ((u64)0x0000000000000002ULL) /* write-coalescing */ 183 #define EFI_MEMORY_WT ((u64)0x0000000000000004ULL) /* write-through */ 184 #define EFI_MEMORY_WB ((u64)0x0000000000000008ULL) /* write-back */ 185 #define EFI_MEMORY_UCE ((u64)0x0000000000000010ULL) /* uncached, exported */ 186 #define EFI_MEMORY_WP ((u64)0x0000000000001000ULL) /* write-protect */ 187 #define EFI_MEMORY_RP ((u64)0x0000000000002000ULL) /* read-protect */ [all …]
|
D | dfu.h | 64 u64 start; 65 u64 size; 72 u64 start; 73 u64 size; 90 u64 start; 91 u64 size; 131 int (*get_medium_size)(struct dfu_entity *dfu, u64 *size); 134 u64 offset, void *buf, long *len); 137 u64 offset, void *buf, long *len); 148 u64 offset; [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/uboot/u-boot-2020.01/arch/arm/include/asm/ |
D | system.h | 113 u64 get_page_table_size(void); 183 void __asm_flush_dcache_range(u64 start, u64 end); 198 void __asm_invalidate_dcache_range(u64 start, u64 end); 204 void __asm_switch_ttbr(u64 new_ttbr); 219 void __noreturn armv8_switch_to_el2(u64 args, u64 mach_nr, u64 fdt_addr, 220 u64 arg4, u64 entry_point, u64 es_flag); 234 void armv8_switch_to_el1(u64 args, u64 mach_nr, u64 fdt_addr, 235 u64 arg4, u64 entry_point, u64 es_flag); 236 void armv8_el2_to_aarch32(u64 args, u64 mach_nr, u64 fdt_addr, 237 u64 arg4, u64 entry_point); [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/cache/ |
D | cache-v5l2.c | 15 volatile u64 configure; 16 volatile u64 control; 17 volatile u64 hpm0; 18 volatile u64 hpm1; 19 volatile u64 hpm2; 20 volatile u64 hpm3; 21 volatile u64 error_status; 22 volatile u64 ecc_error; 23 volatile u64 cctl_command0; 24 volatile u64 cctl_access_line0; [all …]
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/src/ |
D | nanosleep.c | 31 unsigned __int64 u64, want, real; in nanosleep() local 45 want = u64 = request->tv_sec * POW10_3 + request->tv_nsec / POW10_6; in nanosleep() 46 while (u64 > 0 && rc == 0) { in nanosleep() 47 if (u64 >= MAX_SLEEP_IN_MS) ms = MAX_SLEEP_IN_MS; in nanosleep() 48 else ms = (unsigned long) u64; in nanosleep() 50 u64 -= ms; in nanosleep() 59 if (real >= want) u64 = 0; in nanosleep() 60 else u64 = want - real; in nanosleep() 62 remain->tv_sec = u64 / POW10_3; in nanosleep() 63 remain->tv_nsec = (long) (u64 % POW10_3) * POW10_6; in nanosleep()
|
/third_party/openssl/crypto/modes/ |
D | modes_local.h | 14 typedef unsigned __int64 u64; typedef 18 typedef unsigned long u64; typedef 22 typedef unsigned long long u64; typedef 51 # define BSWAP8(x) ({ u64 ret_=(x); \ 58 # define BSWAP8(x) ({ u32 lo_=(u64)(x)>>32,hi_=(x); \ 61 (u64)hi_<<32|lo_; }) 68 # define BSWAP8(x) ({ u64 ret_; \ 76 # define BSWAP8(x) ({ u32 lo_=(u64)(x)>>32,hi_=(x); \ 79 (u64)hi_<<32|lo_; }) 89 # define BSWAP8(x) _byteswap_uint64((u64)(x)) [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-tegra/ |
D | cboot.c | 54 static u64 ram_top __attribute__((section(".data"))); 56 static u64 region_base __attribute__((section(".data"))); 104 u64 bank_start, bank_end, bank_size, usable_bank_size; in cboot_dram_init() 223 static void mark_ram_allocated(int bank, u64 allocated_start, u64 allocated_end) in mark_ram_allocated() 225 u64 bank_start = tegra_mem_map[bank].virt; in mark_ram_allocated() 226 u64 bank_size = tegra_mem_map[bank].size; in mark_ram_allocated() 227 u64 bank_end = bank_start + bank_size; in mark_ram_allocated() 265 static void reserve_ram(u64 start, u64 size) in reserve_ram() 268 u64 end = start + size; in reserve_ram() 271 u64 bank_start = tegra_mem_map[bank].virt; in reserve_ram() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/armv8/ |
D | mmu.h | 106 static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr) in set_ttbr_tcr_mair() 128 u64 virt; 129 u64 phys; 130 u64 size; 131 u64 attrs; 136 u64 get_tcr(int el, u64 *pips, u64 *pva_bits);
|
/third_party/uboot/u-boot-2020.01/drivers/tee/optee/ |
D | optee_msg.h | 118 u64 buf_ptr; 119 u64 size; 120 u64 shm_ref; 130 u64 offs; 131 u64 size; 132 u64 shm_ref; 141 u64 a; 142 u64 b; 143 u64 c; 160 u64 attr;
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-rmobile/ |
D | timer.c | 18 static u64 get_cpu_global_timer(void) in get_cpu_global_timer() 21 u64 timer; in get_cpu_global_timer() 34 return (u64)((timer << 32) | low); in get_cpu_global_timer() 37 static u64 get_time_us(void) in get_time_us() 39 u64 timer = get_cpu_global_timer(); in get_time_us() 48 u64 us = get_time_us(); in get_time_ms() 62 u64 start, current; in __udelay() 63 u64 wait; in __udelay() 66 wait = (u64)((usec * CLK2MHZ(CONFIG_SYS_CPU_CLK)) >> 2); in __udelay()
|
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/ |
D | msr.h | 32 u64 q; 53 return low | ((u64)high << 32); in native_read_tscp() 64 #define EAX_EDX_VAL(val, low, high) ((low) | ((u64)(high) << 32)) 114 u64 __val = native_read_msr((msr)); \ 128 native_write_msr((msr), (u32)((u64)(val)), (u32)((u64)(val) >> 32)) 130 static inline void msr_clrsetbits_64(unsigned msr, u64 clear, u64 set) in msr_clrsetbits_64() 132 u64 val; in msr_clrsetbits_64() 140 static inline void msr_setbits_64(unsigned msr, u64 set) in msr_setbits_64() 142 u64 val; in msr_setbits_64() 149 static inline void msr_clrbits_64(unsigned msr, u64 clear) in msr_clrbits_64() [all …]
|
/third_party/ntfs-3g/libntfs-3g/ |
D | ioctl.c | 123 static int read_u64(const char *path, u64 *n) in read_u64() 139 u64 *discard_alignment, in fstrim_limits() 140 u64 *discard_granularity, in fstrim_limits() 141 u64 *discard_max_bytes) in fstrim_limits() 229 static inline LCN align_up(ntfs_volume *vol, LCN lcn, u64 granularity) in align_up() 231 u64 aligned; in align_up() 238 static inline u64 align_down(ntfs_volume *vol, u64 count, u64 granularity) in align_down() 240 u64 aligned; in align_down() 255 static int fstrim(ntfs_volume *vol, void *data, u64 *trimmed) in fstrim() 258 u64 start = range->start; in fstrim() [all …]
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl.js | 10 var u64 = function(h, l) { this.hi = h|0 >>> 0; this.lo = l|0 >>> 0; }; function 44 return new u64(h, l); 482 return new u64((c & m16) | (d << 16), (a & m16) | (b << 16)); 486 return new u64((x.hi >>> c), (x.lo >>> c) | (x.hi << (32 - c))); 495 return new u64(h, l); 507 return new u64(h, l); 513 return new u64(h, l); 519 return new u64(h, l); 528 new u64(0x428a2f98, 0xd728ae22), new u64(0x71374491, 0x23ef65cd), 529 new u64(0xb5c0fbcf, 0xec4d3b2f), new u64(0xe9b5dba5, 0x8189dbbc), [all …]
|