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

/freebsd-11-stable/sys/dev/dcons/
H A Ddcons.c196 int size0, size1, offset; local
199 size0 = (size - offset);
200 size1 = size0 * 3 / 4; /* console port buffer */
204 dcons_init_port(1, offset, size0 - size1, buf, sc);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h70 UInt32 (*DecodeBit)(void *p, UInt32 size0);
H A Darchive_ppmd7.c809 static UInt32 Range_DecodeBit_7z(void *pp, UInt32 size0) argument
812 UInt32 newBound = (p->Range >> 14) * size0;
829 static UInt32 Range_DecodeBit_RAR(void *pp, UInt32 size0) argument
833 if(value < size0)
836 p->p.Decode(p, 0, size0);
841 p->p.Decode(p, size0, PPMD_BIN_SCALE - size0);
1012 static void RangeEnc_EncodeBit_0(CPpmd7z_RangeEnc *p, UInt32 size0) argument
1014 p->Range = (p->Range >> 14) * size0;
1022 static void RangeEnc_EncodeBit_1(CPpmd7z_RangeEnc *p, UInt32 size0) argument
[all...]
H A Darchive_read_support_format_7zip.c3743 size_t size0, size1, size2, size3; local
3747 size0 = zip->tmp_stream_bytes_remaining;
3748 buf0 = zip->tmp_stream_buff + zip->tmp_stream_bytes_avail - size0;
3790 size_t limit = size0 - inPos;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c1615 * f0 and size0 are only used if nreq != 0, and they will
1618 * without initializing f0 and size0, and they are in fact
1621 int uninitialized_var(size0);
1771 size0 = size;
1788 (qp->qpn << 8) | size0,
1816 * size0 is only used if nreq != 0, and it will always be
1819 * without initializing size0, and it is in fact never used
1822 int uninitialized_var(size0);
1873 size0 = size;
1885 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0,
[all...]
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-tx.c199 pko_command.s.size0 = CVMX_FAU_OP_SIZE_32;
/freebsd-11-stable/sys/kern/
H A Dsubr_vmem.c1100 vmem_xalloc(vmem_t *vm, const vmem_size_t size0, vmem_size_t align, argument
1105 const vmem_size_t size = vmem_roundup_size(vm, size0);
1116 MPASS(size0 > 0);
/freebsd-11-stable/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:__anon8679::__anon8680
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-11-stable/sbin/ping6/
H A Dping6.c1865 int i, segments, origsegs, rthsize, size0, size1; local
1890 size0 = inet6_rth_space(IPV6_RTHDR_TYPE_0, 0);
1893 (size1 - size0) + 1;

Completed in 159 milliseconds