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

/freebsd-10.3-release/lib/libc/quad/
H A Dmuldi3.c48 * u = 2^n u1 * u0 (n = number of bits in `u_long', usu. 32)
56 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0
57 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0
60 * and add 2^n u0 v0 to the last term and subtract it from the middle.
64 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
65 * (2^n + 1) (u0 v0)
70 * (2^n) (u1 - u0) (v
109 #define u0 macro
164 #undef u0 macro
189 u_long u1, u0, v1, v0, udiff, vdiff, high, mid, low; local
[all...]
/freebsd-10.3-release/sys/libkern/arm/
H A Dmuldi3.c53 * u = 2^n u1 * u0 (n = number of bits in `u_int', usu. 32)
61 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0
62 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0
65 * and add 2^n u0 v0 to the last term and subtract it from the middle.
69 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
70 * (2^n + 1) (u0 v0)
75 * (2^n) (u1 - u0) (v
114 #define u0 macro
169 #undef u0 macro
194 u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low; local
[all...]
/freebsd-10.3-release/sys/dev/oce/
H A Doce_mbox.c71 mbx->u0.s.embedded = 1;
206 hdr->u0.req.opcode = opcode;
207 hdr->u0.req.subsystem = subsys;
208 hdr->u0.req.port_number = port;
209 hdr->u0.req.domain = dom;
211 hdr->u0.req.timeout = timeout;
212 hdr->u0.req.request_length = pyld_len - sizeof(struct mbx_hdr);
213 hdr->u0.req.version = version;
273 mbx.u0.s.embedded = 1;
279 ret = fwcmd->hdr.u0
[all...]
H A Doce_sysctl.c743 CTLFLAG_RD, &stats->u0.be.rx_pause_frames, 0,
746 CTLFLAG_RD, &stats->u0.be.rx_priority_pause_frames, 0,
749 CTLFLAG_RD, &stats->u0.be.rx_control_frames, 0,
790 CTLFLAG_RD, &stats->u0.be.rx_crc_errors, 0,
793 CTLFLAG_RD, &stats->u0.be.rx_drops_no_pbuf, 0,
796 CTLFLAG_RD, &stats->u0.be.rx_drops_no_erx_descr, 0,
799 CTLFLAG_RD, &stats->u0.be.rx_drops_too_many_frags, 0,
802 CTLFLAG_RD, &stats->u0.be.rx_in_range_errors, 0,
805 CTLFLAG_RD, &stats->u0.be.rx_out_range_errors, 0,
808 CTLFLAG_RD, &stats->u0
[all...]
H A Doce_if.c932 nichdr->u0.dw[0] = 0;
933 nichdr->u0.dw[1] = 0;
934 nichdr->u0.dw[2] = 0;
935 nichdr->u0.dw[3] = 0;
937 nichdr->u0.s.complete = complete;
938 nichdr->u0.s.event = 1;
939 nichdr->u0.s.crc = 1;
940 nichdr->u0.s.forward = 0;
941 nichdr->u0.s.ipcs = (m->m_pkthdr.csum_flags & CSUM_IP) ? 1 : 0;
942 nichdr->u0
[all...]
H A Doce_hw.h594 } u0; member in struct:oce_mbx_payload
618 } u0; member in struct:oce_mbx
665 } u0; member in struct:oce_mq_cqe
722 } u0; member in struct:oce_async_cqe_link_state
1019 } u0; member in struct:mbx_hdr
1023 #define OCE_MBX_ADDL_STATUS(_MHDR) ((_MHDR)->u0.rsp.additional_status)
1024 #define OCE_MBX_STATUS(_MHDR) ((_MHDR)->u0.rsp.status)
1194 } u0; member in struct:ntwk_if_vlan_tag
2445 } u0; member in struct:oce_nic_hdr_wqe
2461 } u0; member in struct:oce_nic_frag_wqe
2516 } u0; member in struct:oce_nic_tx_cqe
2529 } u0; member in struct:oce_nic_rqe
2613 } u0; member in struct:oce_nic_rx_cqe
2694 } u0; member in struct:oce_nic_rx_cqe_v1
[all...]
H A Doce_queue.c726 mbx.u0.s.embedded = 1;
732 rc = fwcmd->hdr.u0.rsp.status;
849 mbx->u0.s.embedded = 1;
855 rc = hdr->u0.rsp.status;
1084 if (cqe->u0.dw[3] == 0)
1086 cqe->u0.dw[3] = 0;
H A Doce_if.h496 } u0; member in struct:oce_drv_stats
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DBlockFrequency.cpp23 uint64_t u0 = freq & UINT32_MAX; local
27 uint64_t t = u0 * N;
/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh446 $DIFF -u0 $NULLDEV $NULLDEV 1>$NULLDEV 2>&1 && DIFFOPT='-u0'
/freebsd-10.3-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c728 BN_ULONG u0, u1, b0, b1, mask; local
730 u0 = udp[0];
736 udp[i] = ((u0 >> 1) | (u1 << (BN_BITS2 - 1))) & BN_MASK2;
737 u0 = u1;
742 udp[i] = u0 >> 1;
/freebsd-10.3-release/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-10.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c19221 rtx x0, e0, e1, y1, u0, v0, one;
19227 u0 = gen_reg_rtx (SFmode);
19247 /* u0 = n * y1 */
19248 emit_insn (gen_rtx_SET (VOIDmode, u0,
19250 /* v0 = n - d * u0 */
19253 gen_rtx_MULT (SFmode, d, u0))));
19254 /* res = u0 + v0 * y1 */
19257 gen_rtx_MULT (SFmode, v0, y1), u0)));
19266 rtx x0, e0, e1, e2, y1, y2, y3, u0, v0, one;
19275 u0
19175 rtx x0, e0, e1, y1, u0, v0, one; local
19220 rtx x0, e0, e1, e2, y1, y2, y3, u0, v0, one; local
[all...]

Completed in 461 milliseconds