Home
last modified time | relevance | path

Searched refs:end_loc (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/news/py-sabyenc3/sabyenc3-4.0.2/src/
H A Dsabyenc3.c508 char *end_loc; in extract_filename_from_pylist() local
512 end_loc = *start_loc; in extract_filename_from_pylist()
515 if(*(end_loc+1) == CR || *(end_loc+1) == LF || *(end_loc+1) == ZERO) { in extract_filename_from_pylist()
519 *filename_ptr = (char *)calloc(end_loc - *start_loc + 2, sizeof(char)); in extract_filename_from_pylist()
523 strncpy(*filename_ptr, *start_loc, end_loc - *start_loc + 1); in extract_filename_from_pylist()
527 if(*(end_loc+1) == CR || *(end_loc+1) == LF) { in extract_filename_from_pylist()
529 *cur_char = end_loc+1; in extract_filename_from_pylist()
536 … *start_loc = end_loc = PyBytes_AsString(PyList_GetItem(Py_input_list, *cur_index)); in extract_filename_from_pylist()
544 strncat(*filename_ptr, *start_loc, end_loc - *start_loc + 1); in extract_filename_from_pylist()
548 *cur_char = end_loc+1; in extract_filename_from_pylist()
[all …]
/dports/devel/R-cran-pkgbuild/pkgbuild/R/
H A Dc-registration.R75 end_loc <- grep("};", lines, fixed = TRUE) functionVar
77 seq(start_loc, end_loc)
82 end_loc <- grep("/* End section generated by pkgbuild */", lines, fixed = TRUE) functionVar
84 seq(start_loc, end_loc)
89 end_loc <- grep("};", lines, fixed = TRUE) functionVar
91 if (end_loc <= start_loc) {
97 lines <- append(lines, "/* End section generated by pkgbuild */", after = end_loc + 1)
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Dmiracle.h74 const s64a end_loc, s64a *miracle_loc) { in roseMiracleOccurs() argument
79 begin_loc, end_loc, left->maxLag); in roseMiracleOccurs()
82 assert(begin_loc <= end_loc); in roseMiracleOccurs()
84 assert(end_loc <= (s64a)ci->len); in roseMiracleOccurs()
88 const s64a scan_end_loc = end_loc - left->maxLag; in roseMiracleOccurs()
126 s64a loc = end_loc - left->maxLag - ctz64(s) - 1; in roseMiracleOccurs()
H A Dcounting_miracle.h152 const s64a end_loc, s64a *miracle_loc) { in roseCountingMiracleOccurs() argument
164 begin_loc, end_loc, left->maxLag); in roseCountingMiracleOccurs()
167 assert(begin_loc <= end_loc); in roseCountingMiracleOccurs()
169 assert(end_loc <= (s64a)ci->len); in roseCountingMiracleOccurs()
171 const s64a scan_end_loc = end_loc - left->maxLag; in roseCountingMiracleOccurs()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/kindle/
H A Dbookmark.py109 end_loc, = unpack('>I', data[eo+0x10:eo+0x14])
111 if end_loc in user_notes and \
112 (user_notes[end_loc]['type'] == 'Highlight' or
113 user_notes[end_loc]['type'] == 'Note'):
116 user_notes[start] = user_notes[end_loc]
125 user_notes.pop(end_loc)
130 if end_loc != self.last_read:
132 displayed_location = end_loc // MAGIC_MOBI_CONSTANT + 1
133 user_notes[end_loc - 1] = dict(id=self.id,
/dports/textproc/p5-PPIx-EditorTools/PPIx-EditorTools-0.21/lib/PPIx/EditorTools/
H A DIntroduceTemporaryVariable.pm23 my $end_loc = $args{end_location} or croak "end_location required";
66 for my $line_num ( $start_loc->[0] .. $end_loc->[0] ) {
69 substr( $line, $end_loc->[1] ) = '' if $line_num == $end_loc->[0];
/dports/devel/thrust/thrust-1.9.5/internal/scripts/
H A Dwiki2tex.py126 end_loc = txt.find(end_tag, first_begin_loc + 1)
127 if end_loc == -1:
129 inner_txt = txt[first_begin_loc + len(begin_tag) : end_loc]
134 remaining_txt = txt[end_loc + len(end_tag):]
/dports/math/barvinok/barvinok-0.41.5/pet/
H A Dclang_compatibility.h13 inline clang::SourceLocation end_loc(T *decl) in end_loc() function
24 inline clang::SourceLocation end_loc(T *decl) in end_loc() function
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/Documentation/
H A DRequirePodAtEnd.pm44 my $end_loc = $end->location();
45 if ( $pod_loc->[0] > $end_loc->[0] ) {
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/lsp/
H A Dsymbols.py135 end_loc = elocations.Get_End_Location(n)
136 if end_loc == files_map.No_Location:
138 end_loc = start_loc
141 end_loc = start_loc + name_table.Get_Name_Length(nid)
144 "end": location_to_position(fe, end_loc),
/dports/finance/gnucash/gnucash-4.9/gnucash/register/register-gnome/
H A Dtable-gnome.c217 VirtualCellLocation end_loc) in gnc_table_show_range() argument
229 if (gnc_table_virtual_cell_out_of_bounds (table, end_loc)) in gnc_table_show_range()
234 gnucash_sheet_show_range (sheet, start_loc, end_loc); in gnc_table_show_range()
/dports/news/husky/husky-1.9.20191207/huskylib/src/
H A Dftnaddr.c100 const char *end_loc; in parseFtnAddr() local
117 result = parseFtnAddrZ(allocated, netAddr, mask, &end_loc); in parseFtnAddr()
119 *end = str + (end_loc - allocated); in parseFtnAddr()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/huskylib/src/
H A Dftnaddr.c100 const char *end_loc; in parseFtnAddr() local
117 result = parseFtnAddrZ(allocated, netAddr, mask, &end_loc); in parseFtnAddr()
119 *end = str + (end_loc - allocated); in parseFtnAddr()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/huskylib/src/
H A Dftnaddr.c100 const char *end_loc; in parseFtnAddr() local
117 result = parseFtnAddrZ(allocated, netAddr, mask, &end_loc); in parseFtnAddr()
119 *end = str + (end_loc - allocated); in parseFtnAddr()
/dports/news/husky-htick/husky-htick-1.9.20191207/huskylib/src/
H A Dftnaddr.c100 const char *end_loc; in parseFtnAddr() local
117 result = parseFtnAddrZ(allocated, netAddr, mask, &end_loc); in parseFtnAddr()
119 *end = str + (end_loc - allocated); in parseFtnAddr()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/huskylib/src/
H A Dftnaddr.c100 const char *end_loc; in parseFtnAddr() local
117 result = parseFtnAddrZ(allocated, netAddr, mask, &end_loc); in parseFtnAddr()
119 *end = str + (end_loc - allocated); in parseFtnAddr()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/huskylib/src/
H A Dftnaddr.c100 const char *end_loc; in parseFtnAddr() local
117 result = parseFtnAddrZ(allocated, netAddr, mask, &end_loc); in parseFtnAddr()
119 *end = str + (end_loc - allocated); in parseFtnAddr()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/huskylib/src/
H A Dftnaddr.c100 const char *end_loc; in parseFtnAddr() local
117 result = parseFtnAddrZ(allocated, netAddr, mask, &end_loc); in parseFtnAddr()
119 *end = str + (end_loc - allocated); in parseFtnAddr()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/huskylib/src/
H A Dftnaddr.c100 const char *end_loc; in parseFtnAddr() local
117 result = parseFtnAddrZ(allocated, netAddr, mask, &end_loc); in parseFtnAddr()
119 *end = str + (end_loc - allocated); in parseFtnAddr()
/dports/news/rntrack/rntrack-2.1.10_2/smapi/src/
H A Dftnaddr.c87 const char * end_loc; in parseFtnAddr() local
106 result = parseFtnAddrZ(allocated, netAddr, mask, &end_loc); in parseFtnAddr()
110 *end = str + (end_loc - allocated); in parseFtnAddr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk239 end_loc = length(old_record) - length($0);
240 end_loc += index(last_fs, ",") - length(last_fs);
248 len = end_loc - start_loc;
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk239 end_loc = length(old_record) - length($0);
240 end_loc += index(last_fs, ",") - length(last_fs);
248 len = end_loc - start_loc;
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk239 end_loc = length(old_record) - length($0);
240 end_loc += index(last_fs, ",") - length(last_fs);
248 len = end_loc - start_loc;
/dports/finance/gnucash/gnucash-4.9/gnucash/register/ledger-core/
H A Dsplit-register-util.c288 VirtualCellLocation end_loc; in gnc_split_register_show_trans() local
291 end_loc = start_loc; in gnc_split_register_show_trans()
293 for (v_row = end_loc.virt_row + 1; in gnc_split_register_show_trans()
310 end_loc.virt_row = MIN (v_row, reg->table->num_virt_rows - 1); in gnc_split_register_show_trans()
312 gnc_table_show_range (reg->table, start_loc, end_loc); in gnc_split_register_show_trans()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/qdoc/
H A Dpuredocparser.cpp100 Location end_loc(tokenizer_->location()); in processQdocComments() local
103 Doc doc(start_loc, end_loc, comment, commands, topicCommands()); in processQdocComments()

12345678910>>...16