Home
last modified time | relevance | path

Searched refs:ulp (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12.1/usr.bin/mkuzip/
H A Dmkuz_lzma.c55 struct mkuz_lzma *ulp; in mkuz_lzma_init() local
74 ulp->filters[0].options = &ulp->opt_lzma; in mkuz_lzma_init()
77 ulp->blksz = blksz; in mkuz_lzma_init()
79 return (void *)ulp; in mkuz_lzma_init()
87 struct mkuz_lzma *ulp; in mkuz_lzma_compress() local
89 ulp = (struct mkuz_lzma *)p; in mkuz_lzma_compress()
93 ret = lzma_stream_encoder(&ulp->strm, ulp->filters, LZMA_CHECK_CRC32); in mkuz_lzma_compress()
102 ulp->strm.avail_in = ulp->blksz; in mkuz_lzma_compress()
111 "out=%zd)", ret, (ulp->blksz - ulp->strm.avail_in), in mkuz_lzma_compress()
112 (ulp->blksz * 2 - ulp->strm.avail_out)); in mkuz_lzma_compress()
[all …]
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw2.c1506 PULLUP_LEN(hlen, ulp, in ipfw_chk()
1513 PULLUP_LEN(hlen, ulp, in ipfw_chk()
1531 ulp = NULL; in ipfw_chk()
1556 ulp = NULL; in ipfw_chk()
1579 ulp = NULL; in ipfw_chk()
1587 ulp = NULL; in ipfw_chk()
1595 ulp = NULL; in ipfw_chk()
2279 tcp = TCP(ulp); in ipfw_chk()
2309 TCP(ulp)->th_seq); in ipfw_chk()
2315 TCP(ulp)->th_ack); in ipfw_chk()
[all …]
H A Dip_fw_dynamic.c1006 const void *ulp, int pktlen, int dir) in dyn_update_proto_state() argument
1017 expire = dyn_update_tcp_state(data, pkt, ulp, dir); in dyn_update_proto_state()
1071 dyn_update_proto_state(s->data, pkt, ulp, pktlen, in dyn_lookup_ipv4_state()
1106 dyn_update_proto_state(s->data, pkt, ulp, pktlen, dir); in dyn_lookup_ipv4_state_locked()
1192 const void *ulp, struct ipfw_dyn_info *info, int pktlen) in dyn_lookup_ipv6_state() argument
1223 dyn_update_proto_state(s->data, pkt, ulp, pktlen, in dyn_lookup_ipv6_state()
1259 dyn_update_proto_state(s->data, pkt, ulp, pktlen, dir); in dyn_lookup_ipv6_state_locked()
1371 ulp, info, pktlen); in ipfw_dyn_lookup_state()
1612 if (dyn_lookup_ipv4_state_locked(pkt, ulp, pktlen, in dyn_add_ipv4_state()
1934 ulp, pktlen, hashval, info, fibnum, kidx, type); in dyn_install_state()
[all …]
H A Dip_fw_private.h225 const void *ulp, int pktlen, struct ipfw_dyn_info *info,
228 const void *ulp, int pktlen, const ipfw_insn *cmd,
/freebsd-12.1/lib/libipsec/
H A Dpfkey_dump.c557 str_prefport(family, pref, port, ulp) in str_prefport() argument
558 u_int family, pref, port, ulp; in str_prefport()
581 if (ulp == IPPROTO_ICMPV6)
596 str_upperspec(ulp, p1, p2) in str_upperspec() argument
597 u_int ulp, p1, p2; in str_upperspec()
599 if (ulp == IPSEC_ULPROTO_ANY)
601 else if (ulp == IPPROTO_ICMPV6) {
608 switch (ulp) {
613 ent = getprotobynumber(ulp);
617 printf("%u", ulp);
/freebsd-12.1/contrib/gdtoa/
H A Dstrtod.c75 rv = ulp(x);
706 dval(&rv) += adj*ulp(&rv);
712 dval(&rv) += adj.d*ulp(&rv);
735 dval(&adj) *= ulp(&rv);
745 dval(&adj) *= ulp(&rv);
871 dval(&rv) += ulp(&rv);
878 dval(&rv) -= ulp(&rv);
937 dval(&adj) = dval(&aadj1) * ulp(&rv);
961 dval(&adj) = dval(&aadj1) * ulp(&rv);
968 dval(&adj) = dval(&aadj1) * ulp(&rv);
[all …]
H A DstrtodI.c44 u = ulp(d);
106 dval(&u[1]) += ulp(&u[1]);
115 dval(&u[1]) = dval(&u[0]) + ulp(&u[0]);
H A Dmakefile55 strtorx.c strtorxL.c sum.c ulp.c
76 sum.c ulp.c
H A Dulp.c35 ulp in ulp() function
H A Dgdtoaimp.h591 #define ulp __ulp_D2A macro
663 extern double ulp ANSI((U*));
H A Dchanges269 ulp(d) never returns a denormalized number. This and other tweaks
288 introduce an error of more than one base-10 ulp when 17 or more
332 case of a power of 2 to be rounded down one ulp. Add test (required
339 an ulp less than the smallest normal floating-point number;
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_hw_queues.c171 if ((hw->ulp_start + qt->ulp) > hw->ulp_max) { in ocs_hw_init_queues()
230 mrq.rq_cfg[mrq.num_pairs].ulp = hw->ulp_start + qt->ulp; in ocs_hw_init_queues()
278 rqset_ulp = mrq.rq_cfg[i].ulp; in ocs_hw_init_queues()
552 wq->ulp = ulp; in hw_new_wq()
567 wq->entry_count, wq->class, wq->ulp); in hw_new_wq()
598 rq->ulp = ulp; in hw_new_rq()
611 ulp, TRUE)) { in hw_new_rq()
630 ulp, FALSE)) { in hw_new_rq()
692 rq->ulp = ulp; in hw_new_rq_set()
717 ulp)) { in hw_new_rq_set()
[all …]
H A Docs_hw_queues.h58 uint8_t ulp; member
67 uint8_t ulp; member
H A Docs_hw.h1168 uint8_t ulp; member
1212 uint8_t ulp; member
1245 extern hw_wq_t *hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp);
1246 extern hw_rq_t *hw_new_rq(hw_cq_t *cq, uint32_t entry_count, uint32_t ulp);
1247 …_rq_set(hw_cq_t *cqs[], hw_rq_t *rqs[], uint32_t num_rq_pairs, uint32_t entry_count, uint32_t ulp);
H A Dsli4.c4533 sli4_queue_t *assoc, uint16_t ulp) in sli_queue_alloc() argument
4596 if (create(sli4, sli4->bmbx.virt, SLI4_BMBX_SIZE, &q->dma, assoc ? assoc->id : 0, ulp)) { in sli_queue_alloc()
4602 q->ulp = ulp; in sli_queue_alloc()
5778 ocs_dma_t *qmem, uint16_t cq_id, uint16_t ulp) in sli_cmd_fcoe_wq_create() argument
5812 wq->ulp = ulp; in sli_cmd_fcoe_wq_create()
6053 ocs_dma_t *qmem, uint16_t cq_id, uint16_t ulp, uint16_t buffer_size) in sli_cmd_fcoe_rq_create() argument
6103 rq->ulp = ulp; in sli_cmd_fcoe_rq_create()
6134 ocs_dma_t *qmem, uint16_t cq_id, uint16_t ulp, in sli_cmd_fcoe_rq_create_v1() argument
8406 sli4_queue_t *cq, uint16_t ulp, uint8_t is_hdr) in sli_fc_rq_alloc() argument
8429 cq->id, ulp, buffer_size)) { in sli_fc_rq_alloc()
[all …]
H A Dsli4.h1643 ulp:8;
3040 uint16_t ulp; /** ULP assigned to this queue */ member
3444 sli_get_is_ulp_enabled(sli4_t *sli4, uint16_t ulp) in sli_get_is_ulp_enabled() argument
3446 return sli4->config.is_ulp_fc[ulp]; in sli_get_is_ulp_enabled()
3757 ulp:8,
3835 ulp:8;
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble-format75 will be within 1ulp of the range generated by adding or subtracting
76 1ulp from the input values, where a 'ulp' is 2^(e-106) given the
81 will be within 2ulp of the correct result.
84 be within 3ulp of the correct result.
/freebsd-12.1/sys/modules/ipoib/
H A DMakefile2 .PATH: ${SRCTOP}/sys/ofed/drivers/infiniband/ulp/ipoib
10 CFLAGS+= -I${SRCTOP}/sys/ofed/drivers/infiniband/ulp/ipoib
/freebsd-12.1/sys/xdr/
H A Dxdr.c178 xdr_u_long(XDR *xdrs, u_long *ulp) in xdr_u_long() argument
182 return (XDR_PUTLONG(xdrs, (long *)ulp)); in xdr_u_long()
184 return (XDR_GETLONG(xdrs, (long *)ulp)); in xdr_u_long()
/freebsd-12.1/lib/libc/gdtoa/
H A DMakefile.inc9 strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipfcomp.c69 u_long *ulp; local
149 if (i & -(1 - sizeof(*ulp)))
151 for (i /= sizeof(u_long), ulp = (u_long *)fr; i > 0; i--) {
152 fprintf(fp, "%s%#lx", and, *ulp++);
173 u_long *ulp; local
216 ulp = fr->fr_data;
218 fprintf(fp, "%s%#lx", and, *ulp++);
/freebsd-12.1/lib/libc/xdr/
H A Dxdr.c182 xdr_u_long(XDR *xdrs, u_long *ulp) in xdr_u_long() argument
186 return (XDR_PUTLONG(xdrs, (long *)ulp)); in xdr_u_long()
188 return (XDR_GETLONG(xdrs, (long *)ulp)); in xdr_u_long()
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-history.txt18 the last place (1 ulp) from what it should be. (Bug discovered by Paul
/freebsd-12.1/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg.txt74 # ulp insert pi source info in DIF
80 # ulp insert pi source info in
/freebsd-12.1/sys/dev/oce/
H A Doce_mbox.c543 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) { in oce_get_fw_config()
544 sc->max_tx_rings = HOST_32(fwcmd->params.rsp.ulp[0].nic_wq_tot); in oce_get_fw_config()
545 sc->max_rx_rings = HOST_32(fwcmd->params.rsp.ulp[0].lro_rqid_tot); in oce_get_fw_config()
547 sc->max_tx_rings = HOST_32(fwcmd->params.rsp.ulp[1].nic_wq_tot); in oce_get_fw_config()
548 sc->max_rx_rings = HOST_32(fwcmd->params.rsp.ulp[1].lro_rqid_tot); in oce_get_fw_config()

12