Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/mkimg/
HDimage.c351 uint64_t bytesize; in image_copyin_stream() local
366 bytesize = 0; in image_copyin_stream()
387 bytesize += rdsz; in image_copyin_stream()
392 *sizep = bytesize; in image_copyin_stream()
402 uint64_t bytesize; in image_copyin_mapped() local
426 bytesize = 0; in image_copyin_mapped()
451 bytesize += pos - hole; in image_copyin_mapped()
471 bytesize += sz; in image_copyin_mapped()
486 *sizep = bytesize; in image_copyin_mapped()
HDmkimg.c440 uint64_t bytesize, byteoffset; in mkimg() local
465 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-head/crypto/libecc/scripts/
HDexpand_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 …]
/freebsd-head/crypto/heimdal/appl/ftp/ftp/
HDglobals.c46 int bytesize; /* local byte size in binary */ variable
HDftp_var.h87 extern int bytesize; /* local byte size in binary */
HDcmds.c141 bytesize = 8; in setpeer()
/freebsd-head/sys/fs/nfs/
HDnfs_commonsubs.c854 int rem, bytesize; in nfsm_strtom() local
861 bytesize = NFSX_UNSIGNED + siz + rem; in nfsm_strtom()
928 return (bytesize); in nfsm_strtom()
969 int fullsiz, bytesize = 0; in nfsm_fhtom() local
983 bytesize = NFSX_V2FH; in nfsm_fhtom()
1000 bytesize = NFSX_MYFH + 2 * NFSX_UNSIGNED; in nfsm_fhtom()
1005 bytesize = 2 * NFSX_UNSIGNED + fullsiz; in nfsm_fhtom()
1009 bytesize = NFSX_UNSIGNED + fullsiz; in nfsm_fhtom()
1014 return (bytesize); in nfsm_fhtom()
3279 int cnt, i, bytesize; in nfsrv_putattrbit() local
[all …]
/freebsd-head/contrib/tnftp/src/
HDftp_var.h246 GLOBAL int bytesize; /* local byte size in binary */ variable
HDutil.c166 bytesize = 8; in setpeer()
/freebsd-head/crypto/heimdal/appl/ftp/ftpd/
HDftpd.c1625 printf(" %d", bytesize); /* need definition! */ in statcmd()
/freebsd-head/libexec/ftpd/
HDftpd.c2399 printf(" %d", bytesize); /* need definition! */ in statcmd()