Home
last modified time | relevance | path

Searched refs:bytesize (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgenmodes.c346 m->bytesize = m->component->bytesize; in complete_mode()
359 m->bytesize = 2 * m->component->bytesize; in complete_mode()
368 m->bytesize = m->ncomponents * m->component->bytesize; in complete_mode()
532 m->bytesize = bytesize; in make_int_mode()
547 m->bytesize = bytesize; in make_float_mode()
564 m->bytesize = bytesize; in make_decimal_float_mode()
695 if (m->bytesize > n->bytesize) in cmp_modes()
697 else if (m->bytesize < n->bytesize) in cmp_modes()
713 if (m->component->bytesize > n->component->bytesize) in cmp_modes()
715 else if (m->component->bytesize < n->component->bytesize) in cmp_modes()
[all …]
H A Dtree-vect-transform.c784 tree bitsize, bitpos, bytesize; in vect_create_epilog_for_reduction() local
887 bytesize = TYPE_SIZE_UNIT (scalar_type); in vect_create_epilog_for_reduction()
/freebsd-12.1/usr.bin/mkimg/
H A Dimage.c353 uint64_t bytesize; in image_copyin_stream() local
368 bytesize = 0; in image_copyin_stream()
389 bytesize += rdsz; in image_copyin_stream()
394 *sizep = bytesize; in image_copyin_stream()
404 uint64_t bytesize; in image_copyin_mapped() local
428 bytesize = 0; in image_copyin_mapped()
453 bytesize += pos - hole; in image_copyin_mapped()
473 bytesize += sz; in image_copyin_mapped()
488 *sizep = bytesize; in image_copyin_mapped()
H A Dmkimg.c441 off_t bytesize, byteoffset; in mkimg() local
464 if (expand_number(size, &bytesize) == -1) in mkimg()
497 error = image_copyin(block, fd, &bytesize); in mkimg()
506 error = image_copyin(block, fd, &bytesize); in mkimg()
514 part->size = (bytesize + secsz - 1) / secsz; in mkimg()
516 bytesize = part->size * secsz; in mkimg()
518 (long long)bytesize, (long long)part->size); in mkimg()
/freebsd-12.1/contrib/binutils/bfd/
H A Dmep-relocs.pl129 if (length($mask) == 8) { $bytesize = 0; }
130 elsif (length($mask) == 16) { $bytesize = 1; }
131 elsif (length($mask) == 32) { $bytesize = 2; }
142 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
/freebsd-12.1/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c46 int bytesize; /* local byte size in binary */ variable
H A Dftp_var.h87 extern int bytesize; /* local byte size in binary */
H A Dcmds.c141 bytesize = 8; in setpeer()
/freebsd-12.1/contrib/tnftp/src/
H A Dftp_var.h246 GLOBAL int bytesize; /* local byte size in binary */ variable
H A Dutil.c166 bytesize = 8; in setpeer()
/freebsd-12.1/sys/fs/nfs/
H A Dnfs_commonsubs.c775 int rem, bytesize; in nfsm_strtom() local
782 bytesize = NFSX_UNSIGNED + siz + rem; in nfsm_strtom()
820 return (bytesize); in nfsm_strtom()
861 int fullsiz, rem, bytesize = 0; in nfsm_fhtom() local
873 bytesize = NFSX_V2FH; in nfsm_fhtom()
884 bytesize = NFSX_UNSIGNED + fullsiz; in nfsm_fhtom()
889 return (bytesize); in nfsm_fhtom()
2991 int cnt, i, bytesize; in nfsrv_putattrbit() local
2996 bytesize = (cnt + 1) * NFSX_UNSIGNED; in nfsrv_putattrbit()
2997 NFSM_BUILD(tl, u_int32_t *, bytesize); in nfsrv_putattrbit()
[all …]
/freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1625 printf(" %d", bytesize); /* need definition! */ in statcmd()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c4418 int bytesize; in ia64_function_value() local
4422 bytesize = int_size_in_bytes (valtype); in ia64_function_value()
4425 if (bytesize == 0) in ia64_function_value()
4427 for (i = 0; offset < bytesize; i++) in ia64_function_value()
/freebsd-12.1/libexec/ftpd/
H A Dftpd.c2455 printf(" %d", bytesize); /* need definition! */ in statcmd()