Home
last modified time | relevance | path

Searched refs:bcnt (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/dports/games/exult/exult-snapshot-v1.7.0.20211128/imagewin/
H A Dibuf8.cc396 bcnt = bcnt >> 1; // Get count. in paint_rle()
430 scanx += bcnt; in paint_rle()
464 scanx += bcnt; in paint_rle()
466 in += bcnt; in paint_rle()
474 dest += bcnt; in paint_rle()
475 scanx += bcnt; in paint_rle()
476 scanlen -= bcnt; in paint_rle()
540 bcnt = bcnt >> 1; // Get count. in paint_rle_remapped()
610 in += bcnt; in paint_rle_remapped()
618 dest += bcnt; in paint_rle_remapped()
[all …]
/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_vec_test.c43 bcnt = 0; in test_ngtcp2_vec_split()
62 bcnt = 0; in test_ngtcp2_vec_split()
83 bcnt = 0; in test_ngtcp2_vec_split()
106 bcnt = 0; in test_ngtcp2_vec_split()
132 bcnt = 2; in test_ngtcp2_vec_split()
158 bcnt = 2; in test_ngtcp2_vec_split()
188 bcnt = 2; in test_ngtcp2_vec_split()
218 bcnt = 2; in test_ngtcp2_vec_split()
245 bcnt = 1; in test_ngtcp2_vec_split()
260 bcnt = 1; in test_ngtcp2_vec_split()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/text-utils/
H A Dhexdump-parse.c185 if (fu->bcnt) { in block_size()
208 bcnt += 4; in block_size()
210 bcnt += 8; in block_size()
212 bcnt += prec; in block_size()
214 ++bcnt; in block_size()
315 pr->bcnt = fu->bcnt; in rewrite_rules()
329 pr->bcnt = fu->bcnt; in rewrite_rules()
341 pr->bcnt = fu->bcnt; in rewrite_rules()
440 if (!fu->bcnt) in rewrite_rules()
442 fu->bcnt in rewrite_rules()
[all …]
/dports/devel/util-linux/util-linux-2.36/text-utils/
H A Dhexdump-parse.c185 if (fu->bcnt) { in block_size()
208 bcnt += 4; in block_size()
210 bcnt += 8; in block_size()
212 bcnt += prec; in block_size()
214 ++bcnt; in block_size()
316 pr->bcnt = fu->bcnt; in rewrite_rules()
330 pr->bcnt = fu->bcnt; in rewrite_rules()
342 pr->bcnt = fu->bcnt; in rewrite_rules()
442 if (!fu->bcnt) in rewrite_rules()
444 fu->bcnt in rewrite_rules()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/modules/
H A Dcptime.c112 dr = max(bcnt, (bcnt * tps)) / max((clock_t)1, (et + offs)); in print_cp_result_tick()
124 print_cp_result_tick(bcnt, (ec - bc), tps, 0); in print_cp_result_long()
125 print_cp_result_tick(bcnt, (ec - bc), tps, 1); in print_cp_result_long()
126 print_cp_result_tick(bcnt, (ec - bc), tps, -1); in print_cp_result_long()
137 return min(bufsz, (maxlen - bcnt)); in time_copy_bufsz()
146 size_t bufsz, bcnt = 0; in time_copy() local
174 bufsz = time_copy_bufsz(ibufsz, bcnt, maxlen); in time_copy()
181 bcnt = numrd; in time_copy()
183 bufsz = time_copy_bufsz(bufsz, bcnt, maxlen); in time_copy()
190 bcnt += numrd; in time_copy()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c118 int bcnt = 0; in pvr2_debugifc_print_info() local
122 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info()
128 return bcnt; in pvr2_debugifc_print_info()
135 int bcnt = 0; in pvr2_debugifc_print_status() local
175 return bcnt; in pvr2_debugifc_print_status()
292 unsigned int bcnt = 0; in pvr2_debugifc_docmd() local
296 for (bcnt = 0; bcnt < count; bcnt++) { in pvr2_debugifc_docmd()
297 if (buf[bcnt] == '\n') break; in pvr2_debugifc_docmd()
302 if (bcnt < count) bcnt++; in pvr2_debugifc_docmd()
303 buf += bcnt; in pvr2_debugifc_docmd()
[all …]
H A Dpvrusb2-ioread.c391 unsigned int bcnt; in pvr2_ioread_read() local
427 bcnt = cp->sync_key_len - cp->sync_buf_offs; in pvr2_ioread_read()
431 bcnt = cp->c_data_len - cp->c_data_offs; in pvr2_ioread_read()
434 if (!bcnt) break; in pvr2_ioread_read()
437 if (bcnt > cnt) bcnt = cnt; in pvr2_ioread_read()
439 if (copy_to_user(buf,src,bcnt)) { in pvr2_ioread_read()
446 cnt -= bcnt; in pvr2_ioread_read()
447 buf += bcnt; in pvr2_ioread_read()
448 copied_cnt += bcnt; in pvr2_ioread_read()
453 cp->sync_buf_offs += bcnt; in pvr2_ioread_read()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c118 int bcnt = 0; in pvr2_debugifc_print_info() local
122 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info()
128 return bcnt; in pvr2_debugifc_print_info()
135 int bcnt = 0; in pvr2_debugifc_print_status() local
175 return bcnt; in pvr2_debugifc_print_status()
292 unsigned int bcnt = 0; in pvr2_debugifc_docmd() local
296 for (bcnt = 0; bcnt < count; bcnt++) { in pvr2_debugifc_docmd()
297 if (buf[bcnt] == '\n') break; in pvr2_debugifc_docmd()
302 if (bcnt < count) bcnt++; in pvr2_debugifc_docmd()
303 buf += bcnt; in pvr2_debugifc_docmd()
[all …]
H A Dpvrusb2-ioread.c391 unsigned int bcnt; in pvr2_ioread_read() local
427 bcnt = cp->sync_key_len - cp->sync_buf_offs; in pvr2_ioread_read()
431 bcnt = cp->c_data_len - cp->c_data_offs; in pvr2_ioread_read()
434 if (!bcnt) break; in pvr2_ioread_read()
437 if (bcnt > cnt) bcnt = cnt; in pvr2_ioread_read()
439 if (copy_to_user(buf,src,bcnt)) { in pvr2_ioread_read()
446 cnt -= bcnt; in pvr2_ioread_read()
447 buf += bcnt; in pvr2_ioread_read()
448 copied_cnt += bcnt; in pvr2_ioread_read()
453 cp->sync_buf_offs += bcnt; in pvr2_ioread_read()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c118 int bcnt = 0; in pvr2_debugifc_print_info() local
122 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info()
128 return bcnt; in pvr2_debugifc_print_info()
135 int bcnt = 0; in pvr2_debugifc_print_status() local
175 return bcnt; in pvr2_debugifc_print_status()
292 unsigned int bcnt = 0; in pvr2_debugifc_docmd() local
296 for (bcnt = 0; bcnt < count; bcnt++) { in pvr2_debugifc_docmd()
297 if (buf[bcnt] == '\n') break; in pvr2_debugifc_docmd()
302 if (bcnt < count) bcnt++; in pvr2_debugifc_docmd()
303 buf += bcnt; in pvr2_debugifc_docmd()
[all …]
H A Dpvrusb2-ioread.c391 unsigned int bcnt; in pvr2_ioread_read() local
427 bcnt = cp->sync_key_len - cp->sync_buf_offs; in pvr2_ioread_read()
431 bcnt = cp->c_data_len - cp->c_data_offs; in pvr2_ioread_read()
434 if (!bcnt) break; in pvr2_ioread_read()
437 if (bcnt > cnt) bcnt = cnt; in pvr2_ioread_read()
439 if (copy_to_user(buf,src,bcnt)) { in pvr2_ioread_read()
446 cnt -= bcnt; in pvr2_ioread_read()
447 buf += bcnt; in pvr2_ioread_read()
448 copied_cnt += bcnt; in pvr2_ioread_read()
453 cp->sync_buf_offs += bcnt; in pvr2_ioread_read()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Ddump.c56 int bcnt, cur_size; in bb_dump_size() local
63 if (fu->bcnt) { in bb_dump_size()
84 bcnt += prec; in bb_dump_size()
88 bcnt += 1; in bb_dump_size()
137 if (fu->bcnt) { in rewrite()
167 if (fu->bcnt) { in rewrite()
206 pr->bcnt = fu->bcnt; in rewrite()
286 if (!fu->bcnt) in rewrite()
288 fu->bcnt += pr->bcnt; in rewrite()
303 && fu->bcnt in rewrite()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue1431/
H A Dconfig_example.vhdl16 signal bcnt: std_logic_vector(3 downto 0); signal
44 bcnt <= (others => '0');
53 when T0 => config_st <= T1;bcnt <= (others => '0');
63 if bcnt = "1000" then
64 bcnt <= (others => '0');
68 bcnt <= bcnt + '1';
71 if bcnt = "1000" then
72 bcnt <= (others => '0');
76 bcnt <= bcnt + '1';
113 sdat <= wdata(8-conv_integer(bcnt));
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/fosphor/
H A Df15_packetizer.v51 reg [1:0] bcnt; register
97 bcnt <= 2'b00;
99 if (in_last | (bcnt == 2'b11))
100 bcnt <= 2'b00;
102 bcnt <= bcnt + 1;
132 out_valid <= in_valid & (in_last | bcnt == 2'b11) & (state != ST_WAIT);
/dports/editors/2bsd-vi/ex-050325/
H A Dex_tagio.c94 static int bcnt = 0; variable
130 if ((bcnt = read(fd, ibuf, b_size)) < 0) in tseek()
143 if ((bcnt = read(fd, ibuf, b_size)) <= 0) in tgets()
148 if (bcnt == 0) /* EOF */ in tgets()
152 if (++cc > bcnt) { in tgets()
154 if ((bcnt = read(fd, ibuf, b_size)) <= 0) { in tgets()
175 bcnt = 0; in tclose()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dvgafile.cc119 bcnt = bcnt >> 1; // Get count. in reflect()
127 in += bcnt; in reflect()
129 b += bcnt; in reflect()
539 bcnt = bcnt >> 1; // Get count. in paint_rle_translucent()
555 b += bcnt; in paint_rle_translucent()
597 bcnt = bcnt >> 1; // Get count. in paint_rle_transformed()
601 b += bcnt; in paint_rle_transformed()
654 bcnt = bcnt >> 1; // Get count. in paint_rle_outline()
662 b += bcnt; in paint_rle_outline()
698 bcnt = bcnt >> 1; // Get count. in has_point()
[all …]
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgaskdlg.c191 for ( bcnt=0; answers[bcnt]!=NULL; ++bcnt); in DlgCreate()
193 for ( bcnt=0; answers[bcnt]!=NULL; ++bcnt) in DlgCreate()
194 blabels[bcnt].text = (unichar_t *) answers[bcnt]; in DlgCreate()
241 bspace = (maxw-bcnt*bw)/(bcnt-1); in DlgCreate()
268 gcd[bcnt+lb].gd.cid = bcnt; in DlgCreate()
307 d->bcnt = bcnt; in DlgCreate()
472 for ( bcnt=0; answers[bcnt]!=NULL; ++bcnt); in DlgCreate8()
475 for ( bcnt=0; answers[bcnt]!=NULL; ++bcnt) { in DlgCreate8()
538 bspace = (maxw-bcnt*bw)/(bcnt-1); in DlgCreate8()
574 gcd[bcnt+lb].gd.cid = bcnt; in DlgCreate8()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DSimple.c368 int bcnt = 0; in XmCreateSimpleOptionMenu() local
429 sprintf(buf, "button_%d", bcnt); in XmCreateSimpleOptionMenu()
430 bcnt++; in XmCreateSimpleOptionMenu()
450 bcnt++; in XmCreateSimpleOptionMenu()
499 int bcnt = 0; in XmCreateSimplePopupMenu() local
538 sprintf(buf, "button_%d", bcnt); in XmCreateSimplePopupMenu()
539 bcnt++; in XmCreateSimplePopupMenu()
549 bcnt++; in XmCreateSimplePopupMenu()
573 int bcnt = 0; in XmCreateSimplePulldownMenu() local
682 bcnt++; in XmCreateSimplePulldownMenu()
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/random/src/distributions/
H A Ddistributions.c1047 if (!(bcnt[0])) { in buffered_uint16()
1049 bcnt[0] = 1; in buffered_uint16()
1052 bcnt[0] -= 1; in buffered_uint16()
1063 bcnt[0] = 3; in buffered_uint8()
1066 bcnt[0] -= 1; in buffered_uint8()
1137 bcnt[0] = 31; in buffered_bounded_bool()
1140 bcnt[0] -= 1; in buffered_bounded_bool()
1534 int bcnt = 0; in random_bounded_uint32_fill() local
1572 int bcnt = 0; in random_bounded_uint16_fill() local
1609 int bcnt = 0; in random_bounded_uint8_fill() local
[all …]
/dports/textproc/wiggle/wiggle-1.3/
H A Dextract.c66 int acnt = 0, bcnt = 0; in wiggle_split_patch() local
101 bcnt = d; in wiggle_split_patch()
103 bcnt = 1; in wiggle_split_patch()
114 bcnt = d-c+1; in wiggle_split_patch()
152 slen = sprintf(buf+1, "%5d %5d %5d\n", chunks, c, bcnt)+2; in wiggle_split_patch()
178 bcnt--; in wiggle_split_patch()
179 if (bcnt == 0) in wiggle_split_patch()
194 acnt--; bcnt--; in wiggle_split_patch()
202 bcnt--; in wiggle_split_patch()
208 acnt --; bcnt--; in wiggle_split_patch()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/caam/
H A Ddpseci-debugfs.c12 u32 fqid, fcnt, bcnt; in dpseci_dbg_fqs_show() local
23 err = dpaa2_io_query_fq_count(NULL, fqid, &fcnt, &bcnt); in dpseci_dbg_fqs_show()
27 seq_printf(file, "%5d%16u%16u\n", fqid, fcnt, bcnt); in dpseci_dbg_fqs_show()
37 err = dpaa2_io_query_fq_count(NULL, fqid, &fcnt, &bcnt); in dpseci_dbg_fqs_show()
41 seq_printf(file, "%5d%16u%16u\n", fqid, fcnt, bcnt); in dpseci_dbg_fqs_show()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/caam/
H A Ddpseci-debugfs.c12 u32 fqid, fcnt, bcnt; in dpseci_dbg_fqs_show() local
23 err = dpaa2_io_query_fq_count(NULL, fqid, &fcnt, &bcnt); in dpseci_dbg_fqs_show()
27 seq_printf(file, "%5d%16u%16u\n", fqid, fcnt, bcnt); in dpseci_dbg_fqs_show()
37 err = dpaa2_io_query_fq_count(NULL, fqid, &fcnt, &bcnt); in dpseci_dbg_fqs_show()
41 seq_printf(file, "%5d%16u%16u\n", fqid, fcnt, bcnt); in dpseci_dbg_fqs_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/caam/
H A Ddpseci-debugfs.c12 u32 fqid, fcnt, bcnt; in dpseci_dbg_fqs_show() local
23 err = dpaa2_io_query_fq_count(NULL, fqid, &fcnt, &bcnt); in dpseci_dbg_fqs_show()
27 seq_printf(file, "%5d%16u%16u\n", fqid, fcnt, bcnt); in dpseci_dbg_fqs_show()
37 err = dpaa2_io_query_fq_count(NULL, fqid, &fcnt, &bcnt); in dpseci_dbg_fqs_show()
41 seq_printf(file, "%5d%16u%16u\n", fqid, fcnt, bcnt); in dpseci_dbg_fqs_show()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dclock.c219 u_int cnt, bcnt; in eeprom_uio() local
254 for (bcnt = 0; bcnt < EEPROM_SIZE; ++bcnt) in eeprom_uio()
255 buf[bcnt] = eeprom_va[bcnt]; in eeprom_uio()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/lp/
H A Dlpsend.c141 int bcnt = 0; in pass() local
144 for(bcnt=bsize; bcnt > 0; bcnt -= rv) { in pass()
146 if((rv=read(inpfd, jobbuf, MIN(bcnt,RDSIZE))) < 0) { in pass()
147 error(0, "read error during pass, %d remaining\n", bcnt); in pass()
150 error(0, "write error during pass, %d remaining\n", bcnt); in pass()
155 return(bcnt); in pass()

12345678910>>...43