Home
last modified time | relevance | path

Searched refs:start_pos (Results 101 – 125 of 6242) sorted by relevance

12345678910>>...250

/dports/audio/festival/speech_tools/intonation/tilt/
H A Dtilt_synthesis.cc98 if ((end_pos - start_pos) == 0) in fill_connection_values()
101 m = (end_f0 - start_f0) / (end_pos - start_pos); in fill_connection_values()
120 float start_pos=0, start_f0=0; in rfc_synthesis() local
145 start_pos = e->F("time") - e->F("rfc.rise_dur"); in rfc_synthesis()
148 if ((start_pos / f_shift-(int)start_pos / f_shift)>.5) in rfc_synthesis()
149 start_index=int(start_pos / f_shift+1); in rfc_synthesis()
151 start_index = (int) start_pos / f_shift; in rfc_synthesis()
182 start_pos= e->F("time") + e->F("rfc.fall_dur", 0.0); in rfc_synthesis()
187 if ((start_pos / f_shift-(int)start_pos / f_shift)>.5) in rfc_synthesis()
188 start_index=int(start_pos / f_shift+1); in rfc_synthesis()
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dutf8.c145 return _al_bmidstr(us, start_pos, end_pos - start_pos); in al_ustr_dup_substr()
186 int start_pos, int end_pos) in al_ref_ustr() argument
190 _al_bmid2tbstr(*tb, us, start_pos, end_pos - start_pos); in al_ref_ustr()
543 return _al_bdelete(us, start_pos, end_pos - start_pos) == _AL_BSTR_OK; in al_ustr_remove_range()
590 int start_pos, int end_pos) in al_ustr_assign_substr() argument
592 int rc = _al_bassignmidstr(us1, us2, start_pos, end_pos - start_pos); in al_ustr_assign_substr()
614 oldc = al_ustr_get(us, start_pos); in al_ustr_set_chr()
666 rc = _al_bstrchrp(us, c, start_pos); in al_ustr_find_chr()
681 rc = _al_binstr(us, start_pos, &enctb); in al_ustr_find_chr()
729 rc = _al_binchr(us, start_pos, accept); in al_ustr_find_set()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dattr_line.cc84 ssize_t start_pos = index; in insert() local
105 for (lpc = start_pos; in insert()
122 this->insert(start_pos, 1, '\n') in insert()
124 start_pos += 1 + tws->tws_indent; in insert()
128 avail -= (lpc - start_pos); in insert()
143 start_pos = lpc; in insert()
145 this->insert(start_pos, 1, '\n') in insert()
147 start_pos += 1 + tws->tws_indent; in insert()
150 for (lpc = start_pos; in insert()
156 if (lpc != start_pos) { in insert()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/atk-0.8.0/src/auto/
H A Deditable_text.rs21 fn copy_text(&self, start_pos: i32, end_pos: i32); in copy_text()
23 fn cut_text(&self, start_pos: i32, end_pos: i32); in cut_text()
25 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
35 fn copy_text(&self, start_pos: i32, end_pos: i32) { in copy_text()
39 start_pos, in copy_text()
45 fn cut_text(&self, start_pos: i32, end_pos: i32) { in cut_text()
47 atk_sys::atk_editable_text_cut_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in cut_text()
51 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
55 start_pos, in delete_text()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/atk-0.7.0/src/auto/
H A Deditable_text.rs21 fn copy_text(&self, start_pos: i32, end_pos: i32); in copy_text()
23 fn cut_text(&self, start_pos: i32, end_pos: i32); in cut_text()
25 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
35 fn copy_text(&self, start_pos: i32, end_pos: i32) { in copy_text()
39 start_pos, in copy_text()
45 fn cut_text(&self, start_pos: i32, end_pos: i32) { in cut_text()
47 atk_sys::atk_editable_text_cut_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in cut_text()
51 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
55 start_pos, in delete_text()
/dports/net-im/fractal/fractal-4.4.0/vendor/atk/src/auto/
H A Deditable_text.rs21 fn copy_text(&self, start_pos: i32, end_pos: i32); in copy_text()
23 fn cut_text(&self, start_pos: i32, end_pos: i32); in cut_text()
25 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
35 fn copy_text(&self, start_pos: i32, end_pos: i32) { in copy_text()
39 start_pos, in copy_text()
45 fn cut_text(&self, start_pos: i32, end_pos: i32) { in cut_text()
47 atk_sys::atk_editable_text_cut_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in cut_text()
51 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
55 start_pos, in delete_text()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/atk-0.14.0/src/auto/
H A Deditable_text.rs22 fn copy_text(&self, start_pos: i32, end_pos: i32); in copy_text()
25 fn cut_text(&self, start_pos: i32, end_pos: i32); in cut_text()
28 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
41 fn copy_text(&self, start_pos: i32, end_pos: i32) { in copy_text()
43 ffi::atk_editable_text_copy_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in copy_text()
47 fn cut_text(&self, start_pos: i32, end_pos: i32) { in cut_text()
49 ffi::atk_editable_text_cut_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in cut_text()
53 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
55 ffi::atk_editable_text_delete_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in delete_text()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/atk-0.14.0/src/auto/
H A Deditable_text.rs22 fn copy_text(&self, start_pos: i32, end_pos: i32); in copy_text()
25 fn cut_text(&self, start_pos: i32, end_pos: i32); in cut_text()
28 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
41 fn copy_text(&self, start_pos: i32, end_pos: i32) { in copy_text()
43 ffi::atk_editable_text_copy_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in copy_text()
47 fn cut_text(&self, start_pos: i32, end_pos: i32) { in cut_text()
49 ffi::atk_editable_text_cut_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in cut_text()
53 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
55 ffi::atk_editable_text_delete_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in delete_text()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/atk-0.14.0/src/auto/
H A Deditable_text.rs22 fn copy_text(&self, start_pos: i32, end_pos: i32); in copy_text()
25 fn cut_text(&self, start_pos: i32, end_pos: i32); in cut_text()
28 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
41 fn copy_text(&self, start_pos: i32, end_pos: i32) { in copy_text()
43 ffi::atk_editable_text_copy_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in copy_text()
47 fn cut_text(&self, start_pos: i32, end_pos: i32) { in cut_text()
49 ffi::atk_editable_text_cut_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in cut_text()
53 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
55 ffi::atk_editable_text_delete_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in delete_text()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/atk-0.14.0/src/auto/
H A Deditable_text.rs22 fn copy_text(&self, start_pos: i32, end_pos: i32); in copy_text()
25 fn cut_text(&self, start_pos: i32, end_pos: i32); in cut_text()
28 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
41 fn copy_text(&self, start_pos: i32, end_pos: i32) { in copy_text()
43 ffi::atk_editable_text_copy_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in copy_text()
47 fn cut_text(&self, start_pos: i32, end_pos: i32) { in cut_text()
49 ffi::atk_editable_text_cut_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in cut_text()
53 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
55 ffi::atk_editable_text_delete_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in delete_text()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dlastlog.c266 Lastlog *start_pos; local
492 start_pos = curr_scr_win->lastlog_head;
493 for (i = 0; (i < from) && start_pos; start_pos = start_pos->next)
494 if (!mask || (mask & start_pos->level))
497 for (i = 0; (i < cnt) && start_pos; start_pos = start_pos->next)
498 if (!mask || (mask & start_pos->level))
503 if (start_pos == (Lastlog *) 0)
504 start_pos = curr_scr_win->lastlog_tail;
506 start_pos = start_pos->prev;
517 for (i = 0; (i < cnt) && start_pos; start_pos = start_pos->prev)
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/3rdparty/mdds/
H A Dflat_segment_tree.hpp675 node_ptr start_pos; in insert_segment_impl() local
683 if (start_pos) in insert_segment_impl()
684 start_pos = start_pos->right; in insert_segment_impl()
688 if (!start_pos) in insert_segment_impl()
709 if (start_pos->left && start_pos->left->value_leaf.value == val) in insert_segment_impl()
863 node_ptr start_pos = node_pos; in shift_left() local
875 start_pos->right = node_pos; in shift_left()
876 node_pos->left = start_pos; in shift_left()
877 if (start_pos->left && start_pos->left->value_leaf.value == start_pos->value_leaf.value) in shift_left()
882 start_pos->left->right = start_pos->right; in shift_left()
[all …]
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/rule_states/
H A Drule_dce_iface.cc47 size_t start_pos = val.find(','); in convert() local
48 while (start_pos != std::string::npos) in convert()
50 size_t next_pos = val.find(',', start_pos+1); in convert()
54 substring = val.substr(start_pos+1, next_pos-start_pos); in convert()
56 substring = val.substr(start_pos+1); in convert()
60 val.insert(start_pos+1, "version "); in convert()
64 start_pos = next_pos; in convert()
/dports/x11/workrave/workrave-1.10.44/common/src/
H A DStringUtil.cc41 string::size_type start_pos = 0; in split() local
44 while ((end_pos = in.find(delim, start_pos)) != string::npos) in split()
46 string s = in.substr(start_pos, end_pos - start_pos); in split()
49 start_pos = end_pos + 1; in split()
50 end_pos = in.find(delim, start_pos); in split()
53 string s = in.substr(start_pos, in.size() - start_pos); in split()
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/handbrake/
H A Dbits.h50 bit_nclear(uint32_t *bit_map, int start_pos, int stop_pos) in bit_nclear() argument
52 int start_word = start_pos >> 5; in bit_nclear()
58 bit_map[start_word] &= ( ( 0x7FFFFFFF >> ( 31 - (start_pos & 0x1F ) ) ) in bit_nclear()
63 bit_map[start_word] &= ( 0x7FFFFFFF >> ( 31 - ( start_pos & 0x1F ) ) ); in bit_nclear()
71 bit_nset(uint32_t *bit_map, int start_pos, int stop_pos) in bit_nset() argument
73 int start_word = start_pos >> 5; in bit_nset()
78 bit_map[start_word] |= ( ( 0xFFFFFFFF << ( start_pos & 0x1F ) ) in bit_nset()
83 bit_map[start_word] |= 0xFFFFFFFF << ( start_pos & 0x1F ); in bit_nset()
/dports/games/minetest/minetest-5.4.1/games/devtest/mods/experimental/
H A Dcommands.lua89 local function advance_pos(pos, start_pos, advance_z)
92 pos.x = start_pos.x
96 if pos.x > 30900 or pos.x - start_pos.x > 46 then
97 pos.x = start_pos.x
112 local start_pos = param.start_pos
150 pos = advance_pos(pos, start_pos)
185 local start_pos = table.copy(pos)
210 minetest.emerge_area(start_pos,
211 { x = start_pos.x + 46, y = start_pos.y, z = start_pos.z + length },
212 after_emerge, { nodes = nodes, name = name, pos = pos, start_pos = start_pos, param = param })
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/audio/
H A Dposition.c224 Position start_pos = { in test_get_total_beats() local
233 &start_pos, 4782.3818594104323); in test_get_total_beats()
292 Position start_pos; in test_snap() local
293 position_set_to_bar (&start_pos, 4); in test_snap()
301 &start_pos, &cur_pos, NULL, NULL, in test_snap()
310 &start_pos, &cur_pos, NULL, NULL, in test_snap()
319 position_set_to_bar (&start_pos, 4); in test_snap()
321 &start_pos, 2 * TICKS_PER_QUARTER_NOTE); in test_snap()
326 &start_pos, &cur_pos, NULL, NULL, in test_snap()
336 position_set_to_bar (&start_pos, 4); in test_snap()
[all …]
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Dcurrent_cost.c21 unsigned int start_pos; in current_cost_decode() local
33 start_pos = bitbuffer_search(bitbuffer, 0, 0, init_pattern_envir, 48); in current_cost_decode()
35 if (start_pos + 47 + 112 <= bitbuffer->bits_per_row[0]) { in current_cost_decode()
41 start_pos += 47; in current_cost_decode()
44 start_pos = bitbuffer_search(bitbuffer, 0, 0, init_pattern_classic, 45); in current_cost_decode()
46 if (start_pos + 45 + 112 > bitbuffer->bits_per_row[0]) { in current_cost_decode()
50 start_pos += 45; in current_cost_decode()
53 start_pos = bitbuffer_manchester_decode(bitbuffer, 0, start_pos, &packet, 0); in current_cost_decode()
/dports/textproc/py-parso/parso-0.8.3/parso/
H A Dparser.py50 def __init__(self, msg, type_, value, start_pos): argument
52 (msg, type_.name, value, start_pos))
56 self.start_pos = start_pos
138 "incomplete input", token.type, token.string, token.start_pos
150 type_, value, start_pos, prefix = token
151 error_leaf = tree.ErrorLeaf(type_, value, start_pos, prefix)
161 def convert_leaf(self, type_, value, prefix, start_pos): argument
163 return self.leaf_map[type_](value, start_pos, prefix)
165 return self.default_leaf(value, start_pos, prefix)
175 type_, value, start_pos, prefix = token
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Deditable.cc220 obj->delete_text_vfunc(start_pos in do_delete_text_vfunc_callback()
240 (*base->do_delete_text)(self, start_pos, end_pos); in do_delete_text_vfunc_callback()
262 return g_strdup((obj->get_chars_vfunc(start_pos in get_chars_vfunc_callback()
306 obj->select_region_vfunc(start_pos in set_selection_bounds_vfunc_callback()
326 (*base->set_selection_bounds)(self, start_pos, end_pos); in set_selection_bounds_vfunc_callback()
654 void Editable::delete_text(int start_pos, int end_pos) in delete_text() argument
656 gtk_editable_delete_text(gobj(), start_pos, end_pos); in delete_text()
664 void Editable::select_region(int start_pos, int end_pos) in select_region() argument
666 gtk_editable_select_region(gobj(), start_pos, end_pos); in select_region()
721 (*base->delete_text)(gobj(),start_pos,end_pos); in on_delete_text()
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Deditable.cc214 obj->delete_text_vfunc(start_pos in do_delete_text_vfunc_callback()
233 (*base->do_delete_text)(self, start_pos, end_pos); in do_delete_text_vfunc_callback()
253 return g_strdup((obj->get_chars_vfunc(start_pos in get_chars_vfunc_callback()
271 return (*base->get_chars)(self, start_pos, end_pos); in get_chars_vfunc_callback()
294 obj->select_region_vfunc(start_pos in set_selection_bounds_vfunc_callback()
640 void Editable::delete_text(int start_pos, int end_pos) in delete_text() argument
642 gtk_editable_delete_text(gobj(), start_pos, end_pos); in delete_text()
650 void Editable::select_region(int start_pos, int end_pos) in select_region() argument
652 gtk_editable_select_region(gobj(), start_pos, end_pos); in select_region()
707 (*base->delete_text)(gobj(),start_pos,end_pos); in on_delete_text()
[all …]
/dports/accessibility/atkmm/atkmm-2.28.0/atk/atkmm/
H A Deditabletext.cc227 obj->copy_text_vfunc(start_pos in copy_text_vfunc_callback()
246 (*base->copy_text)(self, start_pos, end_pos); in copy_text_vfunc_callback()
266 obj->cut_text_vfunc(start_pos in cut_text_vfunc_callback()
285 (*base->cut_text)(self, start_pos, end_pos); in cut_text_vfunc_callback()
305 obj->delete_text_vfunc(start_pos in delete_text_vfunc_callback()
324 (*base->delete_text)(self, start_pos, end_pos); in delete_text_vfunc_callback()
437 void EditableText::copy_text(int start_pos, int end_pos) in copy_text() argument
442 void EditableText::cut_text(int start_pos, int end_pos) in cut_text() argument
507 (*base->copy_text)(gobj(),start_pos,end_pos); in copy_text_vfunc()
519 (*base->cut_text)(gobj(),start_pos,end_pos); in cut_text_vfunc()
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dhelp.cpp254 if (sAnchor.start_pos < 0) { in getSectionText()
256 …sAnchor.start_pos = m_htmltext.indexOf("<h", sAnchor.start_pos); // skip header div by going to ne… in getSectionText()
258 if (sAnchor.start_pos < 0) return QString(); in getSectionText()
261 sAnchor.end_pos = m_htmltext.indexOf(endTag, sAnchor.start_pos); in getSectionText()
264 return m_htmltext.mid(sAnchor.start_pos, sAnchor.end_pos - sAnchor.start_pos); in getSectionText()
280 if (anchor.start_pos < 0) { in getPartialText()
283 anchor.start_pos = m_htmltext.lastIndexOf(startTag, anchor.start_pos,&match); in getPartialText()
288 anchor.start_pos += QString("</div>").length(); in getPartialText()
292 if (anchor.start_pos < 0) return QString(); in getPartialText()
296 int hrEnd = m_htmltext.indexOf("<hr>", anchor.start_pos + 1); in getPartialText()
[all …]
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/vimode/src/cmds/
H A Dtxtobjs.c64 gint start_pos = 0; in select_brace() local
72 start_pos = find_char(p->sci, pos, open_brace, FALSE); in select_brace()
73 if (start_pos < 0) in select_brace()
79 start_pos = find_upper_level_brace(p->sci, pos, open_brace, close_brace); in select_brace()
80 if (start_pos < 0) in select_brace()
82 end_pos = SSM(p->sci, SCI_BRACEMATCH, start_pos, 0); in select_brace()
88 pos = start_pos; in select_brace()
92 start_pos = NEXT(p->sci, start_pos); in select_brace()
98 c->sel_anchor = start_pos; in select_brace()
103 p->sel_start = start_pos; in select_brace()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/vimode/src/cmds/
H A Dtxtobjs.c64 gint start_pos = 0; in select_brace() local
72 start_pos = find_char(p->sci, pos, open_brace, FALSE); in select_brace()
73 if (start_pos < 0) in select_brace()
79 start_pos = find_upper_level_brace(p->sci, pos, open_brace, close_brace); in select_brace()
80 if (start_pos < 0) in select_brace()
82 end_pos = SSM(p->sci, SCI_BRACEMATCH, start_pos, 0); in select_brace()
88 pos = start_pos; in select_brace()
92 start_pos = NEXT(p->sci, start_pos); in select_brace()
98 c->sel_anchor = start_pos; in select_brace()
103 p->sel_start = start_pos; in select_brace()
[all …]

12345678910>>...250