Home
last modified time | relevance | path

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

/src/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.c450 uint64_t bytesize, byteoffset; in mkimg() local
475 expand_number(size, &bytesize) == -1) in mkimg()
507 error = image_copyin(block, fd, &bytesize); in mkimg()
516 error = image_copyin(block, fd, &bytesize); in mkimg()
524 part->size = (bytesize + secsz - 1) / secsz; in mkimg()
526 bytesize = part->size * secsz; in mkimg()
528 (long long)bytesize, (long long)part->size); in mkimg()
/src/crypto/libecc/scripts/
H A Dexpand_libecc.py342 bytesize = int(bitsize // 8)
344 bytesize += 1
345 return bytesize
1450 bytesize = int(pbitlen / 8)
1452 bytesize += 1
1454 if bytesize % 8 != 0:
1455 wordsbitsize64 = 8*((int(bytesize/8)+1)*8)
1457 wordsbitsize64 = 8*bytesize
1458 if bytesize % 4 != 0:
1459 wordsbitsize32 = 8*((int(bytesize/4)+1)*4)
[all …]
/src/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()
/src/tools/test/stress2/misc/
H A Dsyzkaller86.sh453 // ctrllen: bytesize = 0x9 (8 bytes)
502 // msg_controllen: bytesize = 0x90 (8 bytes)
H A Dsyzkaller84.sh316 // msg_controllen: bytesize = 0x104 (8 bytes)
/src/sys/fs/nfs/
H A Dnfs_commonsubs.c870 int rem, bytesize; in nfsm_strtom() local
877 bytesize = NFSX_UNSIGNED + siz + rem; in nfsm_strtom()
944 return (bytesize); in nfsm_strtom()
985 int fullsiz, bytesize = 0; in nfsm_fhtom() local
999 bytesize = NFSX_V2FH; in nfsm_fhtom()
1016 bytesize = NFSX_MYFH + 2 * NFSX_UNSIGNED; in nfsm_fhtom()
1021 bytesize = 2 * NFSX_UNSIGNED + fullsiz; in nfsm_fhtom()
1025 bytesize = NFSX_UNSIGNED + fullsiz; in nfsm_fhtom()
1030 return (bytesize); in nfsm_fhtom()
3586 int cnt, i, bytesize; in nfsrv_putattrbit() local
[all …]
/src/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()
/src/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1625 printf(" %d", bytesize); /* need definition! */ in statcmd()