Home
last modified time | relevance | path

Searched refs:f_cnt (Results 1 – 25 of 42) sorted by relevance

12

/dports/archivers/unzip/unzip60/windll/
H A Dwindll.c477 for (f_cnt = 0; f_cnt < ifnc; f_cnt++)
485 for (f_cnt = 0; f_cnt < xfnc; f_cnt++)
496 for (f_cnt = ifnc; --f_cnt >= 0;)
514 for (f_cnt = ifnc; --f_cnt >= 0;)
524 for (f_cnt = 0; ; f_cnt++)
526 ISO_TO_INTERN(ifnv[f_cnt], intern_ifv[f_cnt]);
529 intern_ifv[f_cnt+1] = intern_ifv[f_cnt] +
538 for (f_cnt = xfnc; --f_cnt >= 0;)
569 for (f_cnt = xfnc; --f_cnt >= 0;)
584 for (f_cnt = 0; ; f_cnt++)
[all …]
/dports/multimedia/xanim/xanim2920/
H A Dxa_txt.c47 xaLONG ret,i,f_cnt; local
168 f_cnt = 0;
187 anim_hdr->frame_lst[f_cnt].time_dur = gtmp->time;
188 anim_hdr->frame_lst[f_cnt].zztime = t_time;
190 anim_hdr->frame_lst[f_cnt].act = gtmp->act;
192 k++; f_cnt++;
199 anim_hdr->frame_lst[f_cnt].time_dur = 0;
200 anim_hdr->frame_lst[f_cnt].zztime = -1;
201 anim_hdr->frame_lst[f_cnt].act = 0;
203 anim_hdr->last_frame = f_cnt - 1;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dcompose.c25 int f_cnt; member
61 if (susp->f_cnt == 0) { in compose_fetch()
62 susp_get_samples(f, f_ptr, f_cnt); in compose_fetch()
84 if (susp->f_cnt == 0) { in compose_fetch()
85 susp_get_samples(f, f_ptr, f_cnt); in compose_fetch()
104 togo = MIN(togo, susp->f_cnt); in compose_fetch()
141 susp->f_cnt--; in compose_fetch()
142 if (susp->f_cnt == 0) { in compose_fetch()
189 susp_get_samples(f, f_ptr, f_cnt); in compose_toss_fetch()
200 susp_took(f_cnt, n); in compose_toss_fetch()
[all …]
H A Dpvshell.h36 int f_cnt; member
75 #define PVSHELL_TEST_F(susp) ((susp)->f_cnt == 0 ? pvshell_test_f(susp) : 0)
77 ((susp)->f->scale * ((susp)->f_cnt--, *((susp)->f_ptr++)))
H A Dresampv.c66 int f_cnt; member
289 susp_check_samples(f, f_ptr, f_cnt); in resampv_refill()
290 togo = MIN(togo, susp->f_cnt); in resampv_refill()
301 susp_took(f_cnt, togo); in resampv_refill()
368 susp->f_cnt = 0; in snd_make_resamplev()
H A Dpvshell.c50 susp_get_samples(f, f_ptr, f_cnt); /* warning: macro references susp */ in pvshell_test_f()
51 if (susp->f->logical_stop_cnt == susp->f->current - susp->f_cnt) { in pvshell_test_f()
170 susp->pvshell.f_cnt = 0; in snd_make_pvshell()
H A Dphasevocoder.c309 susp->f->current - susp->f_cnt; in pv_callback()
314 pvs->f_terminate_count = susp->f->current - susp->f_cnt; in pv_callback()
334 pvs->f_logical_stop_count = susp->f->current - susp->f_cnt; in pv_callback()
/dports/editors/jove/jove/
H A Dfp.c57 fp->f_cnt = 0;
156 fp->f_cnt = read(fp->f_fd, (UnivPtr) fp->f_base, (size_t) fp->f_bufsize);
158 } while (fp->f_cnt == -1 && errno == EINTR);
160 if (fp->f_cnt == -1) {
166 if (fp->f_cnt == 0) {
170 io_chars += fp->f_cnt;
209 fp->f_cnt = 0; /* next read will f_filbuf(), next write
226 fp->f_cnt = 1;
256 fp->f_cnt = fp->f_bufsize;
H A Dfp.h27 #define f_putc(c, fp) { while (--(fp)->f_cnt < 0) flushout(fp); *(fp)->f_ptr++ = (c); }
29 ((--(fp)->f_cnt < 0) ? f_filbuf(fp) : ZXRC(*(fp)->f_ptr++))
35 int f_cnt, /* number of characters left in buffer */ member
/dports/devel/py-fastcache/fastcache-1.1.0/fastcache/tests/
H A Dtest_functools.py66 f_cnt[0] += 1
69 f_cnt = [0]
72 self.assertEqual(f_cnt, [5])
82 f_cnt[0] += 1
85 f_cnt[0] = 0
88 self.assertEqual(f_cnt, [1])
98 f_cnt[0] += 1
101 f_cnt[0] = 0
105 self.assertEqual(f_cnt, [4])
/dports/textproc/xlhtml/xlhtml-0.5/xlhtml/
H A Dxlhtml.c221 fnt_cnt *f_cnt; variable
415 f_cnt[i].name = 0; in main()
487 if (f_cnt[i].name) in main()
2289 f_cnt = tf_cnt; in add_font()
3313 f_cnt[r].cnt = 0; in update_default_font()
3314 if (f_cnt[r].name) in update_default_font()
3381 memcpy(default_font.str, f_cnt[f].name->str, f_cnt[f].name->len); in update_default_font()
3412 f_cnt[r].name= 0; in update_default_font()
3426 if (f_cnt[i].name) in incr_f_cnt()
3429 f_cnt[i].cnt++; in incr_f_cnt()
[all …]
/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Ddsl.c21 cmd_c.f_cnt = 0; in dsl_run()
229 cmd_c.f_cnt = 0; in dsl_free()
248 for(j = 0; j < c->f_cnt; j++) (void) dynload_func_close(c->f_cache[j]); in dsl_run_free()
/dports/lang/yap/yap-6.2.2/library/tries/
H A Dcore_dbtries.c766 int count = -1, cnt = -1, c_cnt = 0, f_cnt = 0; in update_depth_breadth_trie() local
787 f_cnt = 0; in update_depth_breadth_trie()
795 f_cnt++; in update_depth_breadth_trie()
797 count += f_cnt; in update_depth_breadth_trie()
798 f_cnt = 0; in update_depth_breadth_trie()
807 count += f_cnt; in update_depth_breadth_trie()
808 f_cnt = 0; in update_depth_breadth_trie()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/grib/degrib18/degrib/
H A Dmyutil.c345 char f_cnt; in myStat() local
353 f_cnt = 0; in myStat()
356 f_cnt = !f_cnt; in myStat()
358 if (f_cnt) { in myStat()
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_functools.py1193 nonlocal f_cnt
1194 f_cnt += 1
1197 f_cnt = 0
1210 f_cnt += 1
1213 f_cnt = 0
1226 f_cnt += 1
1229 f_cnt = 0
1579 f_cnt = 0 variable in TestLRU.test_lru_method.X
1591 self.assertEqual((a.f_cnt, b.f_cnt, c.f_cnt), (6, 0, 0))
1596 self.assertEqual((a.f_cnt, b.f_cnt, c.f_cnt), (6, 4, 0))
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/ide/
H A Dhpt366.c927 u16 f_cnt = 0; in init_chipset_hpt366() local
987 pci_read_config_word(dev, 0x78, &f_cnt); in init_chipset_hpt366()
988 temp += f_cnt & 0x1ff; in init_chipset_hpt366()
991 f_cnt = temp / 128; in init_chipset_hpt366()
993 f_cnt = temp & 0x1ff; in init_chipset_hpt366()
996 pci_clk = (f_cnt * dpll_clk) / 192; in init_chipset_hpt366()
1010 dpll_clk, f_cnt, pci_clk); in init_chipset_hpt366()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/ide/
H A Dhpt366.c927 u16 f_cnt = 0; in init_chipset_hpt366() local
987 pci_read_config_word(dev, 0x78, &f_cnt); in init_chipset_hpt366()
988 temp += f_cnt & 0x1ff; in init_chipset_hpt366()
991 f_cnt = temp / 128; in init_chipset_hpt366()
993 f_cnt = temp & 0x1ff; in init_chipset_hpt366()
996 pci_clk = (f_cnt * dpll_clk) / 192; in init_chipset_hpt366()
1010 dpll_clk, f_cnt, pci_clk); in init_chipset_hpt366()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/ide/
H A Dhpt366.c927 u16 f_cnt = 0; in init_chipset_hpt366() local
987 pci_read_config_word(dev, 0x78, &f_cnt); in init_chipset_hpt366()
988 temp += f_cnt & 0x1ff; in init_chipset_hpt366()
991 f_cnt = temp / 128; in init_chipset_hpt366()
993 f_cnt = temp & 0x1ff; in init_chipset_hpt366()
996 pci_clk = (f_cnt * dpll_clk) / 192; in init_chipset_hpt366()
1010 dpll_clk, f_cnt, pci_clk); in init_chipset_hpt366()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/grib/degrib/degrib/
H A Dmyutil.c371 char f_cnt;
379 f_cnt = 0;
382 f_cnt = !f_cnt;
384 if (f_cnt) {
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/grib/degrib/degrib/
H A Dmyutil.c371 char f_cnt;
379 f_cnt = 0;
382 f_cnt = !f_cnt;
384 if (f_cnt) {
/dports/graphics/gdal/gdal-3.3.3/frmts/grib/degrib/degrib/
H A Dmyutil.c371 char f_cnt;
379 f_cnt = 0;
382 f_cnt = !f_cnt;
384 if (f_cnt) {
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/scripts/
H A Drunfabtests.sh552 …print_results "$test_exe" "Fail [$f_cnt/$total]" "$test_time" "$s_outp" "$s_cmd" "$c_outp" "$c_cmd"
556 local f_cnt=$(cat $c_outp | awk -F': ' '/ENOSYS|ERROR/ {total += $2} END {print total}')
559 if [ $f_cnt -eq 0 ]; then
563 …print_results "$test_exe" "Fail [$f_cnt/$total]" "$test_time" "$s_outp" "$s_cmd" "$c_outp" "$c_cmd"
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_functools.py1208 nonlocal f_cnt
1209 f_cnt += 1
1212 f_cnt = 0
1225 f_cnt += 1
1228 f_cnt = 0
1241 f_cnt += 1
1244 f_cnt = 0
1599 f_cnt = 0 variable in TestLRU.test_lru_method.X
1611 self.assertEqual((a.f_cnt, b.f_cnt, c.f_cnt), (6, 0, 0))
1616 self.assertEqual((a.f_cnt, b.f_cnt, c.f_cnt), (6, 4, 0))
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_functools.py1208 nonlocal f_cnt
1209 f_cnt += 1
1212 f_cnt = 0
1225 f_cnt += 1
1228 f_cnt = 0
1241 f_cnt += 1
1244 f_cnt = 0
1599 f_cnt = 0 variable in TestLRU.test_lru_method.X
1611 self.assertEqual((a.f_cnt, b.f_cnt, c.f_cnt), (6, 0, 0))
1616 self.assertEqual((a.f_cnt, b.f_cnt, c.f_cnt), (6, 4, 0))
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_functools.py1208 nonlocal f_cnt
1209 f_cnt += 1
1212 f_cnt = 0
1225 f_cnt += 1
1228 f_cnt = 0
1241 f_cnt += 1
1244 f_cnt = 0
1599 f_cnt = 0 variable in TestLRU.test_lru_method.X
1611 self.assertEqual((a.f_cnt, b.f_cnt, c.f_cnt), (6, 0, 0))
1616 self.assertEqual((a.f_cnt, b.f_cnt, c.f_cnt), (6, 4, 0))
[all …]

12