Home
last modified time | relevance | path

Searched refs:start_pos (Results 251 – 275 of 6626) sorted by relevance

1...<<11121314151617181920>>...266

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/mbox/
H A Dmbox-sync-rewrite.c96 size_t data_size, pos, start_pos; in mbox_sync_headers_add_space() local
119 i_assert(start_pos < data_size); in mbox_sync_headers_add_space()
126 start_pos = pos+1; in mbox_sync_headers_add_space()
128 start_pos = pos+1; in mbox_sync_headers_add_space()
146 ctx->mail.offset += start_pos; in mbox_sync_headers_add_space()
150 size_t start_pos, size_t *size) in mbox_sync_header_remove_space() argument
168 start_pos = last_line_pos = pos+1; in mbox_sync_header_remove_space()
172 if (start_pos == data_size) in mbox_sync_header_remove_space()
182 mbox_sync_move_buffer(ctx, start_pos, 0, data_size - start_pos); in mbox_sync_header_remove_space()
183 *size -= data_size - start_pos; in mbox_sync_header_remove_space()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Dtextobject.c686 pos_T start_pos; in current_word() local
742 VIsual = start_pos; in current_word()
856 pos_T start_pos; in current_sent() local
864 pos = start_pos; in current_sent()
1010 VIsual = start_pos; in current_sent()
1042 pos_T start_pos; in current_block() local
1123 incl(&start_pos); in current_block()
1147 start_pos = *pos; in current_block()
1166 VIsual = start_pos; in current_block()
1274 pos_T start_pos; in current_tagblock() local
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkeditable.c190 gint start_pos, in gtk_editable_delete_text() argument
195 GTK_EDITABLE_GET_CLASS (editable)->do_delete_text (editable, start_pos, end_pos); in gtk_editable_delete_text()
217 gint start_pos, in gtk_editable_get_chars() argument
222 return GTK_EDITABLE_GET_CLASS (editable)->get_chars (editable, start_pos, end_pos); in gtk_editable_get_chars()
282 gint *start_pos, in gtk_editable_get_selection_bounds() argument
292 if (start_pos) in gtk_editable_get_selection_bounds()
293 *start_pos = MIN (tmp_start, tmp_end); in gtk_editable_get_selection_bounds()
334 gint start_pos, in gtk_editable_select_region() argument
339 GTK_EDITABLE_GET_CLASS (editable)->set_selection_bounds (editable, start_pos, end_pos); in gtk_editable_select_region()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/installdirs/base/
H A Dinstalldirs_base_expand.c31 if (NULL != (start_pos = strstr(retval, "${" #fieldname "}"))) { \
33 *start_pos = '\0'; \
34 end_pos = start_pos + strlen("${" #fieldname "}"); \
40 } else if (NULL != (start_pos = strstr(retval, "@{" #fieldname "}"))) { \
42 *start_pos = '\0'; \
43 end_pos = start_pos + strlen("@{" #fieldname "}"); \
126 char *start_pos, *end_pos, *tmp; in opal_install_dirs_expand_internal() local
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/base/
H A Dpinstalldirs_base_expand.c32 if (NULL != (start_pos = strstr(retval, "${" #fieldname "}"))) { \
34 *start_pos = '\0'; \
35 end_pos = start_pos + strlen("${" #fieldname "}"); \
43 } else if (NULL != (start_pos = strstr(retval, "@{" #fieldname "}"))) { \
45 *start_pos = '\0'; \
46 end_pos = start_pos + strlen("@{" #fieldname "}"); \
131 char *start_pos, *end_pos, *tmp; in pmix_pinstall_dirs_expand_internal() local
/dports/net/openmpi/openmpi-4.1.1/opal/mca/installdirs/base/
H A Dinstalldirs_base_expand.c31 if (NULL != (start_pos = strstr(retval, "${" #fieldname "}"))) { \
33 *start_pos = '\0'; \
34 end_pos = start_pos + strlen("${" #fieldname "}"); \
40 } else if (NULL != (start_pos = strstr(retval, "@{" #fieldname "}"))) { \
42 *start_pos = '\0'; \
43 end_pos = start_pos + strlen("@{" #fieldname "}"); \
126 char *start_pos, *end_pos, *tmp; in opal_install_dirs_expand_internal() local
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/pinstalldirs/base/
H A Dpinstalldirs_base_expand.c32 if (NULL != (start_pos = strstr(retval, "${" #fieldname "}"))) { \
34 *start_pos = '\0'; \
35 end_pos = start_pos + strlen("${" #fieldname "}"); \
43 } else if (NULL != (start_pos = strstr(retval, "@{" #fieldname "}"))) { \
45 *start_pos = '\0'; \
46 end_pos = start_pos + strlen("@{" #fieldname "}"); \
131 char *start_pos, *end_pos, *tmp; in pmix_pinstall_dirs_expand_internal() local
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dhttp_websocket.py422 start_pos = 0
429 data = buf[start_pos : start_pos + 2]
430 start_pos += 2
496 data = buf[start_pos : start_pos + 2]
497 start_pos += 2
509 data = buf[start_pos : start_pos + 8]
531 self._frame_mask = buf[start_pos : start_pos + 4]
532 start_pos += 4
548 payload.extend(buf[start_pos : start_pos + length])
549 start_pos = start_pos + length
[all …]
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/parse/
H A Dlexer.rs456 let start_pos = self.get_pos(); in lex_name() localVariable
472 start: start_pos, in lex_name()
480 start: start_pos, in lex_name()
500 let start_pos = self.get_pos(); in lex_upname() localVariable
515 start: start_pos, in lex_upname()
531 let start_pos = self.get_pos(); in lex_number() localVariable
600 let start_pos = self.get_pos(); in lex_normal_number() localVariable
677 let start_pos = self.get_pos(); in lex_comment() localVariable
682 (start_pos, kind, end_pos) in lex_comment()
686 let start_pos = self.get_pos(); in lex_string() localVariable
[all …]
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dhttp_websocket.py422 start_pos = 0
429 data = buf[start_pos : start_pos + 2]
430 start_pos += 2
496 data = buf[start_pos : start_pos + 2]
497 start_pos += 2
509 data = buf[start_pos : start_pos + 8]
531 self._frame_mask = buf[start_pos : start_pos + 4]
532 start_pos += 4
548 payload.extend(buf[start_pos : start_pos + length])
549 start_pos = start_pos + length
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_pathdata.cpp37 if (start_pos.x == end_pos.x) { in UpdateLineEndPoints()
38 if (start_pos.y == end_pos.y) { in UpdateLineEndPoints()
45 if (end_pos.y < start_pos.y) in UpdateLineEndPoints()
55 if (start_pos.y == end_pos.y) { in UpdateLineEndPoints()
57 if (end_pos.x < start_pos.x) in UpdateLineEndPoints()
67 CFX_PointF diff = end_pos - start_pos; in UpdateLineEndPoints()
105 start_k = (mid_pos.y - start_pos.y) / (mid_pos.x - start_pos.x); in UpdateLineJoinPoints()
120 if (end_pos.x < start_pos.x) in UpdateLineJoinPoints()
125 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()
136 if (start_pos.x < end_pos.x) in UpdateLineJoinPoints()
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dhttp_websocket.py422 start_pos = 0
429 data = buf[start_pos : start_pos + 2]
430 start_pos += 2
496 data = buf[start_pos : start_pos + 2]
497 start_pos += 2
509 data = buf[start_pos : start_pos + 8]
531 self._frame_mask = buf[start_pos : start_pos + 4]
532 start_pos += 4
548 payload.extend(buf[start_pos : start_pos + length])
549 start_pos = start_pos + length
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/ge/
H A Dcfx_pathdata.cpp18 if (start_pos.x == end_pos.x) { in UpdateLineEndPoints()
19 if (start_pos.y == end_pos.y) { in UpdateLineEndPoints()
26 if (end_pos.y < start_pos.y) in UpdateLineEndPoints()
36 if (start_pos.y == end_pos.y) { in UpdateLineEndPoints()
38 if (end_pos.x < start_pos.x) in UpdateLineEndPoints()
48 CFX_PointF diff = end_pos - start_pos; in UpdateLineEndPoints()
86 start_k = (mid_pos.y - start_pos.y) / (mid_pos.x - start_pos.x); in UpdateLineJoinPoints()
102 if (end_pos.x < start_pos.x) in UpdateLineJoinPoints()
107 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()
118 if (start_pos.x < end_pos.x) in UpdateLineJoinPoints()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_pathdata.cpp37 if (start_pos.x == end_pos.x) { in UpdateLineEndPoints()
38 if (start_pos.y == end_pos.y) { in UpdateLineEndPoints()
45 if (end_pos.y < start_pos.y) in UpdateLineEndPoints()
55 if (start_pos.y == end_pos.y) { in UpdateLineEndPoints()
57 if (end_pos.x < start_pos.x) in UpdateLineEndPoints()
67 CFX_PointF diff = end_pos - start_pos; in UpdateLineEndPoints()
105 start_k = (mid_pos.y - start_pos.y) / (mid_pos.x - start_pos.x); in UpdateLineJoinPoints()
120 if (end_pos.x < start_pos.x) in UpdateLineJoinPoints()
125 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()
136 if (start_pos.x < end_pos.x) in UpdateLineJoinPoints()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb_rpl/t/
H A Dselect_ndb_apply_status.inc7 --replace_column 1 <log_name> 2 <start_pos> 3 <end_pos>
8 select @log_name:=log_name, @start_pos:=start_pos, @end_pos:=end_pos
10 --let $start_pos = `select @start_pos`

1...<<11121314151617181920>>...266