Searched refs:size0 (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/contrib/ofed/libmthca/src/
H A Dqp.c110 int size0 = 0; local
115 * code inside the if (!size0) will be executed, and f0 and
300 htonl((size0 ? 0 : MTHCA_NEXT_DBD) | size |
304 if (!size0) {
305 size0 = size;
322 doorbell[1] = htonl((ibqp->qp_num << 8) | size0);
343 int size0 = 0; local
393 if (!size0)
394 size0 = size;
404 doorbell[0] = htonl((qp->rq.next_ind << qp->rq.wqe_shift) | size0);
452 int size0 = 0; local
[all...]
/freebsd-10.3-release/sys/dev/dcons/
H A Ddcons.c198 int size0, size1, offset; local
201 size0 = (size - offset);
202 size1 = size0 * 3 / 4; /* console port buffer */
206 dcons_init_port(1, offset, size0 - size1, buf, sc);
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h70 UInt32 (*DecodeBit)(void *p, UInt32 size0);
H A Darchive_ppmd7.c804 static UInt32 Range_DecodeBit_7z(void *pp, UInt32 size0) argument
807 UInt32 newBound = (p->Range >> 14) * size0;
824 static UInt32 Range_DecodeBit_RAR(void *pp, UInt32 size0) argument
828 if(value < size0)
831 p->p.Decode(p, 0, size0);
836 p->p.Decode(p, size0, PPMD_BIN_SCALE - size0);
1007 static void RangeEnc_EncodeBit_0(CPpmd7z_RangeEnc *p, UInt32 size0) argument
1009 p->Range = (p->Range >> 14) * size0;
1017 static void RangeEnc_EncodeBit_1(CPpmd7z_RangeEnc *p, UInt32 size0) argument
[all...]
H A Darchive_read_support_format_7zip.c3614 size_t size0, size1, size2, size3; local
3618 size0 = zip->tmp_stream_bytes_remaining;
3619 buf0 = zip->tmp_stream_buff + zip->tmp_stream_bytes_avail - size0;
3661 size_t limit = size0 - inPos;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1629 * f0 and size0 are only used if nreq != 0, and they will
1632 * without initializing f0 and size0, and they are in fact
1635 int uninitialized_var(size0);
1785 size0 = size;
1802 (qp->qpn << 8) | size0,
1830 * size0 is only used if nreq != 0, and it will always be
1833 * without initializing size0, and it is in fact never used
1836 int uninitialized_var(size0);
1887 size0 = size;
1899 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0,
[all...]
/freebsd-10.3-release/sys/mips/cavium/octe/
H A Dethernet-tx.c198 pko_command.s.size0 = CVMX_FAU_OP_SIZE_32;
/freebsd-10.3-release/sys/kern/
H A Dsubr_vmem.c1102 vmem_xalloc(vmem_t *vm, const vmem_size_t size0, vmem_size_t align, argument
1107 const vmem_size_t size = vmem_roundup_size(vm, size0);
1118 MPASS(size0 > 0);
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pko.h193 cvmx_fau_op_size_t size0 : 2; /**< The size of the reg0 operation - could be 8, 16, 32, or 64 bits */ member in struct:__anon7517::__anon7518
H A Dcvmx-pko-defs.h3710 uint64_t size0 : 8; /**< Minimum packet size-1 in bytes NS */ member in struct:cvmx_pko_reg_min_pkt::cvmx_pko_reg_min_pkt_s
3712 uint64_t size0 : 8;
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c1860 int i, segments, origsegs, rthsize, size0, size1; local
1885 size0 = inet6_rth_space(IPV6_RTHDR_TYPE_0, 0);
1888 (size1 - size0) + 1;

Completed in 243 milliseconds