Searched refs:isize (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11.0-release/usr.bin/hexdump/
H A Dodsyntax.c312 size_t isize; local
316 isize = sizeof(double);
319 isize = sizeof(float);
323 isize = sizeof(double);
327 isize = sizeof(long double);
333 isize = (size_t)strtoul(fmt, &end, 10);
334 if (errno != 0 || isize == 0)
339 switch (isize) {
347 if (isize == sizeof(long double))
351 (u_long)isize);
368 size_t isize; local
[all...]
/freebsd-11.0-release/usr.sbin/kgzip/
H A Dkgz.h49 uint32_t isize; /* image size in memory */ member in struct:kgz_hdr
H A Dkgzcmp.c102 khle.isize = htole32(khle.isize);
211 kh->isize = kh->dsize + n;
234 kh->isize = kh->dsize + le32toh(a->a_bss);
H A Dkgzip.c118 printf("dload=%#x dsize=%#x isize=%#x entry=%#x nsize=%#x\n",
119 kh.dload, kh.dsize, kh.isize, kh.entry, kh.nsize);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c37 static int real_LZ4_compress(const char *source, char *dest, int isize,
39 static int LZ4_compressBound(int isize);
41 int isize, int maxOutputSize);
43 int isize, int osize);
45 int isize, int osize);
100 * isize : is the input size. Max supported value is ~1.9GB
115 * isize : is the input size. Max supported value is ~1.9GB
120 * isize : is the input size, therefore the compressed size
141 * isize *Must* be <64KB, otherwise the output will be corrupted.
457 LZ4_compressBound(int isize) argument
466 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
661 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
842 real_LZ4_compress(const char *source, char *dest, int isize, int osize) argument
883 LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, int maxOutputSize) argument
[all...]
/freebsd-11.0-release/sys/geom/uzip/
H A Dg_uzip_lzma.c94 LZ4_compressBound(int isize) argument
97 return (isize + (isize / 255) + 16);
/freebsd-11.0-release/sys/ufs/ufs/
H A Dufs_inode.c78 off_t isize; local
127 isize = ip->i_size;
129 isize += ip->i_din2->di_extsize;
130 if (ip->i_effnlink <= 0 && isize && !UFS_RDONLY(ip))
H A Dufs_vnops.c2268 doff_t isize; local
2270 isize = ip->i_size;
2271 if ((isize < vp->v_mount->mnt_maxsymlinklen) ||
2273 return (uiomove(SHORTLINK(ip), isize, ap->a_uio));
/freebsd-11.0-release/sys/boot/common/
H A Dbcache.c331 size_t csize, isize, total; local
374 csize, buf+total, &isize);
380 if (ret != 0 || isize == 0) {
385 blk += (offset+isize) / bcache_blksize;
387 total += isize;
388 size -= isize;
/freebsd-11.0-release/sys/dev/dcons/
H A Ddcons.h54 V u_int32_t isize[DCONS_NPORT]; member in struct:dcons_buf
H A Ddcons.c148 buf->isize[port] = htonl(size - osize);
170 dc->i.size = ntohl(buf->isize[port]);
/freebsd-11.0-release/sys/boot/i386/kgzldr/
H A Dboot.c46 uint32_t isize; /* image size in memory */ member in struct:kgz_hdr
/freebsd-11.0-release/sys/arm/arm/
H A Dcpufunc.c590 u_int ctype, isize, dsize, cpuid; local
656 isize = CPU_CT_ISIZE(ctype);
657 multiplier = (isize & CPU_CT_xSIZE_M) ? 3 : 2;
658 arm_picache_line_size = 1U << (CPU_CT_xSIZE_LEN(isize) + 3);
659 if (CPU_CT_xSIZE_ASSOC(isize) == 0) {
660 if (isize & CPU_CT_xSIZE_M)
666 (CPU_CT_xSIZE_ASSOC(isize) - 1);
668 arm_picache_size = multiplier << (CPU_CT_xSIZE_SIZE(isize) + 8);
H A Delf_trampoline.c258 u_int ctype, isize, dsize, cpuid; local
322 isize = CPU_CT_ISIZE(ctype);
323 multiplier = (isize & CPU_CT_xSIZE_M) ? 3 : 2;
324 arm_picache_line_size = 1U << (CPU_CT_xSIZE_LEN(isize) + 3);
325 if (CPU_CT_xSIZE_ASSOC(isize) == 0) {
326 if (isize & CPU_CT_xSIZE_M)
332 (CPU_CT_xSIZE_ASSOC(isize) - 1);
334 arm_picache_size = multiplier << (CPU_CT_xSIZE_SIZE(isize) + 8);
/freebsd-11.0-release/sys/cddl/boot/zfs/
H A Dlz4.c40 int isize, int maxOutputSize);
204 char *dest, int isize, int maxOutputSize)
208 const BYTE *const iend = ip + isize;
203 LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, int maxOutputSize) argument
/freebsd-11.0-release/sys/x86/iommu/
H A Dintel_qi.c220 dmar_gaddr_t isize; local
225 for (; size > 0; base += isize, size -= isize) {
226 am = calc_am(unit, base, size, &isize);
H A Dintel_utils.c237 dmar_gaddr_t isize; local
241 isize = 1ULL << (am + DMAR_PAGE_SHIFT);
242 if ((base & (isize - 1)) == 0 && size >= isize)
247 *isizep = isize;
H A Dintel_idpgtbl.c761 dmar_gaddr_t isize; local
778 for (; size > 0; base += isize, size -= isize) {
779 am = calc_am(unit, base, size, &isize);
/freebsd-11.0-release/sbin/fsck_ffs/
H A Dinode.c55 static int iblock(struct inodesc *, long ilevel, off_t isize, int type);
154 iblock(struct inodesc *idesc, long ilevel, off_t isize, int type) argument
175 if (howmany(isize, sizepb) > NINDIR(&sblock))
178 nif = howmany(isize, sizepb);
202 n = iblock(idesc, ilevel, isize, type);
208 if (idesc->id_type == DATA && isize > 0) {
217 DIP(dp, di_size) - isize);
218 isize = 0;
228 isize -= sizepb;
H A Dsuj.c1102 off_t isize; local
1127 isize = DIP(ip, di_size);
1129 if (isize > size)
1130 isize = size;
1132 ino_trunc(sino->si_ino, isize);
/freebsd-11.0-release/sys/dev/usb/input/
H A Dums.c526 int isize; local
569 isize = hid_report_size(d_ptr, d_len, hid_input, &sc->sc_iid);
587 isize = 5;
618 if (isize > (int)usbd_xfer_max_framelen(sc->sc_xfer[UMS_INTR_DT])) {
620 "than interrupt size, %d bytes!\n", isize,
648 DPRINTF("size=%d, id=%d\n", isize, sc->sc_iid);
/freebsd-11.0-release/contrib/gcc/
H A Dcfgexpand.c446 HOST_WIDE_INT isize = stack_vars[i].size; local
460 if (isize < jsize)
473 if (isize - (toff - offset) < jsize)
476 isize -= toff - offset;
483 isize -= jsize;
484 if (isize == 0)
H A Ddf-scan.c1170 unsigned int isize, osize;
1173 isize = GET_MODE_SIZE (GET_MODE (SUBREG_REG (x)));
1175 return (isize > osize && isize > UNITS_PER_WORD);
1166 unsigned int isize, osize; local
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mixx-defs.h807 uint64_t isize : 20; /**< Represents the Inbound Ring Buffer's Size(in 8B member in struct:cvmx_mixx_iring1::cvmx_mixx_iring1_s
819 uint64_t isize : 20;
826 uint64_t isize : 20; /**< Represents the Inbound Ring Buffer's Size(in 8B member in struct:cvmx_mixx_iring1::cvmx_mixx_iring1_cn52xx
840 uint64_t isize : 20;
/freebsd-11.0-release/sys/fs/ext2fs/
H A Dext2_vnops.c1311 int isize; local
1313 isize = ip->i_size;
1314 if (isize < vp->v_mount->mnt_maxsymlinklen) {
1315 uiomove((char *)ip->i_shortlink, isize, ap->a_uio);

Completed in 316 milliseconds

12