Home
last modified time | relevance | path

Searched refs:start_pos (Results 76 – 100 of 6242) sorted by relevance

12345678910>>...250

/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/dos/
H A Ddos_keyboard_layout.cpp267 Bit32u start_pos=5; in read_keyboard_file() local
314 start_pos=0; in read_keyboard_file()
329 data_len=read_buf[start_pos++]; in read_keyboard_file()
350 submappings=read_buf[start_pos]; in read_keyboard_file()
620 Bit32u start_pos=5; in extract_codepage() local
658 start_pos=0; in extract_codepage()
667 start_pos=0; in extract_codepage()
736 Bit32u start_pos; in read_codepage_file() local
879 start_pos+=4; in read_codepage_file()
955 start_pos=host_readd(&cpi_buf[start_pos]); in read_codepage_file()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Ddos_keyboard_layout.cpp283 Bit32u start_pos=5; in read_keyboard_file() local
330 start_pos=0; in read_keyboard_file()
347 data_len=read_buf[start_pos++]; in read_keyboard_file()
368 submappings=read_buf[start_pos]; in read_keyboard_file()
641 Bit32u start_pos=5; in extract_codepage() local
687 start_pos=0; in extract_codepage()
704 data_len=read_buf[start_pos++]; in extract_codepage()
758 Bit32u start_pos; in read_codepage_file() local
904 start_pos+=4; in read_codepage_file()
979 start_pos=host_readd(&cpi_buf[start_pos]); in read_codepage_file()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/src/evalresp/
H A Dparse_fctns.c1328 start_pos += (strlen(start_pos)+1); in in_epoch()
1332 start_pos += (strlen(start_pos)+1); in in_epoch()
1336 start_pos += (strlen(start_pos)+1); in in_epoch()
1340 start_pos += (strlen(start_pos)+1); in in_epoch()
1352 start_pos += (strlen(start_pos)+1); in in_epoch()
1356 start_pos += (strlen(start_pos)+1); in in_epoch()
1361 start_pos += (strlen(start_pos)+1); in in_epoch()
1366 start_pos += (strlen(start_pos)+1); in in_epoch()
1384 start_pos += (strlen(start_pos)+1); in in_epoch()
1388 start_pos += (strlen(start_pos)+1); in in_epoch()
[all …]
/dports/devel/py-pytest-mutagen/pytest-mutagen-b4cc63c/src/pytest_mutagen/
H A D__main__.py35 self.start_pos = start_pos
78 start_pos = (start[0] - func.start_pos[0], start[1] - func.start_pos[1])
79 end_pos = (end[0] - func.start_pos[0], end[1] - func.start_pos[1])
80 return (start_pos, end_pos)
99start_pos, end_pos = relative_positions(keyword_not.start_pos, keyword_not.end_pos, current_func)
110 start_pos = start_pos[0], start_pos[1] + 1
162start_pos, end_pos = relative_positions(child.start_pos, child.end_pos, current_func)
169 start_pos, end_pos = relative_positions(child.start_pos, child.end_pos, current_func)
173 start_pos, end_pos = relative_positions(child.start_pos, child.end_pos, current_func)
194 start = mutant.start_pos
[all …]
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dlastlog.c251 Lastlog *start_pos; local
374 start_pos = curr_scr_win->lastlog_head;
375 for (i = 0; (i < from) && start_pos; start_pos = start_pos->next)
376 if (!mask || (mask & start_pos->level))
379 for (i = 0; (i < cnt) && start_pos; start_pos = start_pos->next)
380 if (!mask || (mask & start_pos->level))
385 if (start_pos == (Lastlog *) 0)
388 start_pos = start_pos->prev;
393 for (i = 0; (i < cnt) && start_pos; start_pos = start_pos->prev)
404 put_it("%s", start_pos->msg);
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Deditable.rs29 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
31 fn get_chars(&self, start_pos: i32, end_pos: i32) -> Option<GString>; in get_chars()
43 fn select_region(&self, start_pos: i32, end_pos: i32); in select_region()
69 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
75 fn get_chars(&self, start_pos: i32, end_pos: i32) -> Option<GString> { in get_chars()
79 start_pos, in get_chars()
99 let mut start_pos = mem::MaybeUninit::uninit(); in get_selection_bounds() localVariable
103 start_pos.as_mut_ptr(), in get_selection_bounds()
106 let start_pos = start_pos.assume_init(); in get_selection_bounds() localVariable
109 Some((start_pos, end_pos)) in get_selection_bounds()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Deditable.rs29 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
31 fn get_chars(&self, start_pos: i32, end_pos: i32) -> Option<GString>; in get_chars()
43 fn select_region(&self, start_pos: i32, end_pos: i32); in select_region()
69 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
75 fn get_chars(&self, start_pos: i32, end_pos: i32) -> Option<GString> { in get_chars()
79 start_pos, in get_chars()
99 let mut start_pos = mem::MaybeUninit::uninit(); in get_selection_bounds() localVariable
103 start_pos.as_mut_ptr(), in get_selection_bounds()
106 let start_pos = start_pos.assume_init(); in get_selection_bounds() localVariable
109 Some((start_pos, end_pos)) in get_selection_bounds()
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dlastlog.c281 Lastlog *start_pos; in BUILT_IN_COMMAND() local
449 for (i = 0; (i < from) && start_pos; start_pos = start_pos->next) in BUILT_IN_COMMAND()
453 for (i = 0; (i < cnt) && start_pos; start_pos = start_pos->next) in BUILT_IN_COMMAND()
457 start_pos = (start_pos) ? start_pos->prev : current_window->lastlog_tail; in BUILT_IN_COMMAND()
472 for (i = 0; (i < cnt) && start_pos; start_pos = (reverse ? start_pos->next : start_pos->prev)) in BUILT_IN_COMMAND()
479 char *s = !get_int_var(LASTLOG_ANSI_VAR)?stripansicodes(start_pos->msg):start_pos->msg; in BUILT_IN_COMMAND()
735 Lastlog *start_pos; in BUILT_IN_FUNCTION() local
762 for (start_pos = win->lastlog_head; line; start_pos = start_pos->next) in BUILT_IN_FUNCTION()
765 if (!start_pos) in BUILT_IN_FUNCTION()
768 start_pos = start_pos->prev; in BUILT_IN_FUNCTION()
[all …]
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dlastlog.c281 Lastlog *start_pos; in BUILT_IN_COMMAND() local
449 for (i = 0; (i < from) && start_pos; start_pos = start_pos->next) in BUILT_IN_COMMAND()
453 for (i = 0; (i < cnt) && start_pos; start_pos = start_pos->next) in BUILT_IN_COMMAND()
457 start_pos = (start_pos) ? start_pos->prev : current_window->lastlog_tail; in BUILT_IN_COMMAND()
472 for (i = 0; (i < cnt) && start_pos; start_pos = (reverse ? start_pos->next : start_pos->prev)) in BUILT_IN_COMMAND()
479 char *s = !get_int_var(LASTLOG_ANSI_VAR)?stripansicodes(start_pos->msg):start_pos->msg; in BUILT_IN_COMMAND()
735 Lastlog *start_pos; in BUILT_IN_FUNCTION() local
762 for (start_pos = win->lastlog_head; line; start_pos = start_pos->next) in BUILT_IN_FUNCTION()
765 if (!start_pos) in BUILT_IN_FUNCTION()
768 start_pos = start_pos->prev; in BUILT_IN_FUNCTION()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/c_api/
H A Dc_api_error.cc115 size_t start_pos = 0, end_pos; in NormalizeError() local
116 for (; start_pos < line.length() && line[start_pos] == ' '; ++start_pos) {} in NormalizeError()
117 for (end_pos = start_pos; end_pos < line.length(); ++end_pos) { in NormalizeError()
120 error_type = line.substr(start_pos, end_pos - start_pos); in NormalizeError()
128 for (start_pos = end_pos + 1; in NormalizeError()
129 start_pos < line.length() && line[start_pos] == ' '; ++start_pos) {} in NormalizeError()
130 line = line.substr(start_pos); in NormalizeError()
133 line = line.substr(start_pos); in NormalizeError()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/c_api/
H A Dc_api_error.cc115 size_t start_pos = 0, end_pos; in NormalizeError() local
116 for (; start_pos < line.length() && line[start_pos] == ' '; ++start_pos) {} in NormalizeError()
117 for (end_pos = start_pos; end_pos < line.length(); ++end_pos) { in NormalizeError()
120 error_type = line.substr(start_pos, end_pos - start_pos); in NormalizeError()
128 for (start_pos = end_pos + 1; in NormalizeError()
129 start_pos < line.length() && line[start_pos] == ' '; ++start_pos) {} in NormalizeError()
130 line = line.substr(start_pos); in NormalizeError()
133 line = line.substr(start_pos); in NormalizeError()
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/nonreg_tests/
H A Dbug_3512.tst24 [start_pos, end_pos, match_str] = regexp(t,pattern);
27 if or(ref_start_pos <> start_pos) then pause,end
37 [start_pos, end_pos, match_str] = regexp(t,pattern);
40 if or(ref_start_pos <> start_pos) then pause,end
45 if or(start_pos<> 2) then pause,end
50 if or(start_pos<> 2) then pause,end
60 [start_pos, end_pos, match_str] = regexp(t,pattern);
62 if ref_start_pos <> start_pos then pause,end
74 if or(ref_start_pos <> start_pos) then pause,end
86 if ref_start_pos <> start_pos then pause,end
[all …]
H A Dbug_3512.dia.ref21 [start_pos, end_pos, match_str] = regexp(t,pattern);
32 [start_pos, end_pos, match_str] = regexp(t,pattern);
39 if or(start_pos<> 2) then bugmes();quit;end
44 if or(start_pos<> 2) then bugmes();quit;end
53 [start_pos, end_pos, match_str] = regexp(t,pattern);
54 if ref_start_pos <> start_pos then bugmes();quit;end
63 [start_pos, end_pos, match_str] = regexp(t,pattern);
73 [start_pos, end_pos, match_str] = regexp(t,pattern);
74 if ref_start_pos <> start_pos then bugmes();quit;end
83 [start_pos, end_pos, match_str] = regexp(t,pattern);
[all …]
/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dhhhmmsimd.cpp113 const unsigned int start_pos = i * VECSIZE_FLOAT * 7; in MapHMMVector() local
122 tr_scalar[start_pos + 0 * VECSIZE_FLOAT + seq_i] = curr->tr[i][I2I]; in MapHMMVector()
123 tr_scalar[start_pos + 1 * VECSIZE_FLOAT + seq_i] = curr->tr[i][M2I]; in MapHMMVector()
138 const unsigned int start_pos = i * VECSIZE_FLOAT * 7; in MapHMMVector() local
139 tr_scalar[start_pos+0*VECSIZE_FLOAT+seq_i] = -FLT_MAX; in MapHMMVector()
140 tr_scalar[start_pos+1*VECSIZE_FLOAT+seq_i] = -FLT_MAX; in MapHMMVector()
141 tr_scalar[start_pos+2*VECSIZE_FLOAT+seq_i] = -FLT_MAX; in MapHMMVector()
142 tr_scalar[start_pos+3*VECSIZE_FLOAT+seq_i] = -FLT_MAX; in MapHMMVector()
143 tr_scalar[start_pos+4*VECSIZE_FLOAT+seq_i] = -FLT_MAX; in MapHMMVector()
144 tr_scalar[start_pos+5*VECSIZE_FLOAT+seq_i] = -FLT_MAX; in MapHMMVector()
[all …]
/dports/lang/parrot/parrot-8.1.0/compilers/opsc/src/
H A Dbuiltins.pir144 .local int start_pos
150 start_pos = 0
166 $S1 = substr $S0, start_pos
170 zwm_start = start_pos
172 inc start_pos
176 start_pos = zwm_start
177 end_pos -= start_pos
184 end_pos -= start_pos
190 if $I0 == start_pos goto zero_width
191 start_pos = $I0
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Deditable.rs32 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
36 fn chars(&self, start_pos: i32, end_pos: i32) -> Option<glib::GString>; in chars()
57 fn select_region(&self, start_pos: i32, end_pos: i32); in select_region()
85 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
91 fn chars(&self, start_pos: i32, end_pos: i32) -> Option<glib::GString> { in chars()
95 start_pos, in chars()
115 let mut start_pos = mem::MaybeUninit::uninit(); in selection_bounds() localVariable
119 start_pos.as_mut_ptr(), in selection_bounds()
122 let start_pos = start_pos.assume_init(); in selection_bounds() localVariable
125 Some((start_pos, end_pos)) in selection_bounds()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Deditable.rs32 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
36 fn chars(&self, start_pos: i32, end_pos: i32) -> Option<glib::GString>; in chars()
57 fn select_region(&self, start_pos: i32, end_pos: i32); in select_region()
85 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
91 fn chars(&self, start_pos: i32, end_pos: i32) -> Option<glib::GString> { in chars()
95 start_pos, in chars()
115 let mut start_pos = mem::MaybeUninit::uninit(); in selection_bounds() localVariable
119 start_pos.as_mut_ptr(), in selection_bounds()
122 let start_pos = start_pos.assume_init(); in selection_bounds() localVariable
125 Some((start_pos, end_pos)) in selection_bounds()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Deditable.rs32 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
36 fn chars(&self, start_pos: i32, end_pos: i32) -> Option<glib::GString>; in chars()
57 fn select_region(&self, start_pos: i32, end_pos: i32); in select_region()
85 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
91 fn chars(&self, start_pos: i32, end_pos: i32) -> Option<glib::GString> { in chars()
95 start_pos, in chars()
115 let mut start_pos = mem::MaybeUninit::uninit(); in selection_bounds() localVariable
119 start_pos.as_mut_ptr(), in selection_bounds()
122 let start_pos = start_pos.assume_init(); in selection_bounds() localVariable
125 Some((start_pos, end_pos)) in selection_bounds()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Deditable.rs32 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
36 fn chars(&self, start_pos: i32, end_pos: i32) -> Option<glib::GString>; in chars()
57 fn select_region(&self, start_pos: i32, end_pos: i32); in select_region()
85 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
91 fn chars(&self, start_pos: i32, end_pos: i32) -> Option<glib::GString> { in chars()
95 start_pos, in chars()
115 let mut start_pos = mem::MaybeUninit::uninit(); in selection_bounds() localVariable
119 start_pos.as_mut_ptr(), in selection_bounds()
122 let start_pos = start_pos.assume_init(); in selection_bounds() localVariable
125 Some((start_pos, end_pos)) in selection_bounds()
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A DMemoryLog.h54 uint32 start_pos = real_pos & (buffer_size - 1); in do_append() local
55 uint32 end_pos = start_pos + total_size; in do_append()
57 std::memcpy(&buffer_[start_pos + MAGIC_SIZE], slice.data(), slice_size); in do_append()
58 std::memcpy(&buffer_[start_pos + MAGIC_SIZE + slice_size], " ", pad_size); in do_append()
60 size_t first = buffer_size - start_pos - MAGIC_SIZE; in do_append()
62 std::memcpy(&buffer_[start_pos + MAGIC_SIZE], slice.data(), first); in do_append()
67 CHECK((start_pos & 15) == 0); in do_append()
68 CHECK(start_pos <= buffer_size - MAGIC_SIZE); in do_append()
69 buffer_[start_pos] = '\n'; in do_append()
70 size_t printed = std::snprintf(&buffer_[start_pos + 1], MAGIC_SIZE - 1, "LOG:%08x: ", real_pos); in do_append()
[all …]
/dports/lang/seed7/seed7/src/
H A Dcon_inf.c537 int start_pos; in doWrite() local
564 new_line[start_pos] == stri[start_pos] && in doWrite()
569 memcpy(&new_line[start_pos], &stri[start_pos], in doWrite()
1098 int start_pos; in doLeftScroll() local
1162 while (start_pos <= end_pos && new_line[start_pos] == in doLeftScroll()
1173 memmove(&new_line[start_pos], &old_line[start_pos], in doLeftScroll()
1178 while (start_pos < count && new_line[start_pos] == ' ') { in doLeftScroll()
1239 int start_pos; in doRightScroll() local
1307 while (start_pos <= end_pos && new_line[start_pos] == in doRightScroll()
1319 memmove(&new_line[start_pos], &old_line[start_pos], in doRightScroll()
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A DStringMatch.cc233 int start_pos = 0; in FindFirst() local
246 start_pos = pos; in FindFirst()
258 return start_pos; in FindFirst()
260 pos = start_pos + 1; in FindFirst()
281 return start_pos; in FindFirst()
288 return start_pos; in FindFirst()
307 int start_pos = 0; in Compare() local
319 start_pos = pos; in Compare()
400 start_pos = pos; in FindFirstWord()
410 pos = start_pos + 1; in FindFirstWord()
[all …]
/dports/games/zoom/zoom-1.1.5/src/
H A Dfile.c99 block = malloc(end_pos-start_pos); in read_block()
106 if (rd != end_pos-start_pos) in read_block()
108 end_pos-start_pos, rd); in read_block()
257 int start_pos, in read_block() argument
278 if (nread != end_pos-start_pos) in read_block()
281 end_pos-start_pos, nread); in read_block()
291 int start_pos, in read_block2() argument
301 if (nread != end_pos-start_pos) in read_block2()
303 end_pos-start_pos, nread); in read_block2()
578 if (rd != end_pos-start_pos) in read_block()
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dutf8.h37 int start_pos, int end_pos));
47 const ALLEGRO_USTR *us, int start_pos, int end_pos));
79 AL_FUNC(bool, al_ustr_remove_range, (ALLEGRO_USTR *us, int start_pos,
81 AL_FUNC(bool, al_ustr_truncate, (ALLEGRO_USTR *us, int start_pos));
89 int start_pos, int end_pos));
98 AL_FUNC(int, al_ustr_find_chr, (const ALLEGRO_USTR *us, int start_pos,
100 AL_FUNC(int, al_ustr_rfind_chr, (const ALLEGRO_USTR *us, int start_pos,
102 AL_FUNC(int, al_ustr_find_set, (const ALLEGRO_USTR *us, int start_pos,
106 AL_FUNC(int, al_ustr_find_cset, (const ALLEGRO_USTR *us, int start_pos,
118 AL_FUNC(bool, al_ustr_find_replace, (ALLEGRO_USTR *us, int start_pos,
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Deditable.rs29 fn delete_text(&self, start_pos: i32, end_pos: i32); in delete_text()
31 fn get_chars(&self, start_pos: i32, end_pos: i32) -> Option<GString>; in get_chars()
43 fn select_region(&self, start_pos: i32, end_pos: i32); in select_region()
69 fn delete_text(&self, start_pos: i32, end_pos: i32) { in delete_text()
71 gtk_sys::gtk_editable_delete_text(self.as_ref().to_glib_none().0, start_pos, end_pos); in delete_text()
75 fn get_chars(&self, start_pos: i32, end_pos: i32) -> Option<GString> { in get_chars()
79 start_pos, in get_chars()
99 let mut start_pos = mem::uninitialized(); in get_selection_bounds() localVariable
103 &mut start_pos, in get_selection_bounds()
107 Some((start_pos, end_pos)) in get_selection_bounds()
[all …]

12345678910>>...250