Searched refs:u64 (Results 226 - 250 of 849) sorted by relevance

1234567891011>>

/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_attrval.c54 *valp = (Dwarf_Bool) (!!at->u[0].u64);
175 val = at->u[0].u64;
209 *valp = at->u[0].u64;
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_floatunditf.c35 uint64_t u64; member in struct:__anon5201
129 testcases[i].ld == (long double)testcases[i].u64,
132 (long double)testcases[i].u64);
/freebsd-current/sys/dev/mthca/
H A Dmthca_memfree.h62 u64 virt;
85 u64 virt, int obj_size,
164 struct mthca_user_db_table *db_tab, int index, u64 uaddr);
H A Dmthca_provider.h89 u64 __iomem *mtts;
240 u64 *wrid;
283 u64 *wrid;
/freebsd-current/sys/ofed/include/rdma/
H A Duverbs_ioctl.h581 sizeof(u64) + BUILD_BUG_ON_ZERO(!sizeof(_enum_type)), \
582 sizeof(u64)), \
587 * This permits the flag value to be passed as either a u32 or u64, it must
595 sizeof(u64)), \
626 u64 data;
869 int uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle,
870 size_t idx, u64 allowed_bits);
872 size_t idx, u64 allowed_bits);
890 size_t idx, s64 lower_bound, u64 upper_bound,
896 uverbs_get_flags64(u64 *t
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h44 u64 unique_id; // Unique thread ID.
65 void SetCreated(uptr _user_id, u64 _unique_id, bool _detached,
149 u64 total_threads_; // Total number of created threads. May be greater than
H A Dsanitizer_libc.cpp86 u64 *p = reinterpret_cast<u64*>(s);
87 u64 *e = p + n / 8;
88 u64 v = c;
259 u64 res = 0;
280 return (s64)(Min((u64)INT64_MAX, res));
H A Dsanitizer_printf.cpp41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value,
82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base,
92 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10,
119 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) {
184 u64 uval = have_ll ? va_arg(args, u64)
/freebsd-current/sys/dev/enic/
H A Dvnic_cq.h14 u64 ring_base; /* 0x00 */
46 u64 cq_message_addr; /* 0x58 */
83 unsigned int interrupt_offset, u64 message_addr);
H A Dwq_enet_desc.h40 u64 address, u16 length, u16 mss, u16 header_length,
59 u64 *address, u16 *length, u16 *mss, u16 *header_length,
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistp256.c55 typedef uint64_t u64; typedef
118 typedef u64 smallfelem[NLIMBS];
121 static const u64 kPrime[4] =
123 static const u64 bottom63bits = 0x7ffffffffffffffful;
131 out[0] = *((u64 *)&in[0]);
132 out[1] = *((u64 *)&in[8]);
133 out[2] = *((u64 *)&in[16]);
134 out[3] = *((u64 *)&in[24]);
143 *((u64 *)&out[0]) = in[0];
144 *((u64 *)
[all...]
/freebsd-current/sys/dev/iavf/
H A Diavf_txrx_iflib.c265 u64 type_cmd_tso_mss;
295 type_cmd_tso_mss = ((u64)type << IAVF_TXD_CTX_QW1_DTYPE_SHIFT) |
296 ((u64)cmd << IAVF_TXD_CTX_QW1_CMD_SHIFT) |
297 ((u64)tsolen << IAVF_TXD_CTX_QW1_TSO_LEN_SHIFT) |
298 ((u64)mss << IAVF_TXD_CTX_QW1_MSS_SHIFT);
376 | ((u64)cmd << IAVF_TXD_QW1_CMD_SHIFT)
377 | ((u64)off << IAVF_TXD_QW1_OFFSET_SHIFT)
378 | ((u64)seglen << IAVF_TXD_QW1_TX_BUF_SZ_SHIFT)
379 | ((u64)htole16(pi->ipi_vtag) << IAVF_TXD_QW1_L2TAG1_SHIFT));
387 htole64(((u64)IAVF_TXD_CM
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h77 u64 mapping;
127 u64 header_mapping;
128 u64 payload_mapping;
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h189 u64 configured_features;
199 u64 pending_flr[ECORE_VF_ARRAY_LENGTH];
205 u64 active_vfs[ECORE_VF_ARRAY_LENGTH];
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.h156 u64 start,
157 u64 length,
158 u64 virt,
/freebsd-current/sys/dev/irdma/
H A Dirdma_user.h49 #define irdma_tagged_offset u64
51 #define irdma_physical_fragment u64
52 #define irdma_address_list u64 *
308 u64 wr_id;
327 u64 bind_len;
341 u64 wr_id;
365 u64 wr_id;
405 int irdma_uk_post_nop(struct irdma_qp_uk *qp, u64 wr_id, bool signaled,
446 u64 wrid;
464 u64 *rq_wrid_arra
[all...]
H A Dirdma_pble.c160 static u32 fpm_to_idx(struct irdma_hmc_pble_rsrc *pble_rsrc, u64 addr){
161 u64 idx;
200 mem.pa = (u64)chunk->dmainfo.dmaaddrs[i];
255 u64 sd_reg_val = 0;
382 u64 *addr;
387 u64 fpm_addr;
425 *addr = (u64)leaf->idx;
449 u64 fpm_addr;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp45 THREADLOCAL u64 __msan_param_tls[kMsanParamTlsSize / sizeof(u64)];
54 THREADLOCAL u64 __msan_retval_tls[kMsanRetvalTlsSize / sizeof(u64)];
60 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)];
67 THREADLOCAL u64 __msan_va_arg_overflow_size_tls;
361 MSAN_MAYBE_WARNING(u64, 8)
378 MSAN_MAYBE_STORE_ORIGIN(u64, 8)
656 u64 __sanitizer_unaligned_load6
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h176 u64 in_param;
177 u64 out_param;
263 u64 virt;
423 u64 clr_int_base;
424 u64 catas_offset;
425 u64 comm_base;
426 u64 clock_offset;
456 u64 addr;
501 u64 mac;
664 u64 mtt_bas
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h103 u64 omac_mask;
253 u64 mt792x_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
255 u64 timestamp);
274 struct ethtool_stats *stats, u64 *data);
295 int mt792x_pm_idle_timeout_set(void *data, u64 val);
296 int mt792x_pm_idle_timeout_get(void *data, u64 *val);
/freebsd-current/sys/dev/ice/
H A Dice_osdep.h343 * @typedef u64
346 typedef uint64_t u64; typedef
374 #define __le64 u64
377 #define __be64 u64
401 void * ice_alloc_dma_mem(struct ice_hw *hw, struct ice_dma_mem *mem, u64 size);
501 ice_ilog2(u64 n) {
519 ice_is_pow2(u64 n) {
/freebsd-current/sys/contrib/dev/athk/
H A Ddfs_pri_detector.c37 u64 ts;
183 u64 min_valid_ts;
201 static bool pulse_queue_enqueue(struct pri_detector *pde, u64 ts)
225 u64 ts, u32 min_count)
232 u64 min_valid_ts;
304 pseq_handler_add_to_existing_seqs(struct pri_detector *pde, u64 ts)
358 static void pri_detector_reset(struct pri_detector *pde, u64 ts)
386 u64 ts = event->ts;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp46 u64 connectsync;
64 if (s && atomic_load(&s->rc, memory_order_relaxed) != (u64)-1)
70 if (s && atomic_load(&s->rc, memory_order_relaxed) != (u64)-1) {
140 atomic_store(&fdctx.globsync.rc, (u64)-1, memory_order_relaxed);
141 atomic_store(&fdctx.filesync.rc, (u64)-1, memory_order_relaxed);
142 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed);
365 static u64 addr;
371 static u64 addr;
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib_common.h123 u64 max_timestamp;
168 int cudbg_write_flash(void *handle, u64 timestamp, void *data,
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_sdk.c99 static int mem_transaction(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
131 u64 addr, u8 *buf)
163 u64 addr, u8 *buf)
193 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
226 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
265 u64 mlx5_fpga_ddr_size_get(struct mlx5_fpga_device *fdev)
267 return (u64)MLX5_CAP_FPGA(fdev->mdev, fpga_ddr_size) << 10;
271 u64 mlx5_fpga_ddr_base_get(struct mlx5_fpga_device *fdev)

Completed in 289 milliseconds

1234567891011>>