Home
last modified time | relevance | path

Searched refs:vis_cnt (Results 1 – 6 of 6) sorted by relevance

/dports/audio/squeezelite/squeezelite-7b13fd9/
H A Doutput_vis.c98 frames_t vis_cnt = out_frames; in _vis_export() local
103 while (vis_cnt--) { in _vis_export()
109 while (vis_cnt--) { in _vis_export()
/dports/misc/p5-Geo-Weather/Geo-Weather-1.41/
H A DWeather.pm383 my $vis_cnt = 0;
554 $vis_cnt = 1;
555 } elsif ($vis_cnt > 0) {
556 $vis_cnt++;
559 if ($vis_cnt == 2 && $line =~ /obsInfo2>\s*(.*)\s*</) {
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dwinattr_t.h62 short vis_cnt; member
H A Duserinput.c5830 cache_list[i].vis_cnt = 0; in snapshot_cache_list()
5843 cache_list[0].vis_cnt = 0; in snapshot_cache_list()
6015 cache_list[rfree].vis_cnt = 0; in lookup_free_index()
6136 cache_list[k].vis_cnt = 0; \
9948 cache_list[idx].vis_cnt++; in check_ncache()
/dports/sysutils/heirloom/heirloom-070715/tar/
H A Dtar.c1129 putfile(const char *longname, const char *shortname, int olddir, int vis_cnt) in putfile() argument
1199 for (i = 0; i < vis_cnt; i++) in putfile()
1203 if (vis_cnt >= vis_max) { in putfile()
1210 vis_dev[vis_cnt] = stbuf.st_dev; in putfile()
1211 vis_ino[vis_cnt] = stbuf.st_ino; in putfile()
1212 vis_cnt++; in putfile()
1228 putfile(copy, dp->d_name, infile, vis_cnt); in putfile()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Ddbprog.c260 vis_cnt; in dbprog_list_autoscroll() local
269 XmNvisibleItemCount, &vis_cnt, in dbprog_list_autoscroll()
273 bottom_pos = top_pos + vis_cnt - 1; in dbprog_list_autoscroll()
280 n = pos - (vis_cnt / 2); in dbprog_list_autoscroll()
287 n = pos + (vis_cnt / 2); in dbprog_list_autoscroll()