Searched refs:uint64_t (Results 101 - 125 of 377) sorted by relevance

1234567891011>>

/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dcpufunc.h331 static __inline uint64_t
334 uint64_t rv;
349 static __inline uint64_t
352 uint64_t rv;
358 static __inline uint64_t
361 uint64_t rv;
391 wrmsr(u_int msr, uint64_t newval)
452 static __inline uint64_t
458 return (low | ((uint64_t)high << 32));
462 load_xcr(u_int reg, uint64_t va
[all...]
/haiku/src/system/kernel/arch/sparc/
H A Darch_mmu.cpp51 uint64_t tsbEntry;
65 uint64_t tsbEntry;
/haiku/src/system/libroot/posix/musl/arch/arm64/
H A Datomic_arch.h68 static inline int a_ctz_64(uint64_t x)
78 static inline int a_clz_64(uint64_t x)
/haiku/src/system/libroot/posix/musl/math/
H A Dcbrt.c35 union {double f; uint64_t i;} u = {x};
66 u.i |= (uint64_t)hx << 32;
H A Dexp2.c29 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki)
73 uint64_t ki, idx, top, sbits;
H A Dexpm1.c124 union {double f; uint64_t i;} u = {x};
185 u.i = (uint64_t)(0x3ff + k)<<52; /* 2^k */
195 u.i = (uint64_t)(0x3ff - k)<<52; /* 2^-k */
H A Dlog10.c38 union {double f; uint64_t i;} u = {x};
64 u.i = (uint64_t)hx<<32 | (u.i&0xffffffff);
80 u.i &= (uint64_t)-1<<32;
H A Dexp10.c15 union {double f; uint64_t i;} u = {n};
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alcvar.h49 #define ALC_ADDR_LO(x) ((uint64_t) (x) & 0xFFFFFFFF)
50 #define ALC_ADDR_HI(x) ((uint64_t) (x) >> 32)
150 uint64_t rx_bytes;
164 uint64_t rx_bcast_bytes;
165 uint64_t rx_mcast_bytes;
175 uint64_t tx_bytes;
192 uint64_t tx_bcast_bytes;
193 uint64_t tx_mcast_bytes;
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_alevar.h47 #define ALE_ADDR_LO(x) ((uint64_t) (x) & 0xFFFFFFFF)
48 #define ALE_ADDR_HI(x) ((uint64_t) (x) >> 32)
134 uint64_t rx_bytes;
148 uint64_t rx_bcast_bytes;
149 uint64_t rx_mcast_bytes;
159 uint64_t tx_bytes;
176 uint64_t tx_bcast_bytes;
177 uint64_t tx_mcast_bytes;
/haiku/src/system/libroot/posix/musl/internal/
H A Datomic.h34 static inline int a_ctz_64(uint64_t x)
61 static inline int a_clz_64(uint64_t x)
/haiku/src/libs/udis86/
H A Dsyn.c91 uint64_t
94 const uint64_t trunc_mask = 0xffffffffffffffffull >> (64 - u->opr_mode);
132 ud_syn_print_addr(struct ud *u, uint64_t addr)
154 uint64_t v;
183 uint64_t v;
/haiku/headers/private/kernel/platform/efi/
H A Druntime-services.h23 // uint64_t MonotonicCount;
73 uint64_t Length;
147 uint64_t* max_capsule_size,
151 uint64_t* max_var_storage_size,
152 uint64_t* remaining_var_storage_size,
153 uint64_t* max_var_size) EFIAPI;
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.cpp35 WriteExt(uint64_t val)
48 WriteSstatus(uint64_t val)
67 WriteInterrupt(uint64_t val)
85 WriteInterruptSet(uint64_t val)
100 WriteCause(uint64_t cause)
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp72 thread->arch_info.regs[10] = (uint64_t)data;
73 thread->arch_info.regs[11] = (uint64_t)function;
74 thread->arch_info.regs[12] = (uint64_t)_stackTop;
134 frame.x[0] = (uint64_t)arg1;
135 frame.x[1] = (uint64_t)arg2;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c119 value = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec; \
126 /* Use the widest available unsigned type if uint64_t is not
128 (approximately 2**35.725) from uint64_t, so ancient hosts where
131 #if !defined UINT64_MAX && !defined uint64_t
132 # define uint64_t uintmax_t macro
234 static uint64_t value;
235 uint64_t random_time_bits;
271 random_time_bits = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec;
281 uint64_t v = value;
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp118 fRegs->queueDescLow = (uint32_t)(uint64_t)fDescs;
119 fRegs->queueDescHi = (uint32_t)((uint64_t)fDescs >> 32);
120 fRegs->queueAvailLow = (uint32_t)(uint64_t)fAvail;
121 fRegs->queueAvailHi = (uint32_t)((uint64_t)fAvail >> 32);
122 fRegs->queueUsedLow = (uint32_t)(uint64_t)fUsed;
123 fRegs->queueUsedHi = (uint32_t)((uint64_t)fUsed >> 32);
158 fDescs[desc].addr = (uint64_t)(reqs[i]->buf);
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp114 static uint64_t
117 uint64_t hash = 0;
151 uint64_t headerSize = 0;
152 uint64_t imageSize = 0;
283 uint64_t sectors;
284 uint64_t heads;
285 uint64_t cylinders;
318 uint64_t uuid1 = 0, uuid2 = 0, uuid3 = 0, uuid4 = 0, uuid5 = 0;
384 if ((uint64_t)lseek(fd, headerSize - 1, SEEK_SET) != headerSize - 1)
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.h437 uint64_t sectors;
514 uint64_t *address, uint32_t *length);
841 uint64_t lba, uint32_t lba_count,
861 uint64_t lba, uint32_t lba_count,
886 uint64_t lba, uint32_t lba_count,
905 uint64_t lba, uint32_t lba_count,
925 uint64_t lba, uint32_t lba_count,
945 uint64_t lba, uint32_t lba_count,
970 uint64_t lba, uint32_t lba_count,
/haiku/headers/posix/arch/x86_64/
H A Dfpu.h118 uint64_t en_rip; /* fp instruction pointer */
119 uint64_t en_rdp; /* fp operand pointer */
154 uint64_t xstate_bv;
/haiku/headers/private/fs_shell/
H A Dfssh_drivers.h219 uint64_t trimmed_size; /* filled on return */
221 uint64_t offset; /* offset (in bytes) */
222 uint64_t size;
H A Dfssh_types.h16 typedef uint64_t fssh_addr_t;
17 typedef uint64_t fssh_phys_addr_t;
18 typedef uint64_t fssh_generic_addr_t;
19 typedef uint64_t fssh_size_t;
/haiku/headers/libs/udis86/libudis86/
H A Dinput.h18 uint64_t inp_uint64(struct ud*);
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_extern.h58 int __fpu_xtof(struct fpn *, uint64_t);
/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Dmp_ring.h48 volatile uint64_t state __aligned(CACHE_LINE_SIZE);

Completed in 541 milliseconds

1234567891011>>