Home
last modified time | relevance | path

Searched refs:last_found (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kdb/
H A Dcolidx1.c243 self -> last_found = 0; in KColumnIdx1OpenRead()
589 uint64_t low, last_found = self -> last_found; in KColumnIdx1LocateFirstRowIdBlob() local
593 if ( data [ last_found ] . start_id + data [ last_found ] . id_range > start ) in KColumnIdx1LocateFirstRowIdBlob()
599 if ( last_found < high && data [ last_found + 1 ] . start_id > start ) in KColumnIdx1LocateFirstRowIdBlob()
648 if ( start < data [ last_found ] . start_id + data [ last_found ] . id_range ) in KColumnIdx1LocateFirstRowIdBlob()
703 uint64_t last_found = self->last_found; in KColumnIdx1LocateBlock() local
726 high= last_found; in KColumnIdx1LocateBlock()
740 last_found = high; in KColumnIdx1LocateBlock()
760 (first >= data[last_found].start_id+data[last_found].id_range)) in KColumnIdx1LocateBlock()
763 if(upper > data[last_found].start_id+data[last_found].id_range) in KColumnIdx1LocateBlock()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kdb/
H A Dcolidx1.c243 self -> last_found = 0; in KColumnIdx1OpenRead()
589 uint64_t low, last_found = self -> last_found; in KColumnIdx1LocateFirstRowIdBlob() local
593 if ( data [ last_found ] . start_id + data [ last_found ] . id_range > start ) in KColumnIdx1LocateFirstRowIdBlob()
599 if ( last_found < high && data [ last_found + 1 ] . start_id > start ) in KColumnIdx1LocateFirstRowIdBlob()
648 if ( start < data [ last_found ] . start_id + data [ last_found ] . id_range ) in KColumnIdx1LocateFirstRowIdBlob()
703 uint64_t last_found = self->last_found; in KColumnIdx1LocateBlock() local
726 high= last_found; in KColumnIdx1LocateBlock()
740 last_found = high; in KColumnIdx1LocateBlock()
760 (first >= data[last_found].start_id+data[last_found].id_range)) in KColumnIdx1LocateBlock()
763 if(upper > data[last_found].start_id+data[last_found].id_range) in KColumnIdx1LocateBlock()
[all …]
/dports/net-im/profanity/profanity-0.11.1/src/tools/
H A Dautocomplete.c56 GList* last_found; member
67 new->last_found = NULL; in autocomplete_new()
89 ac->last_found = NULL; in autocomplete_reset()
117 gchar* last_found = NULL; in autocomplete_update() local
120 if (ac->last_found) { in autocomplete_update()
121 last_found = strdup(ac->last_found->data); in autocomplete_update()
131 if (last_found) { in autocomplete_update()
133 ac->last_found = g_list_find_custom(ac->items, last_found, (GCompareFunc)strcmp); in autocomplete_update()
134 free(last_found); in autocomplete_update()
197 ac->last_found = NULL; in autocomplete_remove()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/elflink/ldlinux/
H A Dcli.c67 struct cli_command *last_found; in cmd_reverse_search() local
70 last_found = list_entry(cli_history_head.next, typeof(*last_found), list); in cmd_reverse_search()
84 last_found = list_entry(last_found->list.next, typeof(*last_found), list); in cmd_reverse_search()
92 while (last_found) { in cmd_reverse_search()
93 p = strstr(last_found->command, buf); in cmd_reverse_search()
97 if (list_is_last(&last_found->list, &cli_history_head)) in cmd_reverse_search()
100 last_found = list_entry(last_found->list.next, typeof(*last_found), list); in cmd_reverse_search()
108 last_good = last_found; in cmd_reverse_search()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dodb_pack.c30 struct git_pack_file *last_found; member
236 struct git_pack_file *last_found) in pack_entry_find_inner() argument
240 if (last_found && in pack_entry_find_inner()
248 if (p == last_found) in pack_entry_find_inner()
252 backend->last_found = p; in pack_entry_find_inner()
262 struct git_pack_file *last_found = backend->last_found; in pack_entry_find() local
264 if (backend->last_found && in pack_entry_find()
285 struct git_pack_file *last_found = backend->last_found; in pack_entry_find_prefix() local
287 if (last_found) { in pack_entry_find_prefix()
301 if (p == last_found) in pack_entry_find_prefix()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dodb_pack.c29 struct git_pack_file *last_found; member
235 struct git_pack_file *last_found) in pack_entry_find_inner() argument
239 if (last_found && in pack_entry_find_inner()
247 if (p == last_found) in pack_entry_find_inner()
251 backend->last_found = p; in pack_entry_find_inner()
261 struct git_pack_file *last_found = backend->last_found; in pack_entry_find() local
263 if (backend->last_found && in pack_entry_find()
284 struct git_pack_file *last_found = backend->last_found; in pack_entry_find_prefix() local
286 if (last_found) { in pack_entry_find_prefix()
300 if (p == last_found) in pack_entry_find_prefix()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dodb_pack.c30 struct git_pack_file *last_found; member
236 struct git_pack_file *last_found) in pack_entry_find_inner() argument
240 if (last_found && in pack_entry_find_inner()
248 if (p == last_found) in pack_entry_find_inner()
252 backend->last_found = p; in pack_entry_find_inner()
262 struct git_pack_file *last_found = backend->last_found; in pack_entry_find() local
264 if (backend->last_found && in pack_entry_find()
285 struct git_pack_file *last_found = backend->last_found; in pack_entry_find_prefix() local
287 if (last_found) { in pack_entry_find_prefix()
301 if (p == last_found) in pack_entry_find_prefix()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dodb_pack.c29 struct git_pack_file *last_found; member
235 struct git_pack_file *last_found) in pack_entry_find_inner() argument
239 if (last_found && in pack_entry_find_inner()
247 if (p == last_found) in pack_entry_find_inner()
251 backend->last_found = p; in pack_entry_find_inner()
261 struct git_pack_file *last_found = backend->last_found; in pack_entry_find() local
263 if (backend->last_found && in pack_entry_find()
284 struct git_pack_file *last_found = backend->last_found; in pack_entry_find_prefix() local
286 if (last_found) { in pack_entry_find_prefix()
300 if (p == last_found) in pack_entry_find_prefix()
[all …]
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dodb_pack.c30 struct git_pack_file *last_found; member
236 struct git_pack_file *last_found) in pack_entry_find_inner() argument
240 if (last_found && in pack_entry_find_inner()
248 if (p == last_found) in pack_entry_find_inner()
252 backend->last_found = p; in pack_entry_find_inner()
262 struct git_pack_file *last_found = backend->last_found; in pack_entry_find() local
264 if (backend->last_found && in pack_entry_find()
285 struct git_pack_file *last_found = backend->last_found; in pack_entry_find_prefix() local
287 if (last_found) { in pack_entry_find_prefix()
301 if (p == last_found) in pack_entry_find_prefix()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dodb_pack.c29 struct git_pack_file *last_found; member
235 struct git_pack_file *last_found) in pack_entry_find_inner() argument
239 if (last_found && in pack_entry_find_inner()
247 if (p == last_found) in pack_entry_find_inner()
251 backend->last_found = p; in pack_entry_find_inner()
261 struct git_pack_file *last_found = backend->last_found; in pack_entry_find() local
263 if (backend->last_found && in pack_entry_find()
284 struct git_pack_file *last_found = backend->last_found; in pack_entry_find_prefix() local
286 if (last_found) { in pack_entry_find_prefix()
300 if (p == last_found) in pack_entry_find_prefix()
[all …]
/dports/security/softether/v4.38-9760/src/See/
H A Dnormal_lookup.c83 data->last_found=NULL; in normal_lut_w_insert()
104 data->last_found=(uint8*)&records[index]; in normal_lut_w_insert()
118 data->last_found=(uint8*)&records[index]; in normal_lut_w_insert()
130 data->last_found=(uint8*)&records[index]; in normal_lut_w_insert()
143 data->last_found=NULL; in normal_lut_w_insert()
174 data->last_found=NULL; in normal_lut_wo_insert()
188 data->last_found=(uint8*)&records[index]; in normal_lut_wo_insert()
201 data->last_found=NULL; in normal_lut_wo_insert()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/See/
H A Dnormal_lookup.c83 data->last_found=NULL; in normal_lut_w_insert()
104 data->last_found=(uint8*)&records[index]; in normal_lut_w_insert()
118 data->last_found=(uint8*)&records[index]; in normal_lut_w_insert()
130 data->last_found=(uint8*)&records[index]; in normal_lut_w_insert()
143 data->last_found=NULL; in normal_lut_w_insert()
174 data->last_found=NULL; in normal_lut_wo_insert()
188 data->last_found=(uint8*)&records[index]; in normal_lut_wo_insert()
201 data->last_found=NULL; in normal_lut_wo_insert()
/dports/security/softether-devel/v4.36-9754/src/See/
H A Dnormal_lookup.c83 data->last_found=NULL; in normal_lut_w_insert()
104 data->last_found=(uint8*)&records[index]; in normal_lut_w_insert()
118 data->last_found=(uint8*)&records[index]; in normal_lut_w_insert()
130 data->last_found=(uint8*)&records[index]; in normal_lut_w_insert()
143 data->last_found=NULL; in normal_lut_w_insert()
174 data->last_found=NULL; in normal_lut_wo_insert()
188 data->last_found=(uint8*)&records[index]; in normal_lut_wo_insert()
201 data->last_found=NULL; in normal_lut_wo_insert()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php126 $last_found = PHP_INT_MAX;
133 if (isset($search_pos[-1]) && $search_pos[-1] < $last_found
135 $last_found = $search_pos[-1];
140 elseif (PHP_INT_MAX !== $last_found) {
142 $rep_size = $this->repSize[$last_found];
144 $newBuffer[] = $this->replace[$last_found][$j];
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/swift/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php139 $last_found = PHP_INT_MAX;
148 if (isset($search_pos[- 1]) && $search_pos[-1] < $last_found
151 $last_found = $search_pos[-1];
156 elseif ($last_found !== PHP_INT_MAX)
159 $rep_size = $this->_repSize[$last_found];
162 $newBuffer[] = $this->_replace[$last_found][$j];
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/swiftmailer/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php130 $last_found = PHP_INT_MAX;
137 if (isset($search_pos[-1]) && $search_pos[-1] < $last_found
139 $last_found = $search_pos[-1];
144 elseif ($last_found !== PHP_INT_MAX) {
146 $rep_size = $this->repSize[$last_found];
148 $newBuffer[] = $this->replace[$last_found][$j];
/dports/www/bolt/bolt-2.2.24/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php130 $last_found = PHP_INT_MAX;
137 if (isset($search_pos[-1]) && $search_pos[-1] < $last_found
139 $last_found = $search_pos[-1];
144 elseif ($last_found !== PHP_INT_MAX) {
146 $rep_size = $this->_repSize[$last_found];
148 $newBuffer[] = $this->_replace[$last_found][$j];
/dports/devel/flyspray/flyspray-0.9.9.7_4/includes/external/swift-mailer/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php138 $last_found = PHP_INT_MAX;
147 if (isset($search_pos[- 1]) && $search_pos[-1] < $last_found
150 $last_found = $search_pos[-1];
155 elseif ($last_found !== PHP_INT_MAX)
158 $rep_size = $this->_repSize[$last_found];
161 $newBuffer[] = $this->_replace[$last_found][$j];
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/swiftmailer/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php139 $last_found = PHP_INT_MAX;
148 if (isset($search_pos[- 1]) && $search_pos[-1] < $last_found
151 $last_found = $search_pos[-1];
156 elseif ($last_found !== PHP_INT_MAX)
159 $rep_size = $this->_repSize[$last_found];
162 $newBuffer[] = $this->_replace[$last_found][$j];
/dports/finance/prestashop/prestashop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php126 $last_found = PHP_INT_MAX;
133 if (isset($search_pos[-1]) && $search_pos[-1] < $last_found
135 $last_found = $search_pos[-1];
140 elseif (PHP_INT_MAX !== $last_found) {
142 $rep_size = $this->repSize[$last_found];
144 $newBuffer[] = $this->replace[$last_found][$j];
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php126 $last_found = PHP_INT_MAX;
133 if (isset($search_pos[-1]) && $search_pos[-1] < $last_found
135 $last_found = $search_pos[-1];
140 elseif (PHP_INT_MAX !== $last_found) {
142 $rep_size = $this->repSize[$last_found];
144 $newBuffer[] = $this->replace[$last_found][$j];
/dports/www/phpmyfaq/phpmyfaq/src/libs/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php130 $last_found = PHP_INT_MAX;
137 if (isset($search_pos[-1]) && $search_pos[-1] < $last_found
139 $last_found = $search_pos[-1];
144 elseif ($last_found !== PHP_INT_MAX) {
146 $rep_size = $this->_repSize[$last_found];
148 $newBuffer[] = $this->_replace[$last_found][$j];
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php126 $last_found = PHP_INT_MAX;
133 if (isset($search_pos[-1]) && $search_pos[-1] < $last_found
135 $last_found = $search_pos[-1];
140 elseif (PHP_INT_MAX !== $last_found) {
142 $rep_size = $this->repSize[$last_found];
144 $newBuffer[] = $this->replace[$last_found][$j];
/dports/www/typo3-9/typo3_src-9.5.31/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php130 $last_found = PHP_INT_MAX;
137 if (isset($search_pos[-1]) && $search_pos[-1] < $last_found
139 $last_found = $search_pos[-1];
144 elseif ($last_found !== PHP_INT_MAX) {
146 $rep_size = $this->_repSize[$last_found];
148 $newBuffer[] = $this->_replace[$last_found][$j];
/dports/www/kanboard/kanboard-1.2.21/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/
H A DByteArrayReplacementFilter.php130 $last_found = PHP_INT_MAX;
137 if (isset($search_pos[-1]) && $search_pos[-1] < $last_found
139 $last_found = $search_pos[-1];
144 elseif ($last_found !== PHP_INT_MAX) {
146 $rep_size = $this->_repSize[$last_found];
148 $newBuffer[] = $this->_replace[$last_found][$j];

12345678910>>...12