Searched refs:u0 (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/lib/libc/quad/
H A Dmuldi3.c50 * u = 2^n u1 * u0 (n = number of bits in `u_long', usu. 32)
58 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0
59 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0
62 * and add 2^n u0 v0 to the last term and subtract it from the middle.
66 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
67 * (2^n + 1) (u0 v0)
72 * (2^n) (u1 - u0) (v
110 #define u0 macro
165 #undef u0 macro
190 u_long u1, u0, v1, v0, udiff, vdiff, high, mid, low; local
[all...]
/freebsd-13-stable/sys/libkern/arm/
H A Dmuldi3.c55 * u = 2^n u1 * u0 (n = number of bits in `u_int', usu. 32)
63 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0
64 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0
67 * and add 2^n u0 v0 to the last term and subtract it from the middle.
71 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
72 * (2^n + 1) (u0 v0)
77 * (2^n) (u1 - u0) (v
116 #define u0 macro
171 #undef u0 macro
196 u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low; local
[all...]
/freebsd-13-stable/contrib/bearssl/src/rsa/
H A Drsa_i15_privexp.c65 uint32_t r, a, b, u0, v0, u1, v1, he, hr; local
161 * u0, u1, v0 and v1. Initial values are:
162 * a = e u0 = 1 v0 = 0
165 * a = u0*e - v0*r
169 * 0 <= u0 <= r
175 * adjust u0, u1, v0 and v1 to maintain the invariants:
182 * key or public exponent is not valid). The (u0,v0) or (u1,v1)
191 * - When a is divided by 2, u0 and v0 must be divided by 2.
194 * u0 and v0, respectively.
195 * - When a is subtracted from b, u0 an
[all...]
H A Drsa_i31_privexp.c65 uint32_t r, a, b, u0, v0, u1, v1, he, hr; local
161 * u0, u1, v0 and v1. Initial values are:
162 * a = e u0 = 1 v0 = 0
165 * a = u0*e - v0*r
169 * 0 <= u0 <= r
175 * adjust u0, u1, v0 and v1 to maintain the invariants:
182 * key or public exponent is not valid). The (u0,v0) or (u1,v1)
191 * - When a is divided by 2, u0 and v0 must be divided by 2.
194 * u0 and v0, respectively.
195 * - When a is subtracted from b, u0 an
[all...]
/freebsd-13-stable/sys/dev/oce/
H A Doce_mbox.c111 mbx->u0.s.embedded = 1;
240 hdr->u0.req.opcode = opcode;
241 hdr->u0.req.subsystem = subsys;
242 hdr->u0.req.port_number = port;
243 hdr->u0.req.domain = dom;
245 hdr->u0.req.timeout = timeout;
246 hdr->u0.req.request_length = pyld_len - sizeof(struct mbx_hdr);
247 hdr->u0.req.version = version;
304 mbx.u0.s.embedded = 1;
310 ret = fwcmd->hdr.u0
[all...]
H A Doce_sysctl.c731 CTLFLAG_RD, &stats->u0.be.rx_pause_frames, 0,
734 CTLFLAG_RD, &stats->u0.be.rx_priority_pause_frames, 0,
737 CTLFLAG_RD, &stats->u0.be.rx_control_frames, 0,
780 CTLFLAG_RD, &stats->u0.be.rx_crc_errors, 0,
783 CTLFLAG_RD, &stats->u0.be.rx_drops_no_pbuf, 0,
786 CTLFLAG_RD, &stats->u0.be.rx_drops_no_erx_descr, 0,
789 CTLFLAG_RD, &stats->u0.be.rx_drops_too_many_frags, 0,
792 CTLFLAG_RD, &stats->u0.be.rx_in_range_errors, 0,
795 CTLFLAG_RD, &stats->u0.be.rx_out_range_errors, 0,
798 CTLFLAG_RD, &stats->u0
[all...]
H A Doce_if.c1122 nichdr->u0.dw[0] = 0;
1123 nichdr->u0.dw[1] = 0;
1124 nichdr->u0.dw[2] = 0;
1125 nichdr->u0.dw[3] = 0;
1127 nichdr->u0.s.complete = complete;
1128 nichdr->u0.s.mgmt = os2bmc;
1129 nichdr->u0.s.event = 1;
1130 nichdr->u0.s.crc = 1;
1131 nichdr->u0.s.forward = 0;
1132 nichdr->u0
[all...]
H A Doce_queue.c699 mbx.u0.s.embedded = 1;
705 rc = fwcmd->hdr.u0.rsp.status;
816 mbx->u0.s.embedded = 1;
822 rc = hdr->u0.rsp.status;
1035 if (cqe->u0.dw[3] == 0)
1037 cqe->u0.dw[3] = 0;
1205 oce_discard_rx_comp(rq, cqe->u0.s.num_fragments);
1207 if((cqe->u0.s.num_fragments==0)&&(cqe->u0.s.pkt_size == 0)&&(cqe->u0
[all...]
H A Doce_hw.h577 } u0; member in struct:oce_mbx_payload
601 } u0; member in struct:oce_mbx
648 } u0; member in struct:oce_mq_cqe
705 } u0; member in struct:oce_async_cqe_link_state
1028 } u0; member in struct:mbx_hdr
1032 #define OCE_MBX_ADDL_STATUS(_MHDR) ((_MHDR)->u0.rsp.additional_status)
1033 #define OCE_MBX_STATUS(_MHDR) ((_MHDR)->u0.rsp.status)
1203 } u0; member in struct:ntwk_if_vlan_tag
2448 } u0; member in struct:oce_nic_hdr_wqe
2464 } u0; member in struct:oce_nic_frag_wqe
2519 } u0; member in struct:oce_nic_tx_cqe
2532 } u0; member in struct:oce_nic_rqe
2616 } u0; member in struct:oce_nic_rx_cqe
2697 } u0; member in struct:oce_nic_rx_cqe_v1
[all...]
H A Doce_if.h499 } u0; member in struct:oce_drv_stats
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodti4.c23 static inline du_int udiv128by64to64default(du_int u1, du_int u0, du_int v, argument
38 un64 = (u1 << s) | (u0 >> (n_udword_bits - s));
39 un10 = u0 << s; // Shift dividend left
41 // Avoid undefined behavior of (u0 >> 64).
43 un10 = u0;
84 static inline du_int udiv128by64to64(du_int u1, du_int u0, du_int v, argument
90 : [ v ] "r"(v), "a"(u0), "d"(u1));
93 return udiv128by64to64default(u1, u0, v, r);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daestab.h111 d_1(uint32_t, t_dec(f, n), sb_data, u0);
114 d_4(uint32_t, t_dec(f, n), sb_data, u0, u1, u2, u3);
/freebsd-13-stable/lib/msun/src/
H A De_lgammaf_r.c58 u0 = -7.72156641e-02, /* 0xbd9e233f */ variable
182 p1 = y*(u0+y*(u1+y*u2));
H A De_lgamma_r.c126 u0 = -7.72156649015328655494e-02, /* 0xBFB3C467, 0xE37DB0C8 */ variable
266 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/freebsd-13-stable/sys/contrib/libb2/
H A Dblake2b.c31 static inline __m128i _mm_set_epi64x( const uint64_t u1, const uint64_t u0 )
33 return _mm_set_epi32( u1 >> 32, u1, u0 >> 32, u0 );
H A Dblake2s.c31 static inline __m128i _mm_set_epi64x( const uint64_t u1, const uint64_t u0 )
33 return _mm_set_epi32( u1 >> 32, u1, u0 >> 32, u0 );
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c242 uint64_t u0, u1, v1, q0, q1, k; local
250 u0 = u & 0xFFFFFFFF;
253 u0 += (k << 32);
254 q0 = __div_u64(u0, v); // Seconds quotient digit.
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c645 BN_ULONG u0, u1, b0, b1, mask; local
647 u0 = udp[0];
653 udp[i] = ((u0 >> 1) | (u1 << (BN_BITS2 - 1))) & BN_MASK2;
654 u0 = u1;
659 udp[i] = u0 >> 1;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am241 crypto_stream/salsa20/xmm6int/u0.h \
256 crypto_stream/chacha20/dolbeau/u0.h \
280 crypto_stream/salsa20/xmm6int/u0.h \
/freebsd-13-stable/lib/msun/ld128/
H A De_lgammal_r.c110 u0 = -7.72156649015328606065120900824024311e-02L, variable
291 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+
/freebsd-13-stable/lib/msun/ld80/
H A De_lgammal_r.c140 #define u0 (u0u.e) macro
325 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*u6))))));
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c1983 port_stats.eth.u0.bb0.r1522;
1985 port_stats.eth.u0.bb0.r2047;
1987 port_stats.eth.u0.bb0.r4095;
1989 port_stats.eth.u0.bb0.r9216;
1991 port_stats.eth.u0.bb0.r16383;
2006 port_stats.eth.u0.ah0.r1519_to_max;
H A Dmcp_public.h145 } u0; member in struct:eth_stats

Completed in 502 milliseconds