Home
last modified time | relevance | path

Searched refs:wl2 (Results 1 – 25 of 130) sorted by relevance

123456

/dports/misc/rump/buildrump.sh-b914579/src/sys/crypto/skipjack/
H A Dskipjack.c156 g2 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 4; wh1 ^= wh2; in skipjack_forwards()
160 g8 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 8; wh1 ^= wh2; in skipjack_forwards()
166 wh3 ^= wh2; wl3 ^= wl2 ^ 12; g4 (wh2,wl2, wh2,wl2); in skipjack_forwards()
170 wh3 ^= wh2; wl3 ^= wl2 ^ 16; g0 (wh2,wl2, wh2,wl2); in skipjack_forwards()
176 g6 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 20; wh1 ^= wh2; in skipjack_forwards()
180 g2 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 24; wh1 ^= wh2; in skipjack_forwards()
186 wh3 ^= wh2; wl3 ^= wl2 ^ 28; g8 (wh2,wl2, wh2,wl2); in skipjack_forwards()
190 wh3 ^= wh2; wl3 ^= wl2 ^ 32; g4 (wh2,wl2, wh2,wl2); in skipjack_forwards()
221 g4_inv (wh2,wl2, wh2,wl2); wl3 ^= wl2 ^ 32; wh3 ^= wh2; in skipjack_backwards()
251 wh1 ^= wh2; wl1 ^= wl2 ^ 8; g8_inv (wh2,wl2, wh2,wl2); in skipjack_backwards()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/Math/
H A DStats_T.cpp811 const double wl2=0.244210213425; // GPS L2 wl in main() local
822 WS.Add(wl1*data[5*i+1] - wl2*data[5*i+2], in main()
831 S1.Add(wl1*data[5*i+1] - wl2*data[5*i+2]); in main()
832 WS1.Add(wl1*data[5*i+1] - wl2*data[5*i+2], in main()
835 SS1.Add(wl1*data[5*i+1] - wl2*data[5*i+2]); in main()
836 TSS1.Add(data[5*i],wl2*data[5*i+2] - data[5*i+4]); in main()
839 S2.Add(wl1*data[5*i+1] - wl2*data[5*i+2]); in main()
840 WS2.Add(wl1*data[5*i+1] - wl2*data[5*i+2], in main()
843 SS2.Add(wl1*data[5*i+1] - wl2*data[5*i+2]); in main()
844 TSS2.Add(data[5*i],wl2*data[5*i+2] - data[5*i+4]); in main()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/tests/snmpsim/
H A Dxirrus_aos.snmprec395 1.3.6.1.2.1.31.1.1.1.1.88|4|wl2.1
396 1.3.6.1.2.1.31.1.1.1.1.89|4|wl2.2
397 1.3.6.1.2.1.31.1.1.1.1.90|4|wl2.3
398 1.3.6.1.2.1.31.1.1.1.1.91|4|wl2.4
399 1.3.6.1.2.1.31.1.1.1.1.92|4|wl2.5
400 1.3.6.1.2.1.31.1.1.1.1.93|4|wl2.6
401 1.3.6.1.2.1.31.1.1.1.1.94|4|wl2.7
402 1.3.6.1.2.1.31.1.1.1.1.95|4|wl2.8
403 1.3.6.1.2.1.31.1.1.1.1.96|4|wl2.9
404 1.3.6.1.2.1.31.1.1.1.1.97|4|wl2.10
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/fte/
H A Ddiff.c42 wordlist *tw, *wn, *wl1, *wl10, *wl2, *wl20; local
149 for (wl2 = wl20; wl2; wl2 = wn) {
150 wn = wl2->wl_next;
155 if (!wl2->wl_prev) {
160 wl2->wl_prev->wl_next = wn;
162 wn->wl_prev = wl2->wl_prev;
164 txfree(wl2->wl_word);
165 txfree((char*)wl2);
193 for (wl2 = wl20; wl2; wl2 = wl2->wl_next) {
194 if (!inwlist(wl2->wl_word,wl10)) {
[all …]
H A Dcpitf.c24 wordlist wl1, wl2, wl3; in ft_cpinit() local
177 wl1.wl_next = &wl2; in ft_cpinit()
179 wl2.wl_next = NULL; in ft_cpinit()
180 wl2.wl_prev = &wl1; in ft_cpinit()
182 wl2.wl_word = "1"; in ft_cpinit()
194 wl1.wl_next = &wl2; in ft_cpinit()
195 wl2.wl_next = &wl3; in ft_cpinit()
196 wl2.wl_prev = &wl1; in ft_cpinit()
197 wl3.wl_prev = &wl2; in ft_cpinit()
199 wl2.wl_word = "="; in ft_cpinit()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcpitf.c191 wordlist wl1, wl2, wl3; in ft_cpinit() local
192 wl1.wl_next = &wl2; in ft_cpinit()
194 wl2.wl_next = NULL; in ft_cpinit()
195 wl2.wl_prev = &wl1; in ft_cpinit()
197 wl2.wl_word = "1"; in ft_cpinit()
209 wl1.wl_next = &wl2; in ft_cpinit()
210 wl2.wl_next = &wl3; in ft_cpinit()
211 wl2.wl_prev = &wl1; in ft_cpinit()
212 wl3.wl_prev = &wl2; in ft_cpinit()
214 wl2.wl_word = "="; in ft_cpinit()
[all …]
/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A Dnotice.cpp432 wl2(l2); in Test_TfNotice() local
435 /*TfNotice::Key l2Key1 =*/ TfNotice::Register(wl2, &TestListener::ProcessNotice); in Test_TfNotice()
436 TfNotice::Key l2Key2 = TfNotice::Register(wl2, &TestListener::ProcessTestNotice); in Test_TfNotice()
438 TfNotice::Key l2Key4 = TfNotice::Register(wl2, &TestListener::ProcessMyTestNotice, wl2); in Test_TfNotice()
453 TestNotice("second").Send(wl2); in Test_TfNotice()
467 TestNotice("fourth").Send(wl2); in Test_TfNotice()
474 TestNotice("fifth").Send(wl2); in Test_TfNotice()
479 TestNotice("sixth").SendWithWeakBase(&wl2->__GetTfWeakBase__(), in Test_TfNotice()
480 wl2.GetUniqueIdentifier(), in Test_TfNotice()
486 TestNotice("seventh").Send(wl2); in Test_TfNotice()
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-kill-window.c59 struct winlink *wl = cmdq->state.tflag.wl, *wl2, *wl3; in cmd_kill_window_exec() local
71 RB_FOREACH_SAFE(wl2, winlinks, &s->windows, wl3) { in cmd_kill_window_exec()
72 if (wl != wl2) in cmd_kill_window_exec()
73 server_kill_window(wl2->window); in cmd_kill_window_exec()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-kill-window.c59 struct winlink *wl = cmdq->state.tflag.wl, *wl2, *wl3; in cmd_kill_window_exec() local
71 RB_FOREACH_SAFE(wl2, winlinks, &s->windows, wl3) { in cmd_kill_window_exec()
72 if (wl != wl2) in cmd_kill_window_exec()
73 server_kill_window(wl2->window); in cmd_kill_window_exec()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-kill-window.c59 struct winlink *wl = cmdq->state.tflag.wl, *wl2, *wl3; in cmd_kill_window_exec() local
71 RB_FOREACH_SAFE(wl2, winlinks, &s->windows, wl3) { in cmd_kill_window_exec()
72 if (wl != wl2) in cmd_kill_window_exec()
73 server_kill_window(wl2->window); in cmd_kill_window_exec()
/dports/science/siesta/siesta-4.1.5/Util/Plrho/
H A Dray.f33 . tlight(maxl), wlight(maxl), wl2(maxl),
36 . tlight, wlight, wl2, xl
77 wl2(il) = (wlight(il)*pi/180.)**2 + eps
78 dl(il) = dlight(il) / pi / wl2(il)
105 refl = reflect * dl(il) * exp(-dx2/wl2(il))
/dports/astro/p5-Astro-PAL/Astro-PAL-1.09/palsrc/
H A DpalAtmdsp.c130 double a1, double b1, double wl2, double *a2, double *b2 ) { in palAtmdsp() argument
136 if (wl1 > 100.0 || wl2 > 100.0) { in palAtmdsp()
161 wlok = DMAX(wl2,0.1); in palAtmdsp()
/dports/japanese/anthy/anthy-0.4/src-splitter/
H A Dwordlist.c90 word_list_same(struct word_list *wl1, struct word_list *wl2) in word_list_same() argument
92 if (wl1->node_id != wl2->node_id || in word_list_same()
93 wl1->from != wl2->from || in word_list_same()
94 wl1->len != wl2->len || in word_list_same()
95 wl1->mw_features != wl2->mw_features || in word_list_same()
96 wl1->tail_ct != wl2->tail_ct || in word_list_same()
97 wl1->part[PART_CORE].len != wl2->part[PART_CORE].len || in word_list_same()
98 wl1->is_compound != wl2->is_compound || in word_list_same()
99 !anthy_wtype_equal(wl1->part[PART_CORE].wt, wl2->part[PART_CORE].wt) || in word_list_same()
100 wl1->head_pos != wl2->head_pos) { in word_list_same()
[all …]
/dports/sysutils/tmux/tmux-3.2a/
H A Dsession.c641 struct winlink *wl, *wl2; in session_group_synchronize1() local
660 wl2 = winlink_add(&s->windows, wl->idx); in session_group_synchronize1()
661 wl2->session = s; in session_group_synchronize1()
662 winlink_set_window(wl2, wl->window); in session_group_synchronize1()
663 notify_session_window("window-linked", s, wl2->window); in session_group_synchronize1()
664 wl2->flags |= wl->flags & WINLINK_ALERTFLAGS; in session_group_synchronize1()
677 wl2 = winlink_find_by_index(&s->windows, wl->idx); in session_group_synchronize1()
678 if (wl2 != NULL) in session_group_synchronize1()
679 TAILQ_INSERT_TAIL(&s->lastw, wl2, sentry); in session_group_synchronize1()
685 wl2 = winlink_find_by_window_id(&s->windows, wl->window->id); in session_group_synchronize1()
[all …]
/dports/devel/aegis/aegis-4.25.D510/aegis/
H A Daermu.cc314 string_list_ty wl2; in remove_file_undo_main() local
369 if (wl2.member(s3)) in remove_file_undo_main()
380 wl2.push_back(s3); in remove_file_undo_main()
407 if (wl2.member(s2)) in remove_file_undo_main()
418 wl2.push_back(s2); in remove_file_undo_main()
422 wl = wl2; in remove_file_undo_main()
H A Daenfu.cc282 string_list_ty wl2; in new_file_undo_main() local
336 if (wl2.member(s3)) in new_file_undo_main()
347 wl2.push_back(s3); in new_file_undo_main()
374 if (wl2.member(s2)) in new_file_undo_main()
385 wl2.push_back(s2); in new_file_undo_main()
389 wl = wl2; in new_file_undo_main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java147 private static void checkWindowsList(Vector<Window> wl1, Vector<Window> wl2, String methodName) in checkWindowsList() argument
149 if ((wl1.size() != wl2.size()) || in checkWindowsList()
150 !wl1.containsAll(wl2) || in checkWindowsList()
151 !wl2.containsAll(wl1)) in checkWindowsList()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java147 private static void checkWindowsList(Vector<Window> wl1, Vector<Window> wl2, String methodName) in checkWindowsList() argument
149 if ((wl1.size() != wl2.size()) || in checkWindowsList()
150 !wl1.containsAll(wl2) || in checkWindowsList()
151 !wl2.containsAll(wl1)) in checkWindowsList()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java147 private static void checkWindowsList(Vector<Window> wl1, Vector<Window> wl2, String methodName) in checkWindowsList() argument
149 if ((wl1.size() != wl2.size()) || in checkWindowsList()
150 !wl1.containsAll(wl2) || in checkWindowsList()
151 !wl2.containsAll(wl1)) in checkWindowsList()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java147 private static void checkWindowsList(Vector<Window> wl1, Vector<Window> wl2, String methodName) in checkWindowsList() argument
149 if ((wl1.size() != wl2.size()) || in checkWindowsList()
150 !wl1.containsAll(wl2) || in checkWindowsList()
151 !wl2.containsAll(wl1)) in checkWindowsList()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java147 private static void checkWindowsList(Vector<Window> wl1, Vector<Window> wl2, String methodName) in checkWindowsList() argument
149 if ((wl1.size() != wl2.size()) || in checkWindowsList()
150 !wl1.containsAll(wl2) || in checkWindowsList()
151 !wl2.containsAll(wl1)) in checkWindowsList()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java147 private static void checkWindowsList(Vector<Window> wl1, Vector<Window> wl2, String methodName) in checkWindowsList() argument
149 if ((wl1.size() != wl2.size()) || in checkWindowsList()
150 !wl1.containsAll(wl2) || in checkWindowsList()
151 !wl2.containsAll(wl1)) in checkWindowsList()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java147 private static void checkWindowsList(Vector<Window> wl1, Vector<Window> wl2, String methodName) in checkWindowsList() argument
149 if ((wl1.size() != wl2.size()) || in checkWindowsList()
150 !wl1.containsAll(wl2) || in checkWindowsList()
151 !wl2.containsAll(wl1)) in checkWindowsList()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java147 private static void checkWindowsList(Vector<Window> wl1, Vector<Window> wl2, String methodName) in checkWindowsList() argument
149 if ((wl1.size() != wl2.size()) || in checkWindowsList()
150 !wl1.containsAll(wl2) || in checkWindowsList()
151 !wl2.containsAll(wl1)) in checkWindowsList()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java146 private static void checkWindowsList(Vector<Window> wl1, Vector<Window> wl2, String methodName) in checkWindowsList() argument
148 if ((wl1.size() != wl2.size()) || in checkWindowsList()
149 !wl1.containsAll(wl2) || in checkWindowsList()
150 !wl2.containsAll(wl1)) in checkWindowsList()

123456