Home
last modified time | relevance | path

Searched refs:end0 (Results 1 – 25 of 1392) sorted by relevance

12345678910>>...56

/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokeErrs/
H A DPCIhdrErrs.DeTok17 19: end0 ( 0x000 )
21 20: end0 ( 0x000 )
25 21: end0 ( 0x000 )
29 22: end0 ( 0x000 )
33 23: end0 ( 0x000 )
37 24: end0 ( 0x000 )
41 25: end0 ( 0x000 )
45 26: end0 ( 0x000 )
49 27: end0 ( 0x000 )
53 28: end0 ( 0x000 )
[all …]
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokeErrs/
H A DPCIhdrErrs.DeTok17 19: end0 ( 0x000 )
21 20: end0 ( 0x000 )
25 21: end0 ( 0x000 )
29 22: end0 ( 0x000 )
33 23: end0 ( 0x000 )
37 24: end0 ( 0x000 )
41 25: end0 ( 0x000 )
45 26: end0 ( 0x000 )
49 27: end0 ( 0x000 )
53 28: end0 ( 0x000 )
[all …]
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokeErrs/
H A DPCIhdrErrs.DeTok17 19: end0 ( 0x000 )
21 20: end0 ( 0x000 )
25 21: end0 ( 0x000 )
29 22: end0 ( 0x000 )
33 23: end0 ( 0x000 )
37 24: end0 ( 0x000 )
41 25: end0 ( 0x000 )
45 26: end0 ( 0x000 )
49 27: end0 ( 0x000 )
53 28: end0 ( 0x000 )
[all …]
/dports/biology/vt/vt-0.57721/
H A Dcircular_buffer.cpp42 beg0 = end0 = 0; in CircularBuffer()
69 return (end0>=beg0 ? end0-beg0 : buffer_size-(beg0-end0)); in size()
77 return beg0==end0; in is_empty()
201 return gbeg1 + diff(end0, beg0) - 1; in get_gend1()
216 void CircularBuffer::set_end0(uint32_t end0) in set_end0() argument
218 this->end0 = end0; in set_end0()
234 return end0; in end()
258 end0 = (end0+1) & buffer_size_mask; in inc_end0()
310 std::cerr << "index : " << beg0 << "-" << end0 << " (" << size() << ")\n"; in print_state()
313 for (uint32_t i=beg0; i!=end0; i=inc(i)) in print_state()
[all …]
/dports/graphics/geos/geos-3.9.1/src/index/chain/
H A DMonotoneChain.cpp87 size_t start0, size_t end0, in computeSelect() argument
91 const Coordinate& p1 = pts[end0]; in computeSelect()
94 if(end0 - start0 == 1) { in computeSelect()
103 size_t mid = (start0 + end0) / 2; in computeSelect()
111 if(mid < end0) { in computeSelect()
112 computeSelect(searchEnv, mid, end0, mcs); in computeSelect()
134 MonotoneChain::computeOverlaps(size_t start0, size_t end0, in computeOverlaps() argument
141 if(end0 - start0 == 1 && end1 - start1 == 1) { in computeOverlaps()
152 size_t mid0 = (start0 + end0) / 2; in computeOverlaps()
167 if(mid0 < end0) { in computeOverlaps()
[all …]
/dports/net/nanomsg/nanomsg-1.1.5/tests/
H A Dreqttl.c54 int end0; in main() local
77 end0 = test_socket (AF_SP, NN_REQ); in main()
81 test_connect (end0, socket_address_a); in main()
90 test_setsockopt (end0, NN_SOL_SOCKET, NN_RCVTIMEO, &timeo, sizeof (timeo)); in main()
118 test_send (end0, "XYZ"); in main()
124 test_recv (end0, "REPLYXYZ\n"); in main()
128 test_setsockopt (end0, NN_SOL_SOCKET, NN_MAXTTL, &maxttl, sizeof (maxttl)); in main()
131 test_send (end0, "DROPTHIS"); in main()
139 test_send (end0, "DONTDROP"); in main()
143 test_recv (end0, "GOTIT"); in main()
[all …]
H A Dsurveyttl.c54 int end0; in main() local
77 end0 = test_socket (AF_SP, NN_SURVEYOR); in main()
81 test_connect (end0, socket_address_a); in main()
89 test_setsockopt (end0, NN_SOL_SOCKET, NN_RCVTIMEO, &timeo, sizeof (timeo)); in main()
118 test_send (end0, "SURVEY"); in main()
123 test_recv (end0, "REPLYXYZ"); in main()
127 test_setsockopt (end0, NN_SOL_SOCKET, NN_MAXTTL, &maxttl, sizeof (maxttl)); in main()
130 test_send (end0, "DROPTHIS"); in main()
134 test_setsockopt (end0, NN_SOL_SOCKET, NN_MAXTTL, &maxttl, sizeof (maxttl)); in main()
136 test_send (end0, "DONTDROP"); in main()
[all …]
H A Ddevice7.c82 int end0; in main() local
99 end0 = test_socket (AF_SP, NN_REQ); in main()
100 test_connect (end0, socket_address_h); in main()
108 test_send (end0, "XYZ"); in main()
113 test_recv (end0, "REPLYXYZ"); in main()
116 test_close (end0); in main()
H A Ddevice5.c79 int end0; in main() local
97 end0 = test_socket (AF_SP, NN_REQ); in main()
98 test_connect (end0, socket_address_h); in main()
106 test_send (end0, "XYZ"); in main()
111 test_recv (end0, "REPLYXYZ"); in main()
114 test_close (end0); in main()
H A Ddevice6.c79 int end0; in main() local
97 end0 = test_socket (AF_SP, NN_SURVEYOR); in main()
98 test_connect (end0, socket_address_h); in main()
106 test_send (end0, "XYZ"); in main()
111 test_recv (end0, "REPLYXYZ"); in main()
114 test_close (end0); in main()
/dports/net/nng/nng-1.5.2/tests/
H A Dcompat_reqttl.c52 int end0; in main() local
75 end0 = test_socket (AF_SP, NN_REQ); in main()
79 test_connect (end0, socket_address_a); in main()
88 test_setsockopt (end0, NN_SOL_SOCKET, NN_RCVTIMEO, &timeo, sizeof (timeo)); in main()
116 test_send (end0, "XYZ"); in main()
122 test_recv (end0, "REPLYXYZ\n"); in main()
126 test_setsockopt (end0, NN_SOL_SOCKET, NN_MAXTTL, &maxttl, sizeof (maxttl)); in main()
129 test_send (end0, "DROPTHIS"); in main()
137 test_send (end0, "DONTDROP"); in main()
141 test_recv (end0, "GOTIT"); in main()
[all …]
H A Dcompat_surveyttl.c52 int end0; in main() local
75 end0 = test_socket (AF_SP, NN_SURVEYOR); in main()
79 test_connect (end0, socket_address_a); in main()
87 test_setsockopt (end0, NN_SOL_SOCKET, NN_RCVTIMEO, &timeo, sizeof (timeo)); in main()
116 test_send (end0, "SURVEY"); in main()
121 test_recv (end0, "REPLYXYZ"); in main()
125 test_setsockopt (end0, NN_SOL_SOCKET, NN_MAXTTL, &maxttl, sizeof (maxttl)); in main()
128 test_send (end0, "DROPTHIS"); in main()
132 test_setsockopt (end0, NN_SOL_SOCKET, NN_MAXTTL, &maxttl, sizeof (maxttl)); in main()
134 test_send (end0, "DONTDROP"); in main()
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/plugins/corerouter/
H A Dcorerouter.c1028 if (uwsgi_stats_comma(us)) goto end0; in corerouter_send_stats()
1033 if (uwsgi_stats_list_close(us)) goto end0; in corerouter_send_stats()
1034 if (uwsgi_stats_comma(us)) goto end0; in corerouter_send_stats()
1051 if (uwsgi_stats_comma(us)) goto end0; in corerouter_send_stats()
1061 if (uwsgi_stats_list_open(us)) goto end0; in corerouter_send_stats()
1068 if (uwsgi_stats_comma(us)) goto end0; in corerouter_send_stats()
1117 if (uwsgi_stats_comma(us)) goto end0; in corerouter_send_stats()
1128 if (uwsgi_stats_comma(us)) goto end0; in corerouter_send_stats()
1140 goto end0; in corerouter_send_stats()
1147 goto end0; in corerouter_send_stats()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/chain/
H A DMonotoneChain.java228 int start0, int end0, in computeSelect() argument
232 Coordinate p1 = pts[end0]; in computeSelect()
236 if (end0 - start0 == 1) { in computeSelect()
246 int mid = (start0 + end0) / 2; in computeSelect()
253 if (mid < end0) { in computeSelect()
254 computeSelect(searchEnv, mid, end0, mcs); in computeSelect()
306 int start0, int end0, in computeOverlaps() argument
314 if (end0 - start0 == 1 && end1 - start1 == 1) { in computeOverlaps()
322 int mid0 = (start0 + end0) / 2; in computeOverlaps()
331 if (mid0 < end0) { in computeOverlaps()
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/plugins/python/
H A Dpyutils.c98 if (!zero) goto end0; in uwsgi_python_backtrace()
107 if (uwsgi_buffer_u16le(ub, 0)) { goto end0; } in uwsgi_python_backtrace()
115 if (!zero) goto end0; in uwsgi_python_backtrace()
123 if (uwsgi_buffer_u16le(ub, 0)) { goto end0; } in uwsgi_python_backtrace()
129 if (!zero) goto end0; in uwsgi_python_backtrace()
138 if (uwsgi_buffer_u16le(ub, 0)) { goto end0; } in uwsgi_python_backtrace()
147 if (uwsgi_buffer_append_valnum(ub, line_no)) goto end0; in uwsgi_python_backtrace()
154 if (uwsgi_buffer_u16le(ub, PyString_Size(tb_text))) goto end0; in uwsgi_python_backtrace()
159 if (uwsgi_buffer_u16le(ub, 0)) goto end0; in uwsgi_python_backtrace()
160 if (uwsgi_buffer_append(ub, "", 0)) goto end0; in uwsgi_python_backtrace()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/
H A DMonotoneChainEdge.java93 int start0, int end0, in computeIntersectsForChain() argument
101 if (end0 - start0 == 1 && end1 - start1 == 1) { in computeIntersectsForChain()
106 if (! overlaps(start0, end0, mce, start1, end1)) return; in computeIntersectsForChain()
109 int mid0 = (start0 + end0) / 2; in computeIntersectsForChain()
118 if (mid0 < end0) { in computeIntersectsForChain()
119 if (start1 < mid1) computeIntersectsForChain(mid0, end0, mce, start1, mid1, ei); in computeIntersectsForChain()
120 if (mid1 < end1) computeIntersectsForChain(mid0, end0, mce, mid1, end1, ei); in computeIntersectsForChain()
135 int start0, int end0, in overlaps() argument
139 return Envelope.intersects(pts[start0], pts[end0], mce.pts[start1], mce.pts[end1]); in overlaps()
/dports/graphics/geos/geos-3.9.1/src/geomgraph/index/
H A DMonotoneChainEdge.cpp116 MonotoneChainEdge::computeIntersectsForChain(size_t start0, size_t end0, in computeIntersectsForChain() argument
121 if(end0 - start0 == 1 && end1 - start1 == 1) { in computeIntersectsForChain()
126 if(!overlaps(start0, end0, mce, start1, end1)) { in computeIntersectsForChain()
131 size_t mid0 = (start0 + end0) / 2; in computeIntersectsForChain()
145 if(mid0 < end0) { in computeIntersectsForChain()
147 computeIntersectsForChain(mid0, end0, mce, in computeIntersectsForChain()
150 computeIntersectsForChain(mid0, end0, mce, in computeIntersectsForChain()
156 MonotoneChainEdge::overlaps(size_t start0, size_t end0, const MonotoneChainEdge& mce, size_t start1… in overlaps() argument
158 return Envelope::intersects(pts->getAt(start0), pts->getAt(end0), in overlaps()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dex_price.c221 int end0, end1; local
301 int end0, end1;
310 if (end0 > end1) {
360 int end0, end1; local
482 if (end0 < end1)
492 if (end0 < end1)
618 int end0, end1;
626 if (end0 > end1) {
648 adj[end0].list[adj[end0].deg].end = end1;
649 adj[end0].list[adj[end0].deg].len = len;
[all …]
/dports/math/nauty/nauty27r3/
H A Dhamheuristic.c47 int end0,end1,v0,v1; in hamheur() local
72 end0 = n+1; in hamheur()
74 path[end0] = v0; pos[v0] = end0; in hamheur()
87 for (i = end0; i <= end1; ++i) in hamheur()
93 v0 = path[end0]; in hamheur()
128 --end0; in hamheur()
129 path[end0] = vext; in hamheur()
130 pos[vext] = end0; in hamheur()
157 ix = end0 + KRAN(len); in hamheur()
187 path[end0+i] = work[i]; in hamheur()
[all …]
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dhamheuristic.c47 int end0,end1,v0,v1;
72 end0 = n+1;
74 path[end0] = v0; pos[v0] = end0;
87 for (i = end0; i <= end1; ++i)
93 v0 = path[end0];
128 --end0;
129 path[end0] = vext;
130 pos[vext] = end0;
157 ix = end0 + KRAN(len);
187 path[end0+i] = work[i];
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/plugins/tuntap/
H A Dtuntap.c482 if (uwsgi_stats_key(us , "peers")) goto end0; in tuntaprouter_send_stats()
483 if (uwsgi_stats_list_open(us)) goto end0; in tuntaprouter_send_stats()
487 if (uwsgi_stats_object_open(us)) goto end0; in tuntaprouter_send_stats()
493 if (uwsgi_stats_keylong_comma(us, "tx", uttp->tx)) goto end0; in tuntaprouter_send_stats()
496 if (uwsgi_stats_object_close(us)) goto end0; in tuntaprouter_send_stats()
499 if (uwsgi_stats_comma(us)) goto end0; in tuntaprouter_send_stats()
503 if (uwsgi_stats_list_close(us)) goto end0; in tuntaprouter_send_stats()
505 if (uwsgi_stats_object_close(us)) goto end0; in tuntaprouter_send_stats()
512 goto end0; in tuntaprouter_send_stats()
519 goto end0; in tuntaprouter_send_stats()
[all …]
/dports/net/drawterm/drawterm/libmemlayer/
H A Dline.c12 int end0; member
25 _memline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Point sp… in _memline() argument
42 _memimageline(dst, p0, p1, end0, end1, radius, src, sp, clipr, op); in _memline()
74 r = memlinebbox(p0, p1, end0, end1, radius); in _memline()
83 ll.end0 = end0; in _memline()
115 _memline(dst, p0, p1, ll->end0, ll->end1, ll->radius, ll->src, ll->sp, clipr, ll->op); in llineop()
119 memline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Point sp,… in memline() argument
121 _memline(dst, p0, p1, end0, end1, radius, src, sp, dst->clipr, op); in memline()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmemlayer/
H A Dline.c12 int end0; member
25 _memline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Point sp… in _memline() argument
42 _memimageline(dst, p0, p1, end0, end1, radius, src, sp, clipr, op); in _memline()
74 r = memlinebbox(p0, p1, end0, end1, radius); in _memline()
83 ll.end0 = end0; in _memline()
115 _memline(dst, p0, p1, ll->end0, ll->end1, ll->radius, ll->src, ll->sp, clipr, ll->op); in llineop()
119 memline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Point sp,… in memline() argument
121 _memline(dst, p0, p1, end0, end1, radius, src, sp, dst->clipr, op); in memline()
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DRawzor.pm109 my $end0 = Get64u(\$buff, 0);
115 $end0 + ($end1 - $pos1) + ($origSize - $pos2) == $metaSize and
116 $end0 <= $pos1 and $pos1 <= $end1 and $end1 <= $pos2)
130 $buff = substr($buf2, 0, $end0) . ("\0" x ($pos1 - $end0)) .
131 substr($buf2, $end0, $end1 - $pos1) . ("\0" x ($pos2 - $end1)) .
132 substr($buf2, $end0 + $end1 - $pos1, $origSize - $pos2);
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DRawzor.pm109 my $end0 = Get64u(\$buff, 0);
115 $end0 + ($end1 - $pos1) + ($origSize - $pos2) == $metaSize and
116 $end0 <= $pos1 and $pos1 <= $end1 and $end1 <= $pos2)
130 $buff = substr($buf2, 0, $end0) . ("\0" x ($pos1 - $end0)) .
131 substr($buf2, $end0, $end1 - $pos1) . ("\0" x ($pos2 - $end1)) .
132 substr($buf2, $end0 + $end1 - $pos1, $origSize - $pos2);

12345678910>>...56