Home
last modified time | relevance | path

Searched refs:seg_end (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/x86/
H A Dx86_machdep.c521 if (seg_end > TOPLIMIT) { in x86_add_cluster()
531 if (seg_end == TOPLIMIT) in x86_add_cluster()
532 seg_end -= PAGE_SIZE; in x86_add_cluster()
534 if (seg_end <= seg_start) in x86_add_cluster()
559 io_end = seg_end; in x86_add_cluster()
589 seg_end = trunc_page(seg_end); in x86_add_cluster()
591 if (seg_start == seg_end) in x86_add_cluster()
614 avail_end = seg_end; in x86_add_cluster()
661 seg_end = addr + size; in x86_parse_clusters()
897 seg_end1 = seg_end; in init_x86_vm()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/uri_signing/
H A Dnormalize.c44 char *seg_end; in remove_dot_segments() local
52 seg_end = seg_start + 1; in remove_dot_segments()
55 while (seg_end != path_end && *seg_end != '/') { in remove_dot_segments()
56 seg_end++; in remove_dot_segments()
63 if (seg_end != path_end) { in remove_dot_segments()
64 seg_end++; in remove_dot_segments()
72 if (seg_end != path_end) { in remove_dot_segments()
73 seg_end++; in remove_dot_segments()
91 seg_end--; in remove_dot_segments()
98 seg_end++; in remove_dot_segments()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/
H A Dexport_to_pcbnew.cpp194 seg_end.y = -seg_end.y; in export_non_copper_item()
225 seg_end.y = -seg_end.y; in export_non_copper_item()
239 seg_end.y = -seg_end.y; in export_non_copper_item()
317 wxPoint seg_start, seg_end; in export_segline_copper_item() local
320 seg_end = aGbrItem->m_End; in export_segline_copper_item()
324 seg_end.y = -seg_end.y; in export_segline_copper_item()
368 wxPoint seg_start, seg_end; in export_segarc_copper_item() local
378 seg_end = curr_end; in export_segarc_copper_item()
382 seg_end.y = -seg_end.y; in export_segarc_copper_item()
390 seg_end = end; in export_segarc_copper_item()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/core/
H A Dhts_engine_call.cpp309 relation::const_iterator seg_end=seg_start; in set_input() local
319seg_end=token.first_child().as("Transcription").first_child().as("Segment").get_iterator(); in set_input()
320 add_labels(seg_start,seg_end); in set_input()
321 seg_start=seg_end; in set_input()
327seg_end=++(token.last_child().as("Transcription").last_child().as("Segment").get_iterator()); in set_input()
328 add_labels(seg_start,seg_end); in set_input()
329 seg_start=seg_end; in set_input()
333 … if(token.has_children()&&seg_end!=seg_rel.end()&&seg_end->get("name").as<std::string>()=="pau") in set_input()
335 add_label(*seg_end); in set_input()
336 ++seg_end; in set_input()
[all …]
/dports/graphics/mypaint/mypaint-2.0.1/lib/fill/
H A Dfloodfill.cpp29 int seg_end = 0; in to_seeds() local
35 seg_end = c; in to_seeds()
38 seg_end++; in to_seeds()
41 PyObject* segment = Py_BuildValue("ii", seg_start, seg_end); in to_seeds()
51 PyObject* segment = Py_BuildValue("ii", seg_start, seg_end); in to_seeds()
216 int seg_end; in queue_ranges() local
223 if (!PyArg_ParseTuple(segment, "ii", &seg_start, &seg_end)) { in queue_ranges()
239 n <= seg_end; ++n, x += x_offs, y += y_offs) { in queue_ranges()
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/
H A Dwiggle_box.pm154 $seg_start,$seg_end,
160 $seg_end = $end if $seg_end > $end;
179 if ($seg_end < $end) {
180 my $terminus = $self->map_pt($seg_end);
181 $end = $seg_end;
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/area/
H A Dproblem_reporter_stream.hpp101 …ter(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_outer() argument
103 … *m_out << "way_id=" << way_id << " seg_start=" << seg_start << " seg_end=" << seg_end << "\n"; in report_role_should_be_outer()
106 …ner(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_inner() argument
108 … *m_out << "way_id=" << way_id << " seg_start=" << seg_start << " seg_end=" << seg_end << "\n"; in report_role_should_be_inner()
H A Dproblem_reporter_exception.hpp97 …ter(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_outer() argument
99 ProblemReporterStream::report_role_should_be_outer(way_id, seg_start, seg_end); in report_role_should_be_outer()
103 …ner(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_inner() argument
105 ProblemReporterStream::report_role_should_be_inner(way_id, seg_start, seg_end); in report_role_should_be_inner()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/area/
H A Dproblem_reporter_stream.hpp101 …ter(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_outer() argument
103 … *m_out << "way_id=" << way_id << " seg_start=" << seg_start << " seg_end=" << seg_end << "\n"; in report_role_should_be_outer()
106 …ner(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_inner() argument
108 … *m_out << "way_id=" << way_id << " seg_start=" << seg_start << " seg_end=" << seg_end << "\n"; in report_role_should_be_inner()
H A Dproblem_reporter_exception.hpp97 …ter(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_outer() argument
99 ProblemReporterStream::report_role_should_be_outer(way_id, seg_start, seg_end); in report_role_should_be_outer()
103 …ner(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_inner() argument
105 ProblemReporterStream::report_role_should_be_inner(way_id, seg_start, seg_end); in report_role_should_be_inner()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/area/
H A Dproblem_reporter_stream.hpp101 …ter(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_outer() argument
103 … *m_out << "way_id=" << way_id << " seg_start=" << seg_start << " seg_end=" << seg_end << "\n"; in report_role_should_be_outer()
106 …ner(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_inner() argument
108 … *m_out << "way_id=" << way_id << " seg_start=" << seg_start << " seg_end=" << seg_end << "\n"; in report_role_should_be_inner()
H A Dproblem_reporter_exception.hpp97 …ter(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_outer() argument
99 ProblemReporterStream::report_role_should_be_outer(way_id, seg_start, seg_end); in report_role_should_be_outer()
103 …ner(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override { in report_role_should_be_inner() argument
105 ProblemReporterStream::report_role_should_be_inner(way_id, seg_start, seg_end); in report_role_should_be_inner()
/dports/security/suricata/suricata-6.0.4/src/
H A Dstream-tcp-inline.c76 uint32_t seg_end = seg->seq + seg_datalen; in StreamTcpInlineSegmentCompare() local
77 SCLogDebug("pkt_end %u, seg_end %u", pkt_end, seg_end); in StreamTcpInlineSegmentCompare()
80 uint32_t end = (SEQ_GT(pkt_end, seg_end)) ? seg_end : pkt_end; in StreamTcpInlineSegmentCompare()
/dports/security/afl++/AFLplusplus-3.14c/unicorn_mode/helper_scripts/
H A Dunicorn_dumper_ida.py194 seg_end = SegEnd(seg_ea)
195 seg_size = seg_end - seg_start
200 seg_info["end"] = seg_end
212 seg_content = get_many_bytes(seg_start, seg_end - seg_start)
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DXMLGFPreprocessor.cpp654 vector<string::size_type> seg_start,seg_end; in process() local
672 seg_end.push_back(buf.size()); in process()
682 seg_end.push_back(next_end); in process()
708 seg_end.push_back(buf.size()); in process()
718 seg_end.push_back(next_end); in process()
821 assert(seg_start.size()==seg_end.size()); in process()
827 << seg_end[i]-seg_start[i] << " bytes)" in process()
856 seg_end[seg_end.size()-1] += from_right.size(); in process()
877 seg_end[iseg] -= pos; in process()
944 seg_end[iseg] -= pos; in process()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/wsutil/
H A Dg711.c40 static short seg_end[8] = {0xFF, 0x1FF, 0x3FF, 0x7FF, variable
129 seg = search(pcm_val, seg_end, 8); in linear2alaw()
224 seg = search(pcm_val, seg_end, 8); in linear2ulaw()
/dports/net/wireshark/wireshark-3.6.1/wsutil/
H A Dg711.c40 static short seg_end[8] = {0xFF, 0x1FF, 0x3FF, 0x7FF, variable
129 seg = search(pcm_val, seg_end, 8); in linear2alaw()
224 seg = search(pcm_val, seg_end, 8); in linear2ulaw()
/dports/net/tshark/wireshark-3.6.1/wsutil/
H A Dg711.c40 static short seg_end[8] = {0xFF, 0x1FF, 0x3FF, 0x7FF, variable
129 seg = search(pcm_val, seg_end, 8); in linear2alaw()
224 seg = search(pcm_val, seg_end, 8); in linear2ulaw()
/dports/net/tshark-lite/wireshark-3.6.1/wsutil/
H A Dg711.c40 static short seg_end[8] = {0xFF, 0x1FF, 0x3FF, 0x7FF, variable
129 seg = search(pcm_val, seg_end, 8); in linear2alaw()
224 seg = search(pcm_val, seg_end, 8); in linear2ulaw()
/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/
H A Dg711.c80 static const short seg_end[8] = {0xFF, 0x1FF, 0x3FF, 0x7FF, variable
133 seg = search(pcm_val, seg_end, 8);
227 seg = search(pcm_val, seg_end, 8); in _af_linear2ulaw()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-vocoder/lib/g7xx/
H A Dg711.c38 static short seg_end[8] = { 0xFF, 0x1FF, 0x3FF, 0x7FF, 0xFFF, 0x1FFF, 0x3FFF, 0x7FFF }; variable
113 seg = search(pcm_val, seg_end, 8); in linear2alaw()
203 seg = search(pcm_val, seg_end, 8); in linear2ulaw()
/dports/audio/xwave/xwave2-981109/ccitt/
H A Dg711.c38 static short seg_end[8] = {0xFF, 0x1FF, 0x3FF, 0x7FF, variable
128 seg = search(pcm_val, seg_end, 8); in linear2alaw()
222 seg = search(pcm_val, seg_end, 8); in linear2ulaw()
/dports/audio/gtick/gtick-0.5.5/src/
H A Dg711.c84 static short seg_end[8] = {0xFF, 0x1FF, 0x3FF, 0x7FF, variable
137 seg = search(pcm_val, seg_end, 8);
231 seg = search(pcm_val, seg_end, 8);
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Dalaw_ulaw.c45 static short seg_end[8] = {0xFF, 0x1FF, 0x3FF, 0x7FF, variable
140 seg = search(pcm_val, seg_end, 8); in pjmedia_linear2alaw()
232 seg = search(pcm_val, seg_end, 8); in pjmedia_linear2ulaw()
/dports/databases/galera26/galera-release_26.4.10/galera/src/
H A Dwrite_set.cpp61 const size_t seg_end(seg.first + seg.second); in keys() local
62 assert(seg_end <= buf_len); in keys()
64 while (offset < seg_end) in keys()
73 assert(offset == seg_end); in keys()

123456789