| /freebsd-12-stable/contrib/gcc/ |
| D | genmodes.c | 60 unsigned int bytesize; /* storage size in addressable units */ member 276 validate_field (m, bytesize); in validate_mode() 312 m->bytesize = 0; in complete_mode() 322 m->bytesize = 4; in complete_mode() 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() 379 alignment = m->component->bytesize; in complete_mode() 381 alignment = m->bytesize; in complete_mode() 482 ncomponents = width / m->bytesize; in make_vector_modes() [all …]
|
| 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-stable/usr.bin/mkimg/ |
| 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()
|
| D | mkimg.c | 443 off_t bytesize, byteoffset; in mkimg() local 468 expand_number(size, &bytesize) == -1) in mkimg() 500 error = image_copyin(block, fd, &bytesize); in mkimg() 509 error = image_copyin(block, fd, &bytesize); in mkimg() 517 part->size = (bytesize + secsz - 1) / secsz; in mkimg() 519 bytesize = part->size * secsz; in mkimg() 521 (long long)bytesize, (long long)part->size); in mkimg()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| 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-stable/crypto/heimdal/appl/ftp/ftp/ |
| D | globals.c | 46 int bytesize; /* local byte size in binary */ variable
|
| D | ftp_var.h | 87 extern int bytesize; /* local byte size in binary */
|
| D | cmds.c | 141 bytesize = 8; in setpeer()
|
| /freebsd-12-stable/contrib/tnftp/src/ |
| D | ftp_var.h | 246 GLOBAL int bytesize; /* local byte size in binary */ variable
|
| D | util.c | 166 bytesize = 8; in setpeer()
|
| /freebsd-12-stable/sys/fs/nfs/ |
| D | nfs_commonsubs.c | 776 int rem, bytesize; in nfsm_strtom() local 783 bytesize = NFSX_UNSIGNED + siz + rem; in nfsm_strtom() 821 return (bytesize); in nfsm_strtom() 862 int fullsiz, rem, bytesize = 0; in nfsm_fhtom() local 874 bytesize = NFSX_V2FH; in nfsm_fhtom() 881 bytesize = 2 * NFSX_UNSIGNED + fullsiz; in nfsm_fhtom() 885 bytesize = NFSX_UNSIGNED + fullsiz; in nfsm_fhtom() 890 return (bytesize); in nfsm_fhtom() 3050 int cnt, i, bytesize; in nfsrv_putattrbit() local 3055 bytesize = (cnt + 1) * NFSX_UNSIGNED; in nfsrv_putattrbit() [all …]
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/ |
| D | ftpd.c | 1625 printf(" %d", bytesize); /* need definition! */ in statcmd()
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| 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-stable/libexec/ftpd/ |
| D | ftpd.c | 2442 printf(" %d", bytesize); /* need definition! */ in statcmd()
|