Home
last modified time | relevance | path

Searched refs:pc2 (Results 1 – 25 of 1829) sorted by relevance

12345678910>>...74

/dports/devel/py-aiortc/aiortc-1.2.1/tests/
H A Dtest_rtcpeerconnection.py739 run(pc2.close())
869 run(pc2.close())
938 run(pc2.close())
1085 run(pc2.close())
1193 run(pc2.close())
1298 run(pc2.close())
1404 run(pc2.close())
1509 run(pc2.close())
3122 run(pc2.setLocalDescription(run(pc2.createAnswer())))
3154 run(pc2.setLocalDescription(run(pc2.createAnswer())))
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dtraderoutes.c214 return (pc1 && pc2 && pc1 != pc2 in can_cities_trade()
215 && (city_owner(pc1) != city_owner(pc2) in can_cities_trade()
288 if (!pc1 || !pc2 || pc1 == pc2 in can_establish_trade_route()
289 || !can_cities_trade(pc1, pc2) in can_establish_trade_route()
290 || have_cities_trade_route(pc1, pc2)) { in can_establish_trade_route()
299 maxpc2 = max_trade_routes(pc2); in can_establish_trade_route()
305 trade = trade_between_cities(pc1, pc2); in can_establish_trade_route()
312 if (city_num_trade_routes(pc2) >= maxpc2) { in can_establish_trade_route()
314 trade = trade_between_cities(pc1, pc2); in can_establish_trade_route()
334 && NULL != pc2 && NULL != pc2->tile) { in trade_between_cities()
[all …]
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dtraderoutes.c214 return (pc1 && pc2 && pc1 != pc2 in can_cities_trade()
215 && (city_owner(pc1) != city_owner(pc2) in can_cities_trade()
288 if (!pc1 || !pc2 || pc1 == pc2 in can_establish_trade_route()
289 || !can_cities_trade(pc1, pc2) in can_establish_trade_route()
290 || have_cities_trade_route(pc1, pc2)) { in can_establish_trade_route()
299 maxpc2 = max_trade_routes(pc2); in can_establish_trade_route()
305 trade = trade_between_cities(pc1, pc2); in can_establish_trade_route()
312 if (city_num_trade_routes(pc2) >= maxpc2) { in can_establish_trade_route()
314 trade = trade_between_cities(pc1, pc2); in can_establish_trade_route()
334 && NULL != pc2 && NULL != pc2->tile) { in trade_between_cities()
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1715.c59 SISLCurve *pc2;
157 if (pc2->ikind == 2 || pc2->ikind == 4)
170 if (pc2->ikind == 2 || pc2->ikind == 4)
188 if (pc1->ik < pc2->ik)
191 kk=pc2->ik;
200 s1750(pc2,kk,&pc2,&kstat);
214 kn2=pc2->in;
222 while (pc2->et[kn2+kk-1-km2] == pc2->et[kn2+kk-1]) km2++;
223 while (pc2->et[km2end] == *pc2->et) km2end++;
227 while (pc2->et[km2] == *pc2->et) km2++;
[all …]
H A Ds1332.c59 SISLCurve *pc2;
138 if (!pc2) goto err150;
143 s1707(pc2,&kstat);
153 sknot2 = pc2 -> et;
154 scoef2 = pc2 -> ecoef;
156 kn2 = pc2 -> in;
157 kord2 = pc2 -> ik;
163 || pc2->ikind == 2 || pc2->ikind == 4)
181 if (pc2->ikind == 2 || pc2->ikind == 4)
209 || pc2->ikind == 2 || pc2->ikind == 4)
[all …]
H A Ds1786.c79 SISLCurve *pc2;
178 tminstep += max(fabs(pc2->et[pc2->ik-1]),fabs(pc2->et[pc2->in]));
196 tymax = MAX(pc2->pbox->e2max[0][0] - pc2->pbox->e2min[0][0],
197 pc2->pbox->e2max[0][1] - pc2->pbox->e2min[0][1]);
198 tymax = MAX(tymax,pc2->pbox->e2max[0][2] - pc2->pbox->e2min[0][2]);
209 kk2 = pc2 -> ik;
210 kn2 = pc2 -> in;
211 st2 = pc2 -> et;
490 SISLCurve *pc2;
562 tstart = *(pc2->et + pc2->ik - 1);
[all …]
H A Ds1716.c54 void s1716(SISLCurve *pc1,SISLCurve *pc2, in s1716() argument
57 void s1716(pc1,pc2,aeps,rcnew,jstat) in s1716()
59 SISLCurve *pc2;
133 if (!pc1 || !pc2) goto err150;
137 if (pc1->idim != pc2->idim) goto err106;
144 while (pc2->et[km21] == *pc2->et) km21++;
145 while (pc2->et[kn2+kk2-1-km22] == pc2->et[kn2+kk2-1]) km22++;
156 if (km21>=kk2) t1 -= pc2->ecoef[kdim*(km21-kk2)+ki];
168 if (km22>=kk2) t1 -= pc2->ecoef[kdim*(kn2-1-km22+kk2)+ki];
183 if (km21>=kk2) t1 -= pc2->ecoef[kdim*(km21-kk2)+ki];
[all …]
H A Ds1606.c61 SISLCurve *pc2;
141 if (pc1->idim != idim || pc2->idim != idim)
152 in2 = pc2->in -1;
160 dum = epoint2[ki] - pc2->ecoef[ki];
162 dum = epoint2[ki] - pc2->ecoef[in2 * idim + ki];
169 ik2 = pc2->ik - 1;
188 fil2 = pc2->et[ik2];
189 end2 = pc2->et[in2];
195 end2 = pc2->et[ik2];
196 fil2 = pc2->et[in2];
[all …]
H A Dsh1783.c75 SISLCurve *pc2;
188 sh1992cu (pc2, 0, aepsge, &kstat);
192 tymax = MAX (pc2->pbox->e2max[0][0] - pc2->pbox->e2min[0][0],
193 pc2->pbox->e2max[0][1] - pc2->pbox->e2min[0][1]);
194 tymax = MAX (tymax, pc2->pbox->e2max[0][2] - pc2->pbox->e2min[0][2]);
205 kk2 = pc2->ik;
206 kn2 = pc2->in;
207 st2 = pc2->et;
484 SISLCurve *pc2;
556 tstart = *(pc2->et + pc2->ik - 1);
[all …]
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/middleware/ros/
H A Ddepth_camera.py23 pc2 = PointCloud2()
26 pc2.header = self.get_ros_header()
29 pc2.height = 1
30 pc2.width = self.data['nb_points']
32 pc2.fields = [PointField('x', 0, PointField.FLOAT32, 1),
35 pc2.is_dense = True # True if there are no invalid points
36 pc2.is_bigendian = False # Is this data bigendian?
37 pc2.point_step = 12 # Length of a point in bytes
38 pc2.row_step = len(self.data['points']) # Length of a row in bytes
42 pc2.data = bytes(self.data['points'])
[all …]
H A Dlaserscanner.py44 pc2 = PointCloud2()
45 pc2.header = self.get_ros_header()
46 pc2.height = 1
47 pc2.width = size
48 pc2.is_dense = False
49 pc2.is_bigendian = False
50 pc2.fields = [PointField('x', 0, PointField.FLOAT32, 1),
53 pc2.point_step = 12
54 pc2.row_step = size * 12
56 pc2.data = pack_xyz_float32(points)
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dpcoderegs.c321 printpCode (stderr, pc2); in Remove2pcodes()
328 if(pc2) { in Remove2pcodes()
397 if (pc2->seq < pc1->seq) { in pCodeOptime2pCodes()
398 pct1 = pc2; in pCodeOptime2pCodes()
399 pc2 = pc1; in pCodeOptime2pCodes()
436 newpc->seq = pc2->seq; in pCodeOptime2pCodes()
440 pc2->destruct(pc2); in pCodeOptime2pCodes()
451 pct2->seq = pc2->seq; in pCodeOptime2pCodes()
543 pct2->seq = pc2->seq; in pCodeOptime2pCodes()
708 pc2 = rset2->item; in OptimizeRegUsage()
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dsorting.cpp200 __func__, __LINE__, pc2->len(), pc2->orig_line, pc2->orig_col); in compare_chunks()
208 && pc2 != nullptr) in compare_chunks()
278 __func__, __LINE__, pc2->text(), pc2->len(), pc2->orig_line, pc2->orig_col); in compare_chunks()
304 pc2 = chunk_get_next(pc2); in compare_chunks()
306 __func__, __LINE__, pc2->text(), pc2->len(), pc2->orig_line, pc2->orig_col); in compare_chunks()
310 pc2 = chunk_get_next(pc2); in compare_chunks()
312 __func__, __LINE__, pc2->text(), pc2->len(), pc2->orig_line, pc2->orig_col); in compare_chunks()
317 __func__, __LINE__, pc2->text(), pc2->len(), pc2->orig_line, pc2->orig_col); in compare_chunks()
322 || pc2 == nullptr in compare_chunks()
323 || chunk_is_newline(pc2)) in compare_chunks()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcoderegs.c481 pc2->print(stderr,pc2); in Remove2pcodes()
487 if(pc2) { in Remove2pcodes()
488 Remove1pcode(pc2, reg); in Remove2pcodes()
561 if(pc2->seq < pc1->seq) { in pCodeOptime2pCodes()
562 pct1 = pc2; in pCodeOptime2pCodes()
563 pc2 = pc1; in pCodeOptime2pCodes()
597 newpc->seq = pc2->seq; in pCodeOptime2pCodes()
629 pct2->seq = pc2->seq; in pCodeOptime2pCodes()
740 pct2->seq = pc2->seq; in pCodeOptime2pCodes()
906 pc2 = rset2->item; in OptimizeRegUsage()
[all …]
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/xt/
H A Dtest-primecount.pl14 my($pc1,$pc2) = (prime_count($a,$b), scalar(@{primes($a,$b)}));
15 die "($a,$b) => $pc1 != $pc2\n" unless $pc1 == $pc2;
27 my($pc1,$pc2) = (prime_count($a,$b), scalar(@{primes($a,$b)}));
28 die "($a,$b) => $pc1 != $pc2\n" unless $pc1 == $pc2;
38 my($pc1,$pc2) = (prime_count($a,$b), scalar(@{primes($a,$b)}));
39 die "($a,$b) => $pc1 != $pc2\n" unless $pc1 == $pc2;
/dports/math/qhull8/qhull-8.0.2/src/qhulltest/
H A DPointCoordinates_test.cpp69 QCOMPARE(pc2.count(), 0); in t_construct_q()
70 QVERIFY(pc2.isEmpty()); in t_construct_q()
72 pc2.checkValid(); in t_construct_q()
140 QCOMPARE(pc2.count(), 0); in t_construct_qh()
141 QVERIFY(pc2.isEmpty()); in t_construct_qh()
143 pc2.checkValid(); in t_construct_qh()
233 QVERIFY(pc2!=pc); in t_getset()
290 QhullPoint p2= pc2[2]; in t_foreach()
294 i2= pc2.end(); in t_foreach()
355 pc2.append(6, c2); in t_modify()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dporting_aix.cpp138 codeptr_t pc2 = pc; in getFuncName() local
141 pc2 = (codeptr_t) align_ptr_up((char*)pc2, 4); in getFuncName()
146 pc2++; in getFuncName()
148 if (*pc2 != 0) { in getFuncName()
154 tb = (struct tbtable*) (pc2 + 1); in getFuncName()
167 pc2 = (codeptr_t) tb + in getFuncName()
170 pc2++; in getFuncName()
175 const unsigned int tb_offset = *pc2; in getFuncName()
189 pc2++; in getFuncName()
198 pc2++; in getFuncName()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dporting_aix.cpp138 codeptr_t pc2 = pc; in getFuncName() local
141 pc2 = (codeptr_t) align_ptr_up((char*)pc2, 4); in getFuncName()
146 pc2++; in getFuncName()
148 if (*pc2 != 0) { in getFuncName()
154 tb = (struct tbtable*) (pc2 + 1); in getFuncName()
167 pc2 = (codeptr_t) tb + in getFuncName()
170 pc2++; in getFuncName()
175 const unsigned int tb_offset = *pc2; in getFuncName()
189 pc2++; in getFuncName()
198 pc2++; in getFuncName()
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/test/
H A Dconnectivity.cpp60 PeerConnection pc2(config2); in test_connectivity() local
62 pc1.onLocalDescription([&pc2](Description sdp) { in test_connectivity()
64 pc2.setRemoteDescription(string(sdp)); in test_connectivity()
67 pc1.onLocalCandidate([&pc2](Candidate candidate) { in test_connectivity()
69 pc2.addRemoteCandidate(string(candidate)); in test_connectivity()
82 pc2.onLocalDescription([&pc1](Description sdp) { in test_connectivity()
87 pc2.onLocalCandidate([&pc1](Candidate candidate) { in test_connectivity()
146 pc2.state() != PeerConnection::State::Connected) in test_connectivity()
159 if (auto addr = pc2.localAddress()) in test_connectivity()
161 if (auto addr = pc2.remoteAddress()) in test_connectivity()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D950929-1.c9 char *pc2 = &c2; in main() local
12 *pc2 = 1; in main()
14 *pc2 &= *pi; in main()
15 f (pc2); in main()
16 *pc2 = 1; in main()
17 *pc2 &= *pi; in main()
18 if (*pc2 != 1) in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D950929-1.c9 char *pc2 = &c2; in main() local
12 *pc2 = 1; in main()
14 *pc2 &= *pi; in main()
15 f (pc2); in main()
16 *pc2 = 1; in main()
17 *pc2 &= *pi; in main()
18 if (*pc2 != 1) in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A D950929-1.c9 char *pc2 = &c2; in main() local
12 *pc2 = 1; in main()
14 *pc2 &= *pi; in main()
15 f (pc2); in main()
16 *pc2 = 1; in main()
17 *pc2 &= *pi; in main()
18 if (*pc2 != 1) in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D950929-1.c9 char *pc2 = &c2; in main() local
12 *pc2 = 1; in main()
14 *pc2 &= *pi; in main()
15 f (pc2); in main()
16 *pc2 = 1; in main()
17 *pc2 &= *pi; in main()
18 if (*pc2 != 1) in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D950929-1.c9 char *pc2 = &c2; in main() local
12 *pc2 = 1; in main()
14 *pc2 &= *pi; in main()
15 f (pc2); in main()
16 *pc2 = 1; in main()
17 *pc2 &= *pi; in main()
18 if (*pc2 != 1) in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A D950929-1.c9 char *pc2 = &c2; in main() local
12 *pc2 = 1; in main()
14 *pc2 &= *pi; in main()
15 f (pc2); in main()
16 *pc2 = 1; in main()
17 *pc2 &= *pi; in main()
18 if (*pc2 != 1) in main()

12345678910>>...74