Home
last modified time | relevance | path

Searched refs:mode1 (Results 1 – 25 of 2606) sorted by relevance

12345678910>>...105

/dports/emulators/mess/mame-mame0226/src/tools/
H A Dromcmp.cpp381 size1 = usedbytes(file1,mode1); in filecompare()
596 int i,j,mode1,mode2; in main() local
633 for (mode1 = 0;mode1 < total_modes;mode1++) in main()
652 for (mode1 = 0;mode1 < total_modes;mode1++) in main()
656 matchscore[i][j][mode1][mode2] = filecompare(&files[0][i],&files[1][j],mode1,mode2); in main()
673 for (mode1 = 0;mode1 < total_modes;mode1++) in main()
687 bestmode1 = mode1; in main()
716 for (mode1 = 0;mode1 < total_modes;mode1++) in main()
729 for (mode1 = 0;mode1 < start;mode1++) in main()
731 for (mode1 = end+1;mode1 < total_modes;mode1++) in main()
[all …]
/dports/emulators/mame/mame-mame0226/src/tools/
H A Dromcmp.cpp381 size1 = usedbytes(file1,mode1); in filecompare()
596 int i,j,mode1,mode2; in main() local
633 for (mode1 = 0;mode1 < total_modes;mode1++) in main()
652 for (mode1 = 0;mode1 < total_modes;mode1++) in main()
656 matchscore[i][j][mode1][mode2] = filecompare(&files[0][i],&files[1][j],mode1,mode2); in main()
673 for (mode1 = 0;mode1 < total_modes;mode1++) in main()
687 bestmode1 = mode1; in main()
716 for (mode1 = 0;mode1 < total_modes;mode1++) in main()
729 for (mode1 = 0;mode1 < start;mode1++) in main()
731 for (mode1 = end+1;mode1 < total_modes;mode1++) in main()
[all …]
/dports/misc/gnuls/coreutils-8.30/tests/install/
H A Dinstall-C.sh48 mode1=0644
60 ginstall -Cv -m$mode1 a b > out || fail=1
64 ginstall -Cv -m$mode1 a b > out || fail=1
68 ginstall -v --compare -m$mode1 a b > out || fail=1
72 ginstall -v -m$mode1 a b > out || fail=1
84 ginstall -Cv -m$mode1 c d > out || fail=1
91 ginstall -Cv -m$mode1 a b > out || fail=1
93 ginstall -Cv -m$mode1 a b > out || fail=1
98 ginstall -Cv -m$mode1 a b > out || fail=1
100 ginstall -Cv -m$mode1 a b > out || fail=1
/dports/sysutils/coreutils/coreutils-8.32/tests/install/
H A Dinstall-C.sh48 mode1=0644
60 ginstall -Cv -m$mode1 a b > out || fail=1
64 ginstall -Cv -m$mode1 a b > out || fail=1
68 ginstall -v --compare -m$mode1 a b > out || fail=1
72 ginstall -v -m$mode1 a b > out || fail=1
84 ginstall -Cv -m$mode1 c d > out || fail=1
91 ginstall -Cv -m$mode1 a b > out || fail=1
93 ginstall -Cv -m$mode1 a b > out || fail=1
98 ginstall -Cv -m$mode1 a b > out || fail=1
100 ginstall -Cv -m$mode1 a b > out || fail=1
/dports/audio/sphinx3/sphinx3-0.8/src/tests/regression/
H A Dtest-decode-mode1.sh23 rm -f test-decode-mode1.match
25 run_program sphinx3_decode -op_mode 1 $margs -hyp test-decode-mode1.match \
29 compare_table "MODE1 LOOP match test" test-decode-mode1.match \
32 rm -f test-decode-mode1-tg.match
34 run_program sphinx3_decode -op_mode 1 $margs $lmargs -hyp test-decode-mode1-tg.match \
37 compare_table "MODE1 TG match test" test-decode-mode1-tg.match \
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/input/
H A Dgamepad.cpp30 mode1 = false; in PCFX_Input_Gamepad()
74 mode1 = !mode1; in Frame()
85 …MDFN_DispMessage(_("Pad %d - MODE 1: %s, MODE 2: %s"), which + 1, (mode1 ? "B" : "A"), (mode2 ? "B… in Frame()
88 buttons |= mode1 << 12; in Frame()
101 SFVAR(mode1), in StateAction()
114 bool mode1; member in PCFX_Input_Gamepad
/dports/games/dose-response/dose-response-179c326/cargo-crates/nix-0.11.0/test/
H A Dtest_stat.rs113 let mut mode1 = Mode::empty(); in test_fchmod() localVariable
114 mode1.insert(Mode::S_IRUSR); in test_fchmod()
115 mode1.insert(Mode::S_IWUSR); in test_fchmod()
116 fchmod(file.as_raw_fd(), mode1).unwrap(); in test_fchmod()
119 assert_eq!(file_stat1.st_mode & 0o7777, mode1.bits()); in test_fchmod()
138 let mut mode1 = Mode::empty(); in test_fchmodat() localVariable
139 mode1.insert(Mode::S_IRUSR); in test_fchmodat()
140 mode1.insert(Mode::S_IWUSR); in test_fchmodat()
141 fchmodat(Some(dirfd), filename, mode1, FchmodatFlags::FollowSymlink).unwrap(); in test_fchmodat()
144 assert_eq!(file_stat1.st_mode & 0o7777, mode1.bits()); in test_fchmodat()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/
H A Dgx.c30 uint64_t mode1; in gx_p7_configure_psi_buid() local
33 rc = xscom_read(chip, GX_P7_MODE1_REG, &mode1); in gx_p7_configure_psi_buid()
39 mode1 = SETFIELD(GX_P7_MODE1_PSI_BUID, mode1, buid); in gx_p7_configure_psi_buid()
40 mode1 &= ~GX_P7_MODE1_PSI_BUID_DISABLE; in gx_p7_configure_psi_buid()
42 printf("GX: MODE1_REG set to 0x%llx\n", mode1); in gx_p7_configure_psi_buid()
43 rc = xscom_write(chip, GX_P7_MODE1_REG, mode1); in gx_p7_configure_psi_buid()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mcal/
H A Dmcal_general_ca.cxx69 const vnl_vector<double>& mode1, in mcal_pair_cost1() argument
104 mcal_pair_cost2(vnl_matrix<double> S, const vnl_vector<double> &mode1, in mcal_pair_cost2() argument
112 const vnl_vector<double> &mode1,
124 const vnl_vector<double>& mode1, in mcal_pair_cost2() argument
127 : vnl_cost_function(1),mode1_(mode1),mode2_(mode2),cost_(cost) in mcal_pair_cost2()
169 vnl_vector<double>& mode1, in optimise_mode_pair() argument
201 vnl_vector<double> m1=mode1,m2=mode2; in optimise_mode_pair()
205 mode1 = cosA*m1 + sinA*m2; in optimise_mode_pair()
223 vnl_vector<double> mode1 = modes.get_column(i); in optimise_one_pass() local
227 move_sum += optimise_mode_pair(proj[i],proj[j],mode1,mode2); in optimise_one_pass()
[all …]
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dkuten.c133 static int mode = -1, mode1 = -1; local
187 mode = mode1 = -1;
243 if (mode1 >= 0)
245 if ((c_p - mode1) <= 2 && c != '.')
261 mode1 = c_p;
316 if (mode1 >= 0 && buffer[c_p - 1] == '.')
318 mode1 = -1;
342 …if ((mode1 >= 0 && (buffer[c_p - 1] != '.')) || (mode1 == -1 && mode >= 0 && (c_p - mode) >= 2) ||…
344 if (mode1 >= 0 || (mode == 1 && (c_p - mode) >= 4))
370 if (mode1 >= 0 && (buffer[c_p - 1] == '.'))
[all …]
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dkuten.c133 static int mode = -1, mode1 = -1; local
187 mode = mode1 = -1;
243 if (mode1 >= 0)
245 if ((c_p - mode1) <= 2 && c != '.')
261 mode1 = c_p;
316 if (mode1 >= 0 && buffer[c_p - 1] == '.')
318 mode1 = -1;
342 …if ((mode1 >= 0 && (buffer[c_p - 1] != '.')) || (mode1 == -1 && mode >= 0 && (c_p - mode) >= 2) ||…
344 if (mode1 >= 0 || (mode == 1 && (c_p - mode) >= 4))
370 if (mode1 >= 0 && (buffer[c_p - 1] == '.'))
[all …]
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dkuten.c133 static int mode = -1, mode1 = -1; local
187 mode = mode1 = -1;
243 if (mode1 >= 0)
245 if ((c_p - mode1) <= 2 && c != '.')
261 mode1 = c_p;
316 if (mode1 >= 0 && buffer[c_p - 1] == '.')
318 mode1 = -1;
342 …if ((mode1 >= 0 && (buffer[c_p - 1] != '.')) || (mode1 == -1 && mode >= 0 && (c_p - mode) >= 2) ||…
344 if (mode1 >= 0 || (mode == 1 && (c_p - mode) >= 4))
370 if (mode1 >= 0 && (buffer[c_p - 1] == '.'))
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dkuten.c133 static int mode = -1, mode1 = -1; local
187 mode = mode1 = -1;
243 if (mode1 >= 0)
245 if ((c_p - mode1) <= 2 && c != '.')
261 mode1 = c_p;
316 if (mode1 >= 0 && buffer[c_p - 1] == '.')
318 mode1 = -1;
342 …if ((mode1 >= 0 && (buffer[c_p - 1] != '.')) || (mode1 == -1 && mode >= 0 && (c_p - mode) >= 2) ||…
344 if (mode1 >= 0 || (mode == 1 && (c_p - mode) >= 4))
370 if (mode1 >= 0 && (buffer[c_p - 1] == '.'))
[all …]
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dkuten.c133 static int mode = -1, mode1 = -1; local
187 mode = mode1 = -1;
243 if (mode1 >= 0)
245 if ((c_p - mode1) <= 2 && c != '.')
261 mode1 = c_p;
316 if (mode1 >= 0 && buffer[c_p - 1] == '.')
318 mode1 = -1;
342 …if ((mode1 >= 0 && (buffer[c_p - 1] != '.')) || (mode1 == -1 && mode >= 0 && (c_p - mode) >= 2) ||…
344 if (mode1 >= 0 || (mode == 1 && (c_p - mode) >= 4))
370 if (mode1 >= 0 && (buffer[c_p - 1] == '.'))
[all …]
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dkuten.c133 static int mode = -1, mode1 = -1; local
187 mode = mode1 = -1;
243 if (mode1 >= 0)
245 if ((c_p - mode1) <= 2 && c != '.')
261 mode1 = c_p;
316 if (mode1 >= 0 && buffer[c_p - 1] == '.')
318 mode1 = -1;
342 …if ((mode1 >= 0 && (buffer[c_p - 1] != '.')) || (mode1 == -1 && mode >= 0 && (c_p - mode) >= 2) ||…
344 if (mode1 >= 0 || (mode == 1 && (c_p - mode) >= 4))
370 if (mode1 >= 0 && (buffer[c_p - 1] == '.'))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/io/port/
H A Dfile-port.rkt26 (define/who (open-input-file path [mode1 none] [mode2 none])
38 (mode->flags mode1)
42 (when (or (eq? mode1 'module) (eq? mode2 'module))
61 (define (do-open-output-file #:plus-input? [plus-input? #f] who path mode1 mode2 perms)
76 (or (eq? mode1 v) (eq? mode2 v)))
92 (mode->flags mode1)
145 (define/who (open-output-file path [mode1 none] [mode2 none] [perms DEFAULT-CREATE-PERMS])
146 (do-open-output-file who path mode1 mode2 perms))
149 (do-open-output-file #:plus-input? #t who path mode1 mode2 perms))
163 (define o (open-output-file path mode1 mode2 perms))
[all …]
/dports/lang/racket/racket-8.3/src/io/port/
H A Dfile-port.rkt26 (define/who (open-input-file path [mode1 none] [mode2 none])
38 (mode->flags mode1)
42 (when (or (eq? mode1 'module) (eq? mode2 'module))
61 (define (do-open-output-file #:plus-input? [plus-input? #f] who path mode1 mode2 perms)
76 (or (eq? mode1 v) (eq? mode2 v)))
92 (mode->flags mode1)
145 (define/who (open-output-file path [mode1 none] [mode2 none] [perms DEFAULT-CREATE-PERMS])
146 (do-open-output-file who path mode1 mode2 perms))
149 (do-open-output-file #:plus-input? #t who path mode1 mode2 perms))
163 (define o (open-output-file path mode1 mode2 perms))
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dmatch-trees.c19 static int score_differs(unsigned mode1, unsigned mode2) in score_differs() argument
23 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_differs()
25 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_differs()
32 static int score_matches(unsigned mode1, unsigned mode2) in score_matches() argument
37 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_matches()
39 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_matches()
42 else if (S_ISDIR(mode1)) in score_matches()
44 else if (S_ISLNK(mode1)) in score_matches()
318 unsigned short mode1, mode2; in shift_tree_by() local
322 if (!get_tree_entry(r, hash1, shift_prefix, &sub1, &mode1) && in shift_tree_by()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dmatch-trees.c19 static int score_differs(unsigned mode1, unsigned mode2) in score_differs() argument
23 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_differs()
25 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_differs()
32 static int score_matches(unsigned mode1, unsigned mode2) in score_matches() argument
37 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_matches()
39 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_matches()
42 else if (S_ISDIR(mode1)) in score_matches()
44 else if (S_ISLNK(mode1)) in score_matches()
318 unsigned short mode1, mode2; in shift_tree_by() local
322 if (!get_tree_entry(r, hash1, shift_prefix, &sub1, &mode1) && in shift_tree_by()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dmatch-trees.c19 static int score_differs(unsigned mode1, unsigned mode2) in score_differs() argument
23 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_differs()
25 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_differs()
32 static int score_matches(unsigned mode1, unsigned mode2) in score_matches() argument
37 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_matches()
39 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_matches()
42 else if (S_ISDIR(mode1)) in score_matches()
44 else if (S_ISLNK(mode1)) in score_matches()
318 unsigned short mode1, mode2; in shift_tree_by() local
322 if (!get_tree_entry(r, hash1, shift_prefix, &sub1, &mode1) && in shift_tree_by()
[all …]
/dports/devel/git/git-2.34.1/
H A Dmatch-trees.c19 static int score_differs(unsigned mode1, unsigned mode2) in score_differs() argument
23 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_differs()
25 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_differs()
32 static int score_matches(unsigned mode1, unsigned mode2) in score_matches() argument
37 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_matches()
39 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_matches()
42 else if (S_ISDIR(mode1)) in score_matches()
44 else if (S_ISLNK(mode1)) in score_matches()
318 unsigned short mode1, mode2; in shift_tree_by() local
322 if (!get_tree_entry(r, hash1, shift_prefix, &sub1, &mode1) && in shift_tree_by()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dmatch-trees.c19 static int score_differs(unsigned mode1, unsigned mode2) in score_differs() argument
23 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_differs()
25 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_differs()
32 static int score_matches(unsigned mode1, unsigned mode2) in score_matches() argument
37 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_matches()
39 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_matches()
42 else if (S_ISDIR(mode1)) in score_matches()
44 else if (S_ISLNK(mode1)) in score_matches()
318 unsigned short mode1, mode2; in shift_tree_by() local
322 if (!get_tree_entry(r, hash1, shift_prefix, &sub1, &mode1) && in shift_tree_by()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dmatch-trees.c19 static int score_differs(unsigned mode1, unsigned mode2) in score_differs() argument
23 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_differs()
25 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_differs()
32 static int score_matches(unsigned mode1, unsigned mode2) in score_matches() argument
37 if (S_ISDIR(mode1) != S_ISDIR(mode2)) in score_matches()
39 else if (S_ISLNK(mode1) != S_ISLNK(mode2)) in score_matches()
42 else if (S_ISDIR(mode1)) in score_matches()
44 else if (S_ISLNK(mode1)) in score_matches()
318 unsigned short mode1, mode2; in shift_tree_by() local
322 if (!get_tree_entry(r, hash1, shift_prefix, &sub1, &mode1) && in shift_tree_by()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/PHonon/PH/
H A Daddnlcc.f9042 integer :: nrtot, ipert, jpert, is, is1, irr, ir, mode, mode1 local
105 mode1 = 0
108 mode1 = mode1 + 1
109 call addcore (mode1, drhoc)
111 dyn1 (mode, mode1) = dyn1 (mode, mode1) + &
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/ui/app/templates/components/freestyle/
H A Dsg-log-stream.hbs6 class="button {{if (eq mode1 "stdout") "is-info"}}"
7 onclick={{action (mut mode1) "stdout"}}>stdout</button>
9 class="button {{if (eq mode1 "stderr") "is-danger"}}"
10 onclick={{action (mut mode1) "stderr"}}>stderr</button>
21 <pre class="cli-window"><code>{{if (eq mode1 "stdout") sampleOutput sampleError}}</code></pre>

12345678910>>...105