Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 25 of 914) sorted by relevance

12345678910>>...37

/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h330 { u64 x40 = ((u64)x23 * x5); in fe_mul_impl()
331 { u64 x41 = (((u64)x23 * x7) + ((u64)x25 * x5)); in fe_mul_impl()
332 { u64 x42 = ((((u64)(0x2 * x25) * x7) + ((u64)x23 * x9)) + ((u64)x27 * x5)); in fe_mul_impl()
333 { u64 x43 = (((((u64)x25 * x9) + ((u64)x27 * x7)) + ((u64)x23 * x11)) + ((u64)x29 * x5)); in fe_mul_impl()
334 …{ u64 x44 = (((((u64)x27 * x9) + (0x2 * (((u64)x25 * x11) + ((u64)x29 * x7)))) + ((u64)x23 * x13))… in fe_mul_impl()
335 …{ u64 x45 = (((((((u64)x27 * x11) + ((u64)x29 * x9)) + ((u64)x25 * x13)) + ((u64)x31 * x7)) + ((u6… in fe_mul_impl()
336 …{ u64 x46 = (((((0x2 * ((((u64)x29 * x11) + ((u64)x25 * x15)) + ((u64)x33 * x7))) + ((u64)x27 * x1… in fe_mul_impl()
337u64 x47 = (((((((((u64)x29 * x13) + ((u64)x31 * x11)) + ((u64)x27 * x15)) + ((u64)x33 * x9)) + ((u… in fe_mul_impl()
338u64 x48 = (((((((u64)x31 * x13) + (0x2 * (((((u64)x29 * x15) + ((u64)x33 * x11)) + ((u64)x25 * x19… in fe_mul_impl()
339u64 x49 = (((((((((((u64)x31 * x15) + ((u64)x33 * x13)) + ((u64)x29 * x17)) + ((u64)x35 * x11)) + … in fe_mul_impl()
[all …]
H A Dcurve25519-hacl64.h15 static __always_inline u64 u64_eq_mask(u64 a, u64 b) in u64_eq_mask()
17 u64 x = a ^ b; in u64_eq_mask()
18 u64 minus_x = ~x + (u64)1U; in u64_eq_mask()
19 u64 x_or_minus_x = x | minus_x; in u64_eq_mask()
20 u64 xnx = x_or_minus_x >> (u32)63U; in u64_eq_mask()
21 u64 c = xnx - (u64)1U; in u64_eq_mask()
25 static __always_inline u64 u64_gte_mask(u64 a, u64 b) in u64_gte_mask()
27 u64 x = a; in u64_gte_mask()
28 u64 y = b; in u64_gte_mask()
29 u64 x_xor_y = x ^ y; in u64_gte_mask()
[all …]
/freebsd/sys/dev/mlx4/
H A Dstats.h40 u64 rx_packets;
41 u64 rx_bytes;
42 u64 rx_multicast_packets;
43 u64 rx_broadcast_packets;
44 u64 rx_errors;
45 u64 rx_dropped;
46 u64 rx_length_errors;
47 u64 rx_over_errors;
48 u64 rx_crc_errors;
49 u64 rx_jabbers;
[all …]
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha2.h43 u64 reslow, reshigh;\
78 (n) = ( ((u64) (b)[(i) ]) << 56 ) \
79 | ( ((u64) (b)[(i) + 1]) << 48 ) \
80 | ( ((u64) (b)[(i) + 2]) << 40 ) \
81 | ( ((u64) (b)[(i) + 3]) << 32 ) \
82 | ( ((u64) (b)[(i) + 4]) << 24 ) \
83 | ( ((u64) (b)[(i) + 5]) << 16 ) \
84 | ( ((u64) (b)[(i) + 6]) << 8 ) \
85 | ( ((u64) (b)[(i) + 7]) ); \
164 #define SHR_SHA512(x, n) (((u64)(x)) >> (n))
[all …]
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h172 m(+1, u64, rx_packets, "rx_packets", "Received packets") \
173 m(+1, u64, rx_bytes, "rx_bytes", "Received bytes") \
174 m(+1, u64, tx_packets, "tx_packets", "Transmitted packets") \
175 m(+1, u64, tx_bytes, "tx_bytes", "Transmitted bytes") \
176 m(+1, u64, rx_error_packets, "rx_error_packets", "Received error packets") \
177 m(+1, u64, rx_error_bytes, "rx_error_bytes", "Received error bytes") \
178 m(+1, u64, tx_error_packets, "tx_error_packets", "Transmitted error packets") \
179 m(+1, u64, tx_error_bytes, "tx_error_bytes", "Transmitted error bytes") \
180 m(+1, u64, rx_unicast_packets, "rx_unicast_packets", "Received unicast packets") \
181 m(+1, u64, rx_unicast_bytes, "rx_unicast_bytes", "Received unicast bytes") \
[all …]
H A Den_rl.h60 m(+1, u64, tx_queue_size, "tx_queue_size", "Default send queue size") \
61 m(+1, u64, tx_coalesce_usecs, "tx_coalesce_usecs", "Limit in usec for joining TX packets") \
62 m(+1, u64, tx_coalesce_pkts, "tx_coalesce_pkts", "Maximum number of TX packets to join") \
63 m(+1, u64, tx_coalesce_mode, "tx_coalesce_mode", "0: EQE mode 1: CQE mode") \
64 m(+1, u64, tx_completion_fact, "tx_completion_fact", "1..MAX: Completion event ratio") \
65 m(+1, u64, tx_completion_fact_max, "tx_completion_fact_max", "Maximum completion event ratio") \
66 m(+1, u64, tx_worker_threads_max, "tx_worker_threads_max", "Max number of TX worker threads") \
67 …m(+1, u64, tx_worker_threads_def, "tx_worker_threads_def", "Default number of TX worker threads") \
68 …m(+1, u64, tx_channels_per_worker_max, "tx_channels_per_worker_max", "Max number of TX channels pe…
69 …m(+1, u64, tx_channels_per_worker_def, "tx_channels_per_worker_def", "Default number of TX channel…
[all …]
/freebsd/sys/dev/enic/
H A Dvnic_stats.h11 u64 tx_frames_ok;
12 u64 tx_unicast_frames_ok;
13 u64 tx_multicast_frames_ok;
14 u64 tx_broadcast_frames_ok;
15 u64 tx_bytes_ok;
16 u64 tx_unicast_bytes_ok;
17 u64 tx_multicast_bytes_ok;
18 u64 tx_broadcast_bytes_ok;
19 u64 tx_drops;
20 u64 tx_errors;
[all …]
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.h58 u64 max_mr_size;
75 u64 page_size_cap;
116 u64 va;
117 u64 total_size;
119 u64 mr_handle;
126 u64 *ptes;
136 u64 ext_mask;
219 u64 to_retransmits;
220 u64 seq_err_naks_rcvd;
222 u64 max_retry_exceeded;
[all …]
H A Dstats.h42 u64 cnp_tx_pkts;
43 u64 cnp_tx_bytes;
44 u64 cnp_rx_pkts;
45 u64 cnp_rx_bytes;
46 u64 ecn_marked;
50 u64 tx_pkts;
51 u64 tx_bytes;
52 u64 rx_pkts;
53 u64 rx_bytes;
62 u64 atomic_req;
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h364 u64 no_buff_discards;
365 u64 packet_too_big_discard;
366 u64 ttl0_discard;
367 u64 rx_ucast_bytes;
368 u64 rx_mcast_bytes;
369 u64 rx_bcast_bytes;
370 u64 rx_ucast_pkts;
371 u64 rx_mcast_pkts;
372 u64 rx_bcast_pkts;
373 u64 mftag_filter_discards;
[all …]
H A Decore_iscsi_api.h39 u64 iscsi_rx_bytes_cnt;
40 u64 iscsi_rx_packet_cnt;
41 u64 iscsi_rx_new_ooo_isle_events_cnt;
46 u64 iscsi_rx_dropped_pdus_task_not_valid;
48 u64 iscsi_rx_data_pdu_cnt;
49 u64 iscsi_rx_r2t_pdu_cnt;
50 u64 iscsi_rx_total_pdu_cnt;
52 u64 iscsi_tx_go_to_slow_start_event_cnt;
53 u64 iscsi_tx_fast_retransmit_event_cnt;
55 u64 iscsi_tx_data_pdu_cnt;
[all …]
H A Decore_rdma_api.h105 u64 fw_ver;
107 u64 node_guid; /* node GUID */
108 u64 sys_image_guid; /* System image GUID */
133 u64 max_dev_resp_rd_atomic_resc;
138 u64 max_mr_size; /* Size (in bytes) of the largest contiguous memory
145 u64 max_mr_mw_fmr_size;
205 u64 page_size_caps;
225 u64 max_msg_size;
239 u64 pbl_ptr; /* Address to the first entry of the queue PBL */
348 u64 dpi_addr;
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h22 enum class EventType : u64 {
37 u64 is_access : 1;
38 u64 is_func : 1;
40 u64 _ : 59;
54 u64 is_access : 1; // = 1
55 u64 is_read : 1;
56 u64 is_atomic : 1;
57 u64 size_log : 2;
58 u64 pc_delta : kPCBits; // signed delta from the previous memory access PC
59 u64 addr : kCompressedAddrBits;
[all …]
/freebsd/sys/dev/igc/
H A Digc_hw.h123 #define __le64 u64
268 u64 crcerrs;
269 u64 algnerrc;
270 u64 symerrs;
271 u64 rxerrc;
272 u64 mpc;
273 u64 scc;
274 u64 ecol;
275 u64 mcc;
276 u64 latecol;
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp32 auto *StackIds = reinterpret_cast<Vector<u64> *>(Arg); in RecordStackId()
37 u64 SegmentSizeBytes(ArrayRef<LoadedModule> Modules) { in SegmentSizeBytes()
38 u64 NumSegmentsToRecord = 0; in SegmentSizeBytes()
46 return sizeof(u64) // A header which stores the number of records. in SegmentSizeBytes()
62 const u64 ExpectedNumBytes, char *&Buffer) { in SerializeSegmentsToBuffer()
65 Ptr += sizeof(u64); in SerializeSegmentsToBuffer()
67 u64 NumSegmentsRecorded = 0; in SerializeSegmentsToBuffer()
83 *((u64 *)Buffer) = NumSegmentsRecorded; in SerializeSegmentsToBuffer()
84 CHECK(ExpectedNumBytes >= static_cast<u64>(Ptr - Buffer) && in SerializeSegmentsToBuffer()
88 u64 StackSizeBytes(const Vector<u64> &StackIds) { in StackSizeBytes()
[all …]
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c20 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 …]
H A Dpoly1305.c99 typedef unsigned long u64; typedef
103 u64 h[3];
104 u64 r[2];
108 static u64 U8TOU64(const unsigned char *p) in U8TOU64()
110 return (((u64)(p[0] & 0xff)) | in U8TOU64()
111 ((u64)(p[1] & 0xff) << 8) | in U8TOU64()
112 ((u64)(p[2] & 0xff) << 16) | in U8TOU64()
113 ((u64)(p[3] & 0xff) << 24) | in U8TOU64()
114 ((u64)(p[4] & 0xff) << 32) | in U8TOU64()
115 ((u64)(p[5] & 0xff) << 40) | in U8TOU64()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_loongarch64.inc30 static uptr __internal_syscall(u64 nr) {
31 register u64 a7 asm("$a7") = nr;
32 register u64 a0 asm("$a0");
41 static uptr __internal_syscall(u64 nr, u64 arg1) {
42 register u64 a7 asm("$a7") = nr;
43 register u64 a0 asm("$a0") = arg1;
50 #define __internal_syscall1(n, a1) (__internal_syscall)(n, (u64)(a1))
52 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) {
53 register u64 a7 asm("$a7") = nr;
54 register u64 a0 asm("$a0") = arg1;
[all …]
H A Dsanitizer_syscall_linux_aarch64.inc15 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 …]
H A Dsanitizer_syscall_linux_riscv64.inc33 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 …]
H A Dsanitizer_syscall_linux_x86_64.inc15 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 …]
/freebsd/sys/dev/e1000/
H A De1000_hw.h428 #define __le64 u64
573 u64 crcerrs;
574 u64 algnerrc;
575 u64 symerrs;
576 u64 rxerrc;
577 u64 mpc;
578 u64 scc;
579 u64 ecol;
580 u64 mcc;
581 u64 latecol;
[all …]
/freebsd/sys/dev/irdma/
H A Dirdma_type.h267 u64 cqp_compl_ctx;
268 u64 host_ctx_pa;
269 u64 sq_pa;
274 u64 *scratch_array;
317 u64 stats_val[IRDMA_GATHER_STATS_BUF_SIZE / sizeof(u64)];
321 u64 val[IRDMA_GATHER_STATS_BUF_SIZE / sizeof(u64)];
327 u64 bitmask;
366 u64 total_ieq_bufs;
367 u64 fpdu_processed;
368 u64 bad_seq_num;
[all …]
H A Dirdma_pble.h60 u64 bit_idx;
61 u64 bits_used;
65 u64 *addr;
107 u64 size;
109 u64 fpm_addr;
119 u64 total_pble_alloc;
120 u64 free_pble_cnt;
128 u64 fpm_base_addr;
129 u64 next_fpm_addr;
131 u64 allocdpbles;
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dfw.h59 u64 def_mac;
64 u64 trans_code;
93 u64 flags;
94 u64 flags2;
124 u64 max_icm_sz;
156 u64 phys_port_id;
176 u64 qpc_base;
177 u64 rdmarc_base;
178 u64 auxc_base;
179 u64 altc_base;
[all …]

12345678910>>...37