Searched refs:bs (Results 1 - 25 of 295) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c2624 size_t bs = 256 * 1024; local
2627 zip->decrypted_buffer_size = bs;
2628 zip->decrypted_buffer = malloc(bs);
H A Darchive_read_support_format_rar.c1896 size_t bs; local
1936 bs = rar->unp_buffer_size - rar->unp_offset;
1938 bs = (size_t)rar->bytes_uncopied;
1939 ret = copy_from_lzss_window(a, buff, rar->offset, (int)bs);
1942 rar->offset += bs;
1943 rar->bytes_uncopied -= bs;
2065 bs = rar->unp_buffer_size - rar->unp_offset;
2067 bs = (size_t)rar->bytes_uncopied;
2068 ret = copy_from_lzss_window(a, buff, rar->offset, (int)bs);
2071 rar->offset += bs;
[all...]
H A Darchive_write_set_format_iso9660.c4334 int bs, block, i; local
4337 bs = get_dir_rec_size(iso9660, isoent, DIR_REC_SELF, vdd->vdd_type);
4338 bs += get_dir_rec_size(iso9660, isoent, DIR_REC_PARENT, vdd->vdd_type);
4358 if ((bs + dr_l) > LOGICAL_BLOCK_SIZE) {
4360 bs = dr_l;
4362 bs += dr_l;
H A Darchive_write_add_filter_xz.c313 size_t bs = 65536, bpb; local
318 if (bpb > bs)
319 bs = bpb;
321 bs -= bs % bpb;
323 data->compressed_buffer_size = bs;
H A Darchive_string.c2028 size_t avail, bs; local
2070 bs = as->buffer_length +
2073 archive_string_ensure(as, bs))
2099 bs = as->buffer_length + remaining * 2;
2100 if (NULL == archive_string_ensure(as, bs))
H A Darchive_write_add_filter_zstd.c225 size_t bs = ZSTD_CStreamOutSize(), bpb; local
230 if (bpb > bs)
231 bs = bpb;
233 bs -= bs % bpb;
235 data->out.size = bs;
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure7271 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
7301 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
7303 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
H A DMakefile.in46 bs=\\; \
48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/unbound/
H A Dconfigure9193 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
9223 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
9225 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
/freebsd-11-stable/contrib/subversion/
H A Dconfigure9764 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
9794 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
9796 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c79 #define bs balloon_stats macro
84 &bs.current_pages, 0, "Current allocation");
86 &bs.target_pages, 0, "Target allocation");
88 &bs.driver_pages, 0, "Driver pages");
90 &bs.hard_limit, 0, "Xen hard limit");
92 &bs.balloon_low, 0, "Low-mem balloon");
94 &bs.balloon_high, 0, "High-mem balloon");
110 unsigned long target = min(bs.target_pages, bs.hard_limit);
111 if (target > (bs
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1.h825 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
829 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value,
914 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
916 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
918 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_attr.c219 uint64_t value, offset, bs; local
258 bs = 1;
260 bs = 2;
262 bs = 4;
263 ret = WRITE_VALUE(at->u[0].u64, bs);
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c99 struct bs { struct
239 struct bs *bs; local
667 x1 = sizeof(struct bs);
710 bs = (struct bs *)img;
711 mk1(bs->bsJump[0], 0xeb);
712 mk1(bs->bsJump[1], x1 - 2);
713 mk1(bs->bsJump[2], 0x90);
714 setstr(bs
[all...]
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.in43 bs=\\; \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/file/
H A Dconfigure7605 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
7635 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
7637 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
H A DMakefile.in43 bs=\\; \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure17498 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
17528 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
17530 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
/freebsd-11-stable/contrib/ntp/
H A Dconfigure9193 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
9223 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
9225 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
/freebsd-11-stable/contrib/apr/
H A Dconfigure12889 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
12919 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
12921 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c955 struct ieee80211_bssid bs; local
957 os_strlcpy(bs.i_name, drv->ifname, sizeof(bs.i_name));
958 if (ioctl(drv->global->sock, SIOCG80211BSSID, &bs) < 0)
960 os_memcpy(bssid, bs.i_bssid, sizeof(bs.i_bssid));
/freebsd-11-stable/sys/kern/
H A Dtty.c117 size_t bs = 0; local
122 bs = MIN(tp->t_termios.c_ispeed / 5, TTYBUF_MAX);
123 error = ttyinq_setsize(&tp->t_inq, tp, bs);
131 bs = MIN(tp->t_termios.c_ospeed / 5, TTYBUF_MAX);
132 error = ttyoutq_setsize(&tp->t_outq, tp, bs);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c1631 struct snd_dbuf *bs = rdch->bufsoft; local
1634 a->bytes = sndbuf_getready(bs);
1635 a->fragments = a->bytes / sndbuf_getblksz(bs);
1636 a->fragstotal = sndbuf_getblkcnt(bs);
1637 a->fragsize = sndbuf_getblksz(bs);
1649 struct snd_dbuf *bs = wrch->bufsoft; local
1653 a->bytes = sndbuf_getfree(bs);
1654 a->fragments = a->bytes / sndbuf_getblksz(bs);
1655 a->fragstotal = sndbuf_getblkcnt(bs);
1656 a->fragsize = sndbuf_getblksz(bs);
1667 struct snd_dbuf *bs = rdch->bufsoft; local
1685 struct snd_dbuf *bs = wrch->bufsoft; local
1777 struct snd_dbuf *bs = wrch->bufsoft; local
1913 struct snd_dbuf *bs; local
1937 struct snd_dbuf *bs; local
1970 struct snd_dbuf *bs; local
[all...]
/freebsd-11-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh26 dd if=/dev/random of=/dev/$work bs=1m count=1 conv=notrunc
28 dd if=/dev/random of=/dev/$src bs=1m count=1 conv=notrunc
41 dd if=/dev/${src} of=${ggate_dev} bs=1m count=1 conv=notrunc
67 dd if=/dev/random of=work bs=1m count=1
68 dd if=/dev/random of=src bs=1m count=1
77 dd if=src of=${ggate_dev} bs=1m count=1 conv=notrunc
105 dd if=/dev/random of=$work bs=1m count=1 conv=notrunc
107 dd if=/dev/random of=$src bs=1m count=1 conv=notrunc
116 dd if=/dev/$src of=${ggate_dev} bs=1m count=1 conv=notrunc
/freebsd-11-stable/stand/i386/boot2/
H A DMakefile76 ${DD} if=/dev/zero of=${.TARGET} bs=512 count=1

Completed in 532 milliseconds

1234567891011>>