Home
last modified time | relevance | path

Searched refs:pos_counter (Results 1 – 25 of 150) sorted by relevance

123456

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_sgroup.F598 integer pos_counter, group_size
611 pos_counter=0
612 do while (pos_counter .lt. length)
614 pos_counter = pos_counter + 1
615 group_size = cpu_array(pos_counter)
618 pos_counter = pos_counter + 1
638 pos_counter=1
639 do while (pos_counter .lt. length)
641 group_size = cpu_array(pos_counter)
642 pos_counter = pos_counter + 1
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_sgroup.F598 integer pos_counter, group_size
611 pos_counter=0
612 do while (pos_counter .lt. length)
614 pos_counter = pos_counter + 1
615 group_size = cpu_array(pos_counter)
618 pos_counter = pos_counter + 1
638 pos_counter=1
639 do while (pos_counter .lt. length)
641 group_size = cpu_array(pos_counter)
642 pos_counter = pos_counter + 1
[all …]
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/HOMME_limiter_optim_iter_full/src/
H A Dprim_advection_mod.F90591 pos_counter = 0
600 pos_counter = pos_counter+1
601 whois_pos(pos_counter) = k1
617 DO k1 = 1 , pos_counter
623 DO k1 = 1 , pos_counter
636 neg_counter = pos_counter
639 pos_counter = 0
642 pos_counter = pos_counter+1
643 whois_pos(pos_counter) = whois_neg(k1)
672 pos_counter = neg_counter
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/parse/
H A Dparser.rs97 let mut pos_counter = 1; in get_matches_with() localVariable
133 pos_counter = { in get_matches_with()
155 pos_counter in get_matches_with()
186 pos_counter + 1 in get_matches_with()
188 pos_counter in get_matches_with()
198 pos_counter in get_matches_with()
301 pos_counter, in get_matches_with()
396 if let Some(p) = self.app.args.get(&pos_counter) { in get_matches_with()
430 pos_counter += 1; in get_matches_with()
985 pos_counter: usize, in parse_short_arg()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/clap/src/parse/
H A Dparser.rs103 let mut pos_counter = 1; in get_matches_with() localVariable
139 pos_counter = { in get_matches_with()
161 pos_counter in get_matches_with()
192 pos_counter + 1 in get_matches_with()
194 pos_counter in get_matches_with()
204 pos_counter in get_matches_with()
307 pos_counter, in get_matches_with()
402 if let Some(p) = self.app.args.get(&pos_counter) { in get_matches_with()
436 pos_counter += 1; in get_matches_with()
990 pos_counter: usize, in parse_short_arg()
[all …]
/dports/databases/mydumper/mydumper-0.11.3-2/
H A Dbinlog.c139 guint64 pos_counter = 0; in get_binlog_file() local
191 pos_counter += len; in get_binlog_file()
224 if ((stop_position > 0) && (pos_counter >= stop_position)) in get_binlog_file()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/clap/src/app/
H A Dmacros.rs139 $pos_counter:ident,
146 $pos_counter == $_self.positionals.len()) {
162 $pos_counter += 1;
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap-3.0.0-beta.2/src/parse/
H A Dparser.rs359 let mut pos_counter = 1; in get_matches_with() localVariable
433 self.maybe_inc_pos_counter(&mut pos_counter, id); in get_matches_with()
545 pos_counter in get_matches_with()
561 .find(|p| p.index == Some(pos_counter as u64)) in get_matches_with()
582 pos_counter += 1; in get_matches_with()
586 pos_counter += 1; in get_matches_with()
594 pos_counter = self in get_matches_with()
621 && pos_counter in get_matches_with()
644 pos_counter += 1; in get_matches_with()
798 fn maybe_inc_pos_counter(&self, pos_counter: &mut usize, id: &Id) { in maybe_inc_pos_counter()
[all …]
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap-3.0.0-beta.2/src/parse/
H A Dparser.rs359 let mut pos_counter = 1; in get_matches_with() localVariable
433 self.maybe_inc_pos_counter(&mut pos_counter, id); in get_matches_with()
545 pos_counter in get_matches_with()
561 .find(|p| p.index == Some(pos_counter as u64)) in get_matches_with()
582 pos_counter += 1; in get_matches_with()
586 pos_counter += 1; in get_matches_with()
594 pos_counter = self in get_matches_with()
621 && pos_counter in get_matches_with()
644 pos_counter += 1; in get_matches_with()
798 fn maybe_inc_pos_counter(&self, pos_counter: &mut usize, id: &Id) { in maybe_inc_pos_counter()
[all …]
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/clap-3.0.0-beta.5/src/parse/
H A Dparser.rs352 let mut pos_counter = 1; in get_matches_with() localVariable
388 pos_counter = { in get_matches_with()
410 pos_counter in get_matches_with()
441 pos_counter + 1 in get_matches_with()
443 pos_counter in get_matches_with()
453 pos_counter in get_matches_with()
556 pos_counter, in get_matches_with()
651 if let Some(p) = self.app.args.get(&pos_counter) { in get_matches_with()
686 pos_counter += 1; in get_matches_with()
1250 pos_counter: usize, in parse_short_arg()
[all …]
/dports/x11/swayr/swayr-v0.11.2/cargo-crates/clap-3.0.0-rc.5/src/parse/
H A Dparser.rs280 let mut pos_counter = 1; in get_matches_with() localVariable
316 pos_counter = { in get_matches_with()
338 pos_counter in get_matches_with()
369 pos_counter + 1 in get_matches_with()
371 pos_counter in get_matches_with()
381 pos_counter in get_matches_with()
484 pos_counter, in get_matches_with()
579 if let Some(p) = self.app.args.get(&pos_counter) { in get_matches_with()
614 pos_counter += 1; in get_matches_with()
1183 pos_counter: usize, in parse_short_arg()
[all …]
/dports/textproc/jql/jql-3.0.6/cargo-crates/clap-3.0.0-rc.7/src/parse/
H A Dparser.rs280 let mut pos_counter = 1; in get_matches_with() localVariable
316 pos_counter = { in get_matches_with()
338 pos_counter in get_matches_with()
369 pos_counter + 1 in get_matches_with()
371 pos_counter in get_matches_with()
381 pos_counter in get_matches_with()
484 pos_counter, in get_matches_with()
579 if let Some(p) = self.app.args.get(&pos_counter) { in get_matches_with()
614 pos_counter += 1; in get_matches_with()
1183 pos_counter: usize, in parse_short_arg()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/clap-3.0.0-beta.5/src/parse/
H A Dparser.rs352 let mut pos_counter = 1; in get_matches_with() localVariable
388 pos_counter = { in get_matches_with()
410 pos_counter in get_matches_with()
441 pos_counter + 1 in get_matches_with()
443 pos_counter in get_matches_with()
453 pos_counter in get_matches_with()
556 pos_counter, in get_matches_with()
651 if let Some(p) = self.app.args.get(&pos_counter) { in get_matches_with()
686 pos_counter += 1; in get_matches_with()
1250 pos_counter: usize, in parse_short_arg()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/clap-3.0.0-beta.5/src/parse/
H A Dparser.rs352 let mut pos_counter = 1; in get_matches_with() localVariable
388 pos_counter = { in get_matches_with()
410 pos_counter in get_matches_with()
441 pos_counter + 1 in get_matches_with()
443 pos_counter in get_matches_with()
453 pos_counter in get_matches_with()
556 pos_counter, in get_matches_with()
651 if let Some(p) = self.app.args.get(&pos_counter) { in get_matches_with()
686 pos_counter += 1; in get_matches_with()
1250 pos_counter: usize, in parse_short_arg()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/clap-3.0.0-beta.5/src/parse/
H A Dparser.rs352 let mut pos_counter = 1;
388 pos_counter = {
410 pos_counter
441 pos_counter + 1
443 pos_counter
453 pos_counter
556 pos_counter,
651 if let Some(p) = self.app.args.get(&pos_counter) {
686 pos_counter += 1;
1250 pos_counter: usize,
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/GenISAIntrinsics/
H A DIntrinsics.py356 pos_counter = 0 #Keeps track of the position in the Long Encoding table
364 IIT_Basic[i][0] = "(1U<<31) | " + str(pos_counter)
372 pos_counter += 1
374 pos_counter += 1
/dports/sysutils/fsbackup/fsbackup-1.2pl1/
H A Dfsbackup.pl697 my ($tmp_list_path, $pos_counter);
702 $pos_counter = 0;
709 if (($pos_counter >= $position1) && ($pos_counter < $position2 || $position2 eq '')){
712 $pos_counter++;
/dports/devel/vc-intrinsics/vc-intrinsics-753ad50/GenXIntrinsics/include/llvm/GenXIntrinsics/
H A DIntrinsics.py449 pos_counter = 0 #Keeps track of the position in the Long Encoding table
457 IIT_Basic[i][0] = "(1U<<31) | " + str(pos_counter)
465 pos_counter += 1
467 pos_counter += 1
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs913 let mut pos_counter = 1; in get_matches_with() localVariable
1048 && pos_counter == (self.positionals.len() - 1); in get_matches_with()
1050 && (pos_counter == (self.positionals.len() - 1) in get_matches_with()
1054 pos_counter in get_matches_with()
1064 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1079 pos_counter += 1; in get_matches_with()
1083 pos_counter += 1; in get_matches_with()
1091 pos_counter = self.positionals.len(); in get_matches_with()
1093 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1103 && (self.is_set(AS::TrailingVarArg) && pos_counter == self.positionals.len()) in get_matches_with()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/app/
H A Dparser.rs905 let mut pos_counter = 1; in get_matches_with() localVariable
1038 && pos_counter == (self.positionals.len() - 1); in get_matches_with()
1040 && (pos_counter == (self.positionals.len() - 1) in get_matches_with()
1044 pos_counter in get_matches_with()
1054 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1069 pos_counter += 1; in get_matches_with()
1073 pos_counter += 1; in get_matches_with()
1081 pos_counter = self.positionals.len(); in get_matches_with()
1083 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1093 && (self.is_set(AS::TrailingVarArg) && pos_counter == self.positionals.len()) in get_matches_with()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/clap-2.32.0/src/app/
H A Dparser.rs873 let mut pos_counter = 1; in get_matches_with() localVariable
1003 && pos_counter == (self.positionals.len() - 1); in get_matches_with()
1005 && (pos_counter == (self.positionals.len() - 1) in get_matches_with()
1009 pos_counter in get_matches_with()
1019 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1033 pos_counter += 1; in get_matches_with()
1037 pos_counter += 1; in get_matches_with()
1045 pos_counter = self.positionals.len(); in get_matches_with()
1047 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1057 && (self.is_set(AS::TrailingVarArg) && pos_counter == self.positionals.len()) in get_matches_with()
[all …]
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/clap-2.33.0/src/app/
H A Dparser.rs873 let mut pos_counter = 1; in get_matches_with() localVariable
1004 && pos_counter == (self.positionals.len() - 1); in get_matches_with()
1006 && (pos_counter == (self.positionals.len() - 1) in get_matches_with()
1010 pos_counter in get_matches_with()
1020 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1034 pos_counter += 1; in get_matches_with()
1038 pos_counter += 1; in get_matches_with()
1046 pos_counter = self.positionals.len(); in get_matches_with()
1048 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1058 && (self.is_set(AS::TrailingVarArg) && pos_counter == self.positionals.len()) in get_matches_with()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/app/
H A Dparser.rs905 let mut pos_counter = 1; in get_matches_with() localVariable
1038 && pos_counter == (self.positionals.len() - 1); in get_matches_with()
1040 && (pos_counter == (self.positionals.len() - 1) in get_matches_with()
1044 pos_counter in get_matches_with()
1054 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1069 pos_counter += 1; in get_matches_with()
1073 pos_counter += 1; in get_matches_with()
1081 pos_counter = self.positionals.len(); in get_matches_with()
1083 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1093 && (self.is_set(AS::TrailingVarArg) && pos_counter == self.positionals.len()) in get_matches_with()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs913 let mut pos_counter = 1; in get_matches_with() localVariable
1048 && pos_counter == (self.positionals.len() - 1); in get_matches_with()
1050 && (pos_counter == (self.positionals.len() - 1) in get_matches_with()
1054 pos_counter in get_matches_with()
1064 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1079 pos_counter += 1; in get_matches_with()
1083 pos_counter += 1; in get_matches_with()
1091 pos_counter = self.positionals.len(); in get_matches_with()
1093 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1103 && (self.is_set(AS::TrailingVarArg) && pos_counter == self.positionals.len()) in get_matches_with()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/clap-2.34.0/src/app/
H A Dparser.rs905 let mut pos_counter = 1; in get_matches_with() localVariable
1038 && pos_counter == (self.positionals.len() - 1); in get_matches_with()
1040 && (pos_counter == (self.positionals.len() - 1) in get_matches_with()
1044 pos_counter in get_matches_with()
1054 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1069 pos_counter += 1; in get_matches_with()
1073 pos_counter += 1; in get_matches_with()
1081 pos_counter = self.positionals.len(); in get_matches_with()
1083 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1093 && (self.is_set(AS::TrailingVarArg) && pos_counter == self.positionals.len()) in get_matches_with()
[all …]

123456