Home
last modified time | relevance | path

Searched refs:l4 (Results 1 – 25 of 5071) sorted by relevance

12345678910>>...203

/dports/astro/xplanet/xplanet-1.3.1/src/libephemeris/libmoons/
H A Djupiter.cpp48 double l1, l2, l3, l4; in jupsat() local
153 { -26, l1 - l4 }, in jupsat()
202 { 45, l2 - l4 }, in jupsat()
263 { -137, l2 - l4 }, in jupsat()
339 { 294, l3 - l4 }, in jupsat()
408 { -944, l3 - l4 }, in jupsat()
487 lon = l4; in jupsat()
524 { 974, l3 - l4 }, in jupsat()
532 { 92, l2 - l4 }, in jupsat()
533 { 105, l1 - l4 } in jupsat()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DdoSPRSwap.bf25 l4 = 0;
56 l4 = l4+1;
85 for (l4=2*taxonCounter-2;l4>=0;l4=l4-1)
87 bestTreeNodes[l4][0]= treeNodes[l4][2];
88 bestTreeNodes[l4][1]= treeNodes[l4][3];
89 treeNodes[l4][0] = treeNodes[l4][2];
90 treeNodes[l4][1] = treeNodes[l4][3];
92 for (l4=0; l4<taxonCounter-2; l4=l4+1)
94 bestCladesInfo[l4][0]= cladesInfo[l4][2];
95 bestCladesInfo[l4][1]= cladesInfo[l4][3];
[all …]
H A DdoNNISwap.bf66 for (l4=2*taxonCounter-2;l4>=0;l4=l4-1)
68 bestTreeNodes[l4][0]= treeNodes[l4][2];
69 bestTreeNodes[l4][1]= treeNodes[l4][3];
70 treeNodes[l4][0] = treeNodes[l4][2];
71 treeNodes[l4][1] = treeNodes[l4][3];
73 for (l4=0; l4<taxonCounter-2; l4=l4+1)
75 bestCladesInfo[l4][0]= cladesInfo[l4][2];
76 bestCladesInfo[l4][1]= cladesInfo[l4][3];
77 cladesInfo[l4][0] = cladesInfo[l4][2];
78 cladesInfo[l4][1] = cladesInfo[l4][3];
/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dirc.c160 …&& ((flow->l4.tcp.irc_stage2 == 0 && flow->l4.tcp.irc_direction == 0) || (flow->l4.tcp.irc_stage2 … in ndpi_search_irc_ssl_detect_ninety_percent_but_very_fast()
163 flow->l4.tcp.irc_stage2 = 1; in ndpi_search_irc_ssl_detect_ninety_percent_but_very_fast()
169 flow->l4.tcp.irc_stage2 = 2; in ndpi_search_irc_ssl_detect_ninety_percent_but_very_fast()
174 flow->l4.tcp.irc_stage2 = 3; in ndpi_search_irc_ssl_detect_ninety_percent_but_very_fast()
188 …&& ((flow->l4.tcp.irc_stage2 == 0 && flow->l4.tcp.irc_direction == 0) || (flow->l4.tcp.irc_stage2 … in ndpi_search_irc_ssl_detect_ninety_percent_but_very_fast()
285 … && (flow->l4.tcp.irc_stage2 == 4 || flow->l4.tcp.irc_stage2 == 5 || flow->l4.tcp.irc_stage2 == 11 in ndpi_search_irc_ssl_detect_ninety_percent_but_very_fast()
492 flow->l4.tcp.irc_stage = 3; in ndpi_search_irc_tcp()
496 flow->l4.tcp.irc_stage = 2; in ndpi_search_irc_tcp()
500 flow->l4.tcp.irc_stage = 1; in ndpi_search_irc_tcp()
513 flow->l4.tcp.irc_stage = 3; in ndpi_search_irc_tcp()
[all …]
H A Daimini.c49 flow->l4.udp.aimini_stage = 1; in ndpi_search_aimini()
55 flow->l4.udp.aimini_stage = 4; in ndpi_search_aimini()
60 flow->l4.udp.aimini_stage = 7; in ndpi_search_aimini()
65 flow->l4.udp.aimini_stage = 10; in ndpi_search_aimini()
70 flow->l4.udp.aimini_stage = 13; in ndpi_search_aimini()
85 flow->l4.udp.aimini_stage = 2; in ndpi_search_aimini()
93 flow->l4.udp.aimini_stage = 3; in ndpi_search_aimini()
111 flow->l4.udp.aimini_stage = 5; in ndpi_search_aimini()
118 flow->l4.udp.aimini_stage = 6; in ndpi_search_aimini()
137 flow->l4.udp.aimini_stage = 8; in ndpi_search_aimini()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/
H A Dtableopts.am1 tableopts_opt_nr_Ca_opt_SOURCES = tableopts.l4
6 tableopts_opt_nr_Ce_opt_SOURCES = tableopts.l4
11 tableopts_opt_nr_Cf_opt_SOURCES = tableopts.l4
16 tableopts_opt_nr_CF_opt_SOURCES = tableopts.l4
21 tableopts_opt_nr_Cm_opt_SOURCES = tableopts.l4
26 tableopts_opt_nr_Cem_opt_SOURCES = tableopts.l4
31 tableopts_opt_nr_Cae_opt_SOURCES = tableopts.l4
56 tableopts_opt_r_Ca_opt_SOURCES = tableopts.l4
61 tableopts_opt_r_Ce_opt_SOURCES = tableopts.l4
66 tableopts_opt_r_Cf_opt_SOURCES = tableopts.l4
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-llist.c22 DLLIST_PREPEND(&head, l4); in test_dllist()
23 test_assert(head == l4); in test_dllist()
24 test_assert(l4->prev == NULL && l4->next == NULL); in test_dllist()
28 test_assert(l4->prev == l3 && l4->next == NULL); in test_dllist()
37 test_assert(l4->prev == l3 && l4->next == NULL); in test_dllist()
43 test_assert(l4->prev == l3 && l4->next == NULL); in test_dllist()
47 test_assert(l4->prev == NULL && l4->next == NULL); in test_dllist()
97 test_assert(l4->prev == l3 && l4->next == NULL); in test_dllist2()
106 test_assert(l4->prev == l3 && l4->next == NULL); in test_dllist2()
112 test_assert(l4->prev == l3 && l4->next == NULL); in test_dllist2()
[all …]
/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/attic/
H A Dflash.c43 flow->l4.tcp.flash_bytes = packet->payload_packet_len; in ndpi_search_flash()
46 flow->l4.tcp.flash_stage = packet->packet_direction + 1; in ndpi_search_flash()
50 flow->l4.tcp.flash_bytes); in ndpi_search_flash()
55 flow->l4.tcp.flash_bytes); in ndpi_search_flash()
56 flow->l4.tcp.flash_stage = 3; in ndpi_search_flash()
61 flow->l4.tcp.flash_bytes += packet->payload_packet_len; in ndpi_search_flash()
62 if (packet->tcp->psh != 0 && flow->l4.tcp.flash_bytes == 1537) { in ndpi_search_flash()
65 flow->l4.tcp.flash_bytes); in ndpi_search_flash()
66 flow->l4.tcp.flash_stage = 3; in ndpi_search_flash()
72 flow->l4.tcp.flash_bytes); in ndpi_search_flash()
[all …]
/dports/textproc/flex/flex-2.6.4/tests/
H A Dtableopts.am1 tableopts_opt_nr_Ca_opt_SOURCES = tableopts.l4
6 tableopts_opt_nr_Ce_opt_SOURCES = tableopts.l4
11 tableopts_opt_nr_Cf_opt_SOURCES = tableopts.l4
16 tableopts_opt_nr_CF_opt_SOURCES = tableopts.l4
21 tableopts_opt_nr_Cm_opt_SOURCES = tableopts.l4
26 tableopts_opt_nr_Cem_opt_SOURCES = tableopts.l4
31 tableopts_opt_nr_Cae_opt_SOURCES = tableopts.l4
56 tableopts_opt_r_Ca_opt_SOURCES = tableopts.l4
61 tableopts_opt_r_Ce_opt_SOURCES = tableopts.l4
66 tableopts_opt_r_Cf_opt_SOURCES = tableopts.l4
[all …]
/dports/cad/alliance/alliance/src/mbk/src/
H A Dparse_vti_p.c407 long l1, l2, l3, l4; /* results from string to long */ local
437 l4 = stol(s);
441 defab(figure, l1, l2, l3, l4);
460 l4 = atol(t6);
483 (long)VTIPARSER, (void *)l4);
502 l4 = stol(s);
509 (void)addphvia(figure, CONT_VIA, l1, l2, l3, l4,NULL);
530 (void)addphvia(figure, CONT_VIA, l1, l2, l3, l4,NULL);
535 (void)addphvia(figure, CONT_VIA, l1, l2, l3, l4,NULL);
541 (void)addphvia(figure, CONT_VIA, l1, l2, l3, l4,NULL);
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/sparc_leon/
H A Dregwinflush.S92 st %g1,[%l4+0]
93 st %g4,[%l4+4]
94 st %l0,[%l4+16]
97 st %l4,[%l4+28] /* mark as inside flush */
215 mov %l4, %psr
223 or %l5, %l4, %l4
224 mov %l4, %psr
230 mov %psr, %l4
231 or %l4,SPARC_PSR_PS_MASK,%l4
240 mov %psr, %l4
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/mips/
H A Dempic.s71 l4: label
72 la $3,g1-l4
73 la $3,l1-l4
74 la $3,l2-l4
75 la $3,g1-l4
77 dla $3,g1-l4
78 dla $3,l1-l4
79 dla $3,l2-l4
84 .word g1-l4
85 .word l1-l4
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/mips/
H A Dempic.s71 l4: label
72 la $3,g1-l4
73 la $3,l1-l4
74 la $3,l2-l4
75 la $3,g1-l4
77 dla $3,g1-l4
78 dla $3,l1-l4
79 dla $3,l2-l4
84 .word g1-l4
85 .word l1-l4
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/sampledata/_data/
H A Dauto-mpg2.csv34 "33","chevrolet","malibu",2.4,1999,4,"auto(l4)","f",19,27,"r","midsize"
35 "34","chevrolet","malibu",2.4,2008,4,"auto(l4)","f",22,30,"r","midsize"
36 "35","chevrolet","malibu",3.1,1999,6,"auto(l4)","f",18,26,"r","midsize"
37 "36","chevrolet","malibu",3.5,2008,6,"auto(l4)","f",18,29,"r","midsize"
40 "39","dodge","caravan 2wd",3,1999,6,"auto(l4)","f",17,24,"r","minivan"
59 "58","dodge","durango 4wd",3.9,1999,6,"auto(l4)","4",13,17,"r","suv"
63 "62","dodge","durango 4wd",5.2,1999,8,"auto(l4)","4",11,16,"r","suv"
65 "64","dodge","durango 4wd",5.9,1999,8,"auto(l4)","4",11,15,"r","suv"
84 "83","ford","explorer 4wd",5,1999,8,"auto(l4)","4",13,17,"r","suv"
149 "148","nissan","maxima",3,1999,6,"auto(l4)","f",18,26,"r","midsize"
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/synth/sns01/
H A Dadds.vhdl8 l4 : std_logic_vector (3 downto 0); port
56 add_u4u3v <= unsigned(l4) + unsigned(r3);
57 add_s4s3v <= signed(l4) + signed(r3);
58 add_u4s3v <= unsigned(l4) + signed(r3);
59 add_s4u3v <= signed(l4) + unsigned(r3);
60 add_u4iv <= unsigned(l4) + ri;
62 add_s4iv <= signed(l4) + ri;
64 add_u4lv <= unsigned(l4) + r3(0);
65 add_lu3v <= l4(0) + unsigned(r3);
66 add_s4lv <= signed(l4) + r3(0);
[all …]
H A Dsubs.vhdl8 l4 : std_logic_vector (3 downto 0); port
56 sub_u4u3v <= unsigned(l4) - unsigned(r3);
57 sub_s4s3v <= signed(l4) - signed(r3);
58 sub_u4s3v <= unsigned(l4) - signed(r3);
59 sub_s4u3v <= signed(l4) - unsigned(r3);
60 sub_u4iv <= unsigned(l4) - ri;
62 sub_s4iv <= signed(l4) - ri;
64 sub_u4lv <= unsigned(l4) - r3(0);
65 sub_lu3v <= l4(0) - unsigned(r3);
66 sub_s4lv <= signed(l4) - r3(0);
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Djupitermoons.cpp155 0.00032 * sin(3. * l3 - 7. * l4 + 2. * p3 + 2. * p4) + 0.00030 * sin(4. * (l3 - l4)) - in findPosition()
165 …0.00106 * sin(3. * l3 - 7. * l4 + 4. * p4) + 0.00102 * sin(l4 - Gj - Pj) + 0.00096 * sin(2. * l4 -… in findPosition()
167 …0.00085 * sin(l3 - 2. * l4 + p4) - 0.00081 * sin(2. * (l4 - z)) + 0.00071 * sin(l4 + p4 - 2. * Pj … in findPosition()
168 …0.00060 * sin(l1 - l4) - 0.00056 * sin(z - w3) - 0.00055 * sin(l3 - 2. * l4 + p3) + 0.00051 * sin(… in findPosition()
175 0.00021 * sin(2. * l4 - 2. * Pj - 3. * Gj) - 0.00021 * sin(2. * l3 - 3. * l4 + p4) + in findPosition()
176 … 0.00019 * sin(l4 - p4 - Gj) - 0.00019 * sin(2. * l4 - p4 + Gj) - 0.00018 * sin(l4 - p4 + Gj) - in findPosition()
188 L4 = l4 + S4; in findPosition()
223 … 0.0001758 * cos(2. * (l3 - l4)) + 0.0000294 * cos(l3 - l4) - 0.0000156 * cos(3. * (l3 - l4)) + in findPosition()
227 …R4 = 26.36990 * (1.0 + -0.0073391 * cos(l4 - p4) + 0.0001620 * cos(l4 - p3) + 0.0000974 * cos(l3 -… in findPosition()
229 … 0.0000182 * cos(l4 - Pj) + 0.0000177 * cos(2. * (l3 - l4)) - 0.0000167 * cos(2. * l4 - z - w4) + in findPosition()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/gameport/
H A Dlightning.c37 struct l4 { struct
42 static struct l4 l4_ports[8]; argument
62 struct l4 *l4 = gameport->port_data; in l4_cooked_read() local
95 struct l4 *l4 = gameport->port_data; in l4_open() local
184 struct l4 *l4 = gameport->port_data; in l4_calibrate() local
205 struct l4 *l4; in l4_create_ports() local
212 l4 = &l4_ports[idx]; in l4_create_ports()
218 l4->gameport = NULL; in l4_create_ports()
222 l4->port = idx; in l4_create_ports()
224 port->port_data = l4; in l4_create_ports()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/gameport/
H A Dlightning.c37 struct l4 { struct
42 static struct l4 l4_ports[8]; argument
62 struct l4 *l4 = gameport->port_data; in l4_cooked_read() local
95 struct l4 *l4 = gameport->port_data; in l4_open() local
184 struct l4 *l4 = gameport->port_data; in l4_calibrate() local
205 struct l4 *l4; in l4_create_ports() local
212 l4 = &l4_ports[idx]; in l4_create_ports()
218 l4->gameport = NULL; in l4_create_ports()
222 l4->port = idx; in l4_create_ports()
224 port->port_data = l4; in l4_create_ports()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/gameport/
H A Dlightning.c37 struct l4 { struct
42 static struct l4 l4_ports[8]; argument
62 struct l4 *l4 = gameport->port_data; in l4_cooked_read() local
95 struct l4 *l4 = gameport->port_data; in l4_open() local
184 struct l4 *l4 = gameport->port_data; in l4_calibrate() local
205 struct l4 *l4; in l4_create_ports() local
212 l4 = &l4_ports[idx]; in l4_create_ports()
218 l4->gameport = NULL; in l4_create_ports()
222 l4->port = idx; in l4_create_ports()
224 port->port_data = l4; in l4_create_ports()
[all …]
/dports/net/p5-Net-Packet/Net-Packet-3.27/examples/
H A Dsyn-scan.pl124 push @filtered, $_->l4->dst;
129 if ($reply->l4->haveFlagSyn && $reply->l4->haveFlagAck) {
130 push @open, $reply->l4->src;
132 elsif ($reply->l4->haveFlagRst) {
133 push @closed, $reply->l4->src;
137 push @firewalled, $reply->l4->error->l4->dst;
164 my $src = $_->l3->src. ':'. $_->l4->src;
165 if ($_->l4->haveFlagSyn && $_->l4->haveFlagAck) {
168 elsif ($_->l4->haveFlagRst && $_->l4->haveFlagAck) {
171 elsif ($_->isIcmp && $_->l4->isTypeDestinationUnreachable) {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/tests/Metadata/Ecma335/Encoding/
H A DControlFlowBuilderTests.cs22 var l4 = il.DefineLabel(); in AddFinallyFaultFilterRegions()
37 il.MarkLabel(l4); in AddFinallyFaultFilterRegions()
46 flow.AddFaultRegion(l1, l2, l3, l4); in AddFinallyFaultFilterRegions()
97 var l4 = il.DefineLabel(); in AddCatchRegions()
112 il.MarkLabel(l4); in AddCatchRegions()
171 var l4 = il.DefineLabel(); in AddRegion_Errors1()
188 il.MarkLabel(l4); in AddRegion_Errors1()
216 var l4 = il.DefineLabel(); in AddRegion_Errors2()
225 il.MarkLabel(l4); in AddRegion_Errors2()
244 var l4 = il.DefineLabel(); in AddRegion_Errors3()
[all …]
/dports/devel/cc65/cc65-2.19/test/misc/
H A Dgoto.c19 goto l4; in f2()
40 goto l4; in f2()
61 goto l4; in f2()
78 l4:; in f2()
122 goto l4; in f2()
142 goto l4; in f2()
163 goto l4; in f2()
245 goto l4; in f2()
267 goto l4; in f2()
349 goto l4; in f2()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Darray_constructor_12.f905 integer (kind = 4) :: l4, step4 variable
8 l4 = huge (l4)
9 u8 = l4 + 10_8
11 call test ((/ (i, i = l4, u8, step4) /), l4 + 0_8, u8, step4 + 0_8)
29 l4 = big / 100
31 call test ((/ (i, i = u8, l4, step4) /), u8, l4 + 0_8, step4 + 0_8)
34 l4 = 200
36 call test ((/ (i, i = u8, l4, step8) /), u8, l4 + 0_8, step8)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Darray_constructor_12.f905 integer (kind = 4) :: l4, step4 variable
8 l4 = huge (l4)
9 u8 = l4 + 10_8
11 call test ((/ (i, i = l4, u8, step4) /), l4 + 0_8, u8, step4 + 0_8)
29 l4 = big / 100
31 call test ((/ (i, i = u8, l4, step4) /), u8, l4 + 0_8, step4 + 0_8)
34 l4 = 200
36 call test ((/ (i, i = u8, l4, step8) /), u8, l4 + 0_8, step8)

12345678910>>...203