| /freebsd-12.1/contrib/gcc/ |
| H A D | genmodes.c | 346 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 D | tree-vect-transform.c | 784 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 D | image.c | 353 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 D | mkimg.c | 441 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 D | mep-relocs.pl | 129 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 D | globals.c | 46 int bytesize; /* local byte size in binary */ variable
|
| H A D | ftp_var.h | 87 extern int bytesize; /* local byte size in binary */
|
| H A D | cmds.c | 141 bytesize = 8; in setpeer()
|
| /freebsd-12.1/contrib/tnftp/src/ |
| H A D | ftp_var.h | 246 GLOBAL int bytesize; /* local byte size in binary */ variable
|
| H A D | util.c | 166 bytesize = 8; in setpeer()
|
| /freebsd-12.1/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 775 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 D | ftpd.c | 1625 printf(" %d", bytesize); /* need definition! */ in statcmd()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 4418 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 D | ftpd.c | 2455 printf(" %d", bytesize); /* need definition! */ in statcmd()
|