Home
last modified time | relevance | path

Searched refs:lino (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/dports/net-mgmt/librenms/librenms-21.5.1/scripts/
H A Dremovespikes.pl54 for ($lino=0; $lino<=$#dump-1; $lino++) { # scans DS's within each row
56 $a=substr("0$lino",-2).":".$1;
68 foreach $lino (sort keys %exp) {
69 ($a)=$lino=~/^(\d+)\:/;
70 $por{$lino}=(100*$exp{$lino})/$tot{$a};
76 foreach $lino (sort keys %exp) {
77 print $lino."--".$exp{$lino}."/";
78 ($a)=$lino=~/^(\d+)\:/;
79 print $tot{$a}." = ".$por{$lino}."%\n";
103 for ($lino=0;$lino<=$#dump-1;$lino++) { # for each DS:
[all …]
/dports/net-mgmt/observium/observium/scripts/
H A Dremovespikes.pl102 for ($lino=0; $lino<=$#dump-1; $lino++) { # scans DS's within each row
104 $a=substr("0$lino",-2).":".$1;
116 foreach $lino (sort keys %exp) {
117 ($a)=$lino=~/^(\d+)\:/;
118 $por{$lino}=(100*$exp{$lino})/$tot{$a};
124 foreach $lino (sort keys %exp) {
125 print $lino."--".$exp{$lino}."/";
126 ($a)=$lino=~/^(\d+)\:/;
127 print $tot{$a}." = ".$por{$lino}."%\n";
152 for ($lino=0;$lino<=$#dump-1;$lino++) { # for each DS:
[all …]
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/contrib/
H A Dremovespikes.pl102 for ($lino=0; $lino<=$#dump-1; $lino++) { # scans DS's within each row
104 $a=substr("0$lino",-2).":".$1;
116 foreach $lino (sort keys %exp) {
117 ($a)=$lino=~/^(\d+)\:/;
118 $por{$lino}=(100*$exp{$lino})/$tot{$a};
124 foreach $lino (sort keys %exp) {
125 print $lino."--".$exp{$lino}."/";
126 ($a)=$lino=~/^(\d+)\:/;
127 print $tot{$a}." = ".$por{$lino}."%\n";
152 for ($lino=0;$lino<=$#dump-1;$lino++) { # for each DS:
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G726/g726/
H A Dg726_32.c166 long lino; in g726_32_decoder() local
190 lino = (long)sr << 2; /* this seems to overflow a short*/ in g726_32_decoder()
191 lino = lino > 32767 ? 32767 : lino; in g726_32_decoder()
192 lino = lino < -32768 ? -32768 : lino; in g726_32_decoder()
193 return lino;//(sr << 2); /* sr was 14-bit dynamic range */ in g726_32_decoder()
/dports/net/opal/opal-3.10.10/plugins/audio/G726/g726/
H A Dg726_32.c166 long lino; in g726_32_decoder() local
190 lino = (long)sr << 2; /* this seems to overflow a short*/ in g726_32_decoder()
191 lino = lino > 32767 ? 32767 : lino; in g726_32_decoder()
192 lino = lino < -32768 ? -32768 : lino; in g726_32_decoder()
193 return lino;//(sr << 2); /* sr was 14-bit dynamic range */ in g726_32_decoder()
/dports/devel/cook/cook-2.30/make2cook/
H A Demit.c151 emit_line_number(long lino, string_ty *fn) in emit_line_number() argument
160 if (old_ln == lino && str_equal(old_fn, fn)) in emit_line_number()
167 if (str_equal(old_fn, fn) && lino > old_ln && lino - old_ln < 10) in emit_line_number()
169 while (old_ln < lino) in emit_line_number()
177 fprintf(output, "#line %ld \"%s\"\n", lino, fn->str_text); in emit_line_number()
180 else if (!str_equal(old_fn, fn) || lino > (old_ln + (ocol != 0))) in emit_line_number()
186 old_ln = lino; in emit_line_number()
/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dtest_svm.crm21 isolate (:total: :lino: :messago: :filo: :label: :stat:)
34 match <fromend> [:whole_index_file:] /[^\n]*\n/ (:lino:)
44 match <fromend> [:whole_index_file:] /[^\n]*\n/ (:lino:)
46 match <nomultiline> [:lino:] /([[:graph:]]+)[[:space:]]+([[:graph:]]+)/(:: :label: :filo:)
103 match <fromend> [:whole_index_file:] /[^\n]*\n/ (:lino:)
104 output /start classify :*:lino:/
105 match <nomultiline> [:lino:] /([[:graph:]]+)[[:space:]]+([[:graph:]]+)/(:: :label: :filo:)
113 match [:lino:] /ham/
119 match [:lino:] /spam/
/dports/devel/cook/cook-2.30/roffpp/
H A Dpreprocess.c191 lf_directive(char *line, string_ty **ifn, long *lino) in lf_directive() argument
226 *lino = n - 1; in lf_directive()
303 long lino; in scan() local
311 lino = 1; in scan()
312 resync(ofp, ifn2, lino); in scan()
332 if (source(line) || lf_directive(line, &ifn2, &lino)) in scan()
333 resync(ofp, ifn2, lino + 1); in scan()
340 lino++; in scan()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/zorro/
H A Dgen-devlist.c35 int lino = 0; in main() local
46 lino++; in main()
64 fprintf(stderr, "Line %d: Product name too long\n", lino); in main()
86 fprintf(stderr, "Line %d: manufacturer name too long\n", lino); in main()
95 fprintf(stderr, "Line %d: Syntax error in mode %d: %s\n", lino, mode, line); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/zorro/
H A Dgen-devlist.c35 int lino = 0; in main() local
46 lino++; in main()
64 fprintf(stderr, "Line %d: Product name too long\n", lino); in main()
86 fprintf(stderr, "Line %d: manufacturer name too long\n", lino); in main()
95 fprintf(stderr, "Line %d: Syntax error in mode %d: %s\n", lino, mode, line); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/zorro/
H A Dgen-devlist.c35 int lino = 0; in main() local
46 lino++; in main()
64 fprintf(stderr, "Line %d: Product name too long\n", lino); in main()
86 fprintf(stderr, "Line %d: manufacturer name too long\n", lino); in main()
95 fprintf(stderr, "Line %d: Syntax error in mode %d: %s\n", lino, mode, line); in main()
/dports/editors/jove/jove/
H A Dsetmaps.c109 lino, in main() local
168 lino = 0; in main()
180 lino += 1; in main()
186 lino); in main()
196 lino); in main()
205 lino); in main()
211 lino); in main()
235 comname, lino); in main()
/dports/chinese/ve/ve-1.1/
H A Dedit.c848 goto_line(int lino) in goto_line() argument
853 && sscanf(buf, "%d", &lino) && lino > 0) { in goto_line()
933 int lino; in search_str() local
936 for (lino = currln, p = currline; p; p = p->next, lino++) { in search_str()
951 for (lino = currln, p = currline; p; p = p->prev, lino--) { in search_str()
998 int lino; in match_paren() local
1009 for (lino = currln, p = currline; p; p = p->next, lino++) { in match_paren()
1010 lino = lino; in match_paren()
1052 for (lino = currln, p = currline; p; p = p->prev, lino--) in match_paren()
1103 currln = lino; in match_paren()
[all …]
/dports/net/bird2/bird-2.0.8/test/
H A Dbt-utils.c130 int lino = 0; in bt_show_cfg_error() local
138 lino++; in bt_show_cfg_error()
139 if (BETWEEN(lino, lino_err - lino_delta, lino_err + lino_delta)) in bt_show_cfg_error()
140 bt_debug("%4u%s", lino, (lino_err == lino ? " >> " : " ")); in bt_show_cfg_error()
143 if (BETWEEN(lino, lino_err - lino_delta, lino_err + lino_delta)) in bt_show_cfg_error()
/dports/sysutils/pciutils/pciutils-3.7.0/lib/
H A Dnames-parse.c85 static const char *id_parse_list(struct pci_access *a, pci_file f, int *lino) in id_parse_list() argument
94 *lino = 0; in id_parse_list()
97 (*lino)++; in id_parse_list()
220 int lino; in pci_load_name_list() local
227 err = id_parse_list(a, f, &lino); in pci_load_name_list()
231 a->error("%s at %s, line %d\n", err, a->id_file_name, lino); in pci_load_name_list()
H A Dnames-cache.c52 int lino; in pci_id_cache_load() local
74 lino = 0; in pci_id_cache_load()
78 lino++; in pci_id_cache_load()
82 if (lino == 1) in pci_id_cache_load()
104 a->warning("Malformed cache file %s (line %d), ignoring", name, lino); in pci_id_cache_load()
/dports/devel/libpci/pciutils-3.7.0/lib/
H A Dnames-parse.c85 static const char *id_parse_list(struct pci_access *a, pci_file f, int *lino) in id_parse_list() argument
94 *lino = 0; in id_parse_list()
97 (*lino)++; in id_parse_list()
220 int lino; in pci_load_name_list() local
227 err = id_parse_list(a, f, &lino); in pci_load_name_list()
231 a->error("%s at %s, line %d\n", err, a->id_file_name, lino); in pci_load_name_list()
H A Dnames-cache.c52 int lino; in pci_id_cache_load() local
74 lino = 0; in pci_id_cache_load()
78 lino++; in pci_id_cache_load()
82 if (lino == 1) in pci_id_cache_load()
104 a->warning("Malformed cache file %s (line %d), ignoring", name, lino); in pci_id_cache_load()
/dports/devel/aegis/aegis-4.25.D510/libaegis/patch/format/
H A Dcontext.cc327 int lino; in context_diff_hunk() local
373 for (lino = before1; lino <= before2; ++lino) in context_diff_hunk()
417 for (lino = after1; lino <= after2; ++lino) in context_diff_hunk()
/dports/math/R-cran-VGAM/VGAM/man/
H A Dlino.Rd1 \name{lino}
2 \alias{lino}
11 lino(lshape1 = "loglink", lshape2 = "loglink", llambda = "loglink",
56 If \eqn{X} has a \code{lino} distribution with parameters
127 fit <- vglm(y1 ~ 1, lino, data = ldata, trace = TRUE)
136 fit2 <- vglm(y2 ~ 1, lino(lshape1 = "identitylink", lshape2 = "identitylink",
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/hdl/hgs/
H A DParser.java99 private Statement lino(Statement statement) { in lino() method in Parser
178 return lino(c -> ref.exportVar(c, initVal.value(c))); in parseStatement()
180 return lino(c -> ref.declareVar(c, initVal.value(c))); in parseStatement()
186 return lino(c -> { in parseStatement()
197 return lino(c -> ref.set(c, Value.toLong(ref.get(c)) + 1)); in parseStatement()
203 return lino(c -> ref.set(c, Value.toLong(ref.get(c)) - 1)); in parseStatement()
207 return lino(ref::get); in parseStatement()
224 return lino(c -> c.print(exp.value(c).toString())); in parseStatement()
290 return lino(c -> FirstClassFunctionCall.returnFromFunc(retExp.value(c))); in parseStatement()
295 return lino(c -> c.declareVar(funcName, new FirstClassFunctionCall(funcDecl, c))); in parseStatement()
/dports/lang/perl5.30/perl-5.30.3/cpan/File-Path/lib/File/
H A DPath.pm392 my ( $ldev, $lino, $perm ) = ( lstat $root )[ 0, 1, 2 ]
417 or $fh_inode ne $lino
441 ( $ldev eq $cur_dev and $lino eq $cur_inode )
443 "directory $canon changed before chdir, expected dev=$ldev ino=$lino, actual dev=$cur_dev ino=$cur_…
526 . "expected dev=$ldev ino=$lino, "
/dports/lang/perl5.32/perl-5.32.1/cpan/File-Path/lib/File/
H A DPath.pm392 my ( $ldev, $lino, $perm ) = ( lstat $root )[ 0, 1, 2 ]
417 or $fh_inode ne $lino
441 ( $ldev eq $cur_dev and $lino eq $cur_inode )
443 "directory $canon changed before chdir, expected dev=$ldev ino=$lino, actual dev=$cur_dev ino=$cur_…
526 . "expected dev=$ldev ino=$lino, "
/dports/lang/perl5.34/perl-5.34.0/cpan/File-Path/lib/File/
H A DPath.pm392 my ( $ldev, $lino, $perm ) = ( lstat $root )[ 0, 1, 2 ]
417 or $fh_inode ne $lino
441 ( $ldev eq $cur_dev and $lino eq $cur_inode )
443 "directory $canon changed before chdir, expected dev=$ldev ino=$lino, actual dev=$cur_dev ino=$cur_…
526 . "expected dev=$ldev ino=$lino, "
/dports/sysutils/webmin/webmin-1.981/authentic-theme/lib/File/
H A DPath.pm392 my ( $ldev, $lino, $perm ) = ( lstat $root )[ 0, 1, 2 ]
417 or $fh_inode ne $lino
441 ( $ldev eq $cur_dev and $lino eq $cur_inode )
443 "directory $canon changed before chdir, expected dev=$ldev ino=$lino, actual dev=$cur_dev ino=$cur_…
526 . "expected dev=$ldev ino=$lino, "

12345678910>>...15