Home
last modified time | relevance | path

Searched refs:idx_from (Results 1 – 25 of 43) sorted by relevance

12

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmsparsevec_compr.h1233 BM_ASSERT(idx_to && idx_from); in resolve_range()
1398 if (idx_from >= this->size()) in decode()
1402 size = bm::id_max - idx_from; in decode()
1404 size = this->size() - idx_from; in decode()
1409 BM_ASSERT(rank == bv_null->count_range(0, idx_from) - bv_null->test(idx_from)); in decode()
1427 idx_from += delta; in decode()
1436 ++idx_from; in decode()
1460 size = bm::id_max - idx_from; in decode_buf()
1462 size = this->size() - idx_from; in decode_buf()
1470 BM_ASSERT(rank == bv_null->count_range(0, idx_from) - bv_null->test(idx_from)); in decode_buf()
[all …]
H A Dbmstrsparsevec.h908 size_type idx_from,
912 return decode_substr(cmatr, idx_from, dec_size,
931 size_type idx_from,
992 size_type max_sz = this->size() - idx_from;
1014 func.sv_off_ = idx_from;
1016 size_type end = idx_from + dec_size;
1050 this->clear_range(idx_from, idx_from + imp_size - 1); in import()
1052 import_no_check(cmatr, idx_from, imp_size); in import()
1219 size_type idx_to = idx_from + imp_size - 1;
1224 bv_null->set_range(idx_from, idx_to);
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmsparsevec_compr.h1233 BM_ASSERT(idx_to && idx_from); in resolve_range()
1398 if (idx_from >= this->size()) in decode()
1402 size = bm::id_max - idx_from; in decode()
1404 size = this->size() - idx_from; in decode()
1409 BM_ASSERT(rank == bv_null->count_range(0, idx_from) - bv_null->test(idx_from)); in decode()
1427 idx_from += delta; in decode()
1436 ++idx_from; in decode()
1460 size = bm::id_max - idx_from; in decode_buf()
1462 size = this->size() - idx_from; in decode_buf()
1470 BM_ASSERT(rank == bv_null->count_range(0, idx_from) - bv_null->test(idx_from)); in decode_buf()
[all …]
H A Dbmstrsparsevec.h908 size_type idx_from,
912 return decode_substr(cmatr, idx_from, dec_size,
931 size_type idx_from,
992 size_type max_sz = this->size() - idx_from;
1014 func.sv_off_ = idx_from;
1016 size_type end = idx_from + dec_size;
1050 this->clear_range(idx_from, idx_from + imp_size - 1); in import()
1052 import_no_check(cmatr, idx_from, imp_size); in import()
1219 size_type idx_to = idx_from + imp_size - 1;
1224 bv_null->set_range(idx_from, idx_to);
[all …]
/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dso_petsc.c42 int *cols, *idx_from, *idx_to ,*loc_size; in solve_iterative_petsc() local
112 idx_from = (int *)PetscMalloc(nlocal*sizeof(int)); CHKPTRA(idx_from); in solve_iterative_petsc()
115 idx_from[i] = i; in solve_iterative_petsc()
119 ISCreateGeneral(PETSC_COMM_SELF,nlocal,idx_from,&from); in solve_iterative_petsc()
129 PetscFree(idx_from); in solve_iterative_petsc()
/dports/graphics/agg/agg-2.5/include/platform/
H A Dagg_platform_support.h524 void copy_img_to_img(unsigned idx_to, unsigned idx_from) in copy_img_to_img() argument
526 if(idx_from < max_images && in copy_img_to_img()
528 rbuf_img(idx_from).buf()) in copy_img_to_img()
531 rbuf_img(idx_from).width(), in copy_img_to_img()
532 rbuf_img(idx_from).height()); in copy_img_to_img()
533 rbuf_img(idx_to).copy_from(rbuf_img(idx_from)); in copy_img_to_img()
/dports/lang/gnu-apl/apl-1.8/src/
H A DNabla.cc689 int idx_from = find_line(edit_from); in execute_show() local
694 if (idx_from == -1) edit_from = lines[idx_from = 0].label; in execute_show()
701 if (idx_from == 0) COUT << " ∇" << endl; // if header line in execute_show()
702 for (int e = idx_from; e <= idx_to; ++e) lines[e].print(COUT); in execute_show()
749 const int idx_from = find_line(LineLabel(edit_from)); in execute_delete() local
750 if (idx_from == -1) return "Bad line number M in [M∆N] "; in execute_delete()
751 if (idx_from >= idx_to) return "M ≥ N in [M∆N] "; in execute_delete()
753 loop(j, idx_to - idx_from) lines.erase(lines.begin() + idx_from); in execute_delete()
846 const int idx_from = find_line(edit_from); in edit_body_line() local
849 if (idx_from == -1) // new line in edit_body_line()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/platform/
H A Dagg_platform_support.h529 void copy_img_to_img(unsigned idx_to, unsigned idx_from) in copy_img_to_img() argument
531 if(idx_from < max_images && in copy_img_to_img()
533 rbuf_img(idx_from).buf()) in copy_img_to_img()
536 rbuf_img(idx_from).width(), in copy_img_to_img()
537 rbuf_img(idx_from).height()); in copy_img_to_img()
538 rbuf_img(idx_to).copy_from(rbuf_img(idx_from)); in copy_img_to_img()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/platform/
H A Dagg_platform_support.h529 void copy_img_to_img(unsigned idx_to, unsigned idx_from) in copy_img_to_img() argument
531 if(idx_from < max_images && in copy_img_to_img()
533 rbuf_img(idx_from).buf()) in copy_img_to_img()
536 rbuf_img(idx_from).width(), in copy_img_to_img()
537 rbuf_img(idx_from).height()); in copy_img_to_img()
538 rbuf_img(idx_to).copy_from(rbuf_img(idx_from)); in copy_img_to_img()
/dports/databases/galera26/galera-release_26.4.10/wsrep/src/examples/node/
H A Dstore.c99 uint32_t idx_from; member
107 sizeof(((struct store_trx_op*)NULL)->idx_from) + \
643 ptr += store_serialize_uint32(ptr, op->idx_from); in store_serialize_op()
655 ptr += store_deserialize_uint32(&op->idx_from, ptr); in store_deserialize_op()
707 op->idx_from = (uint32_t)rand() % store->records_num; in node_store_execute()
709 store_record_get(store->records, op->idx_from, &op->rec_from); in node_store_execute()
775 store_serialize_uint32(&key_val, op->idx_from); in node_store_execute()
965 store_record_get(store->records, op->idx_from, &from); in node_store_commit()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c99 uint32_t idx_from; member
107 sizeof(((struct store_trx_op*)NULL)->idx_from) + \
643 ptr += store_serialize_uint32(ptr, op->idx_from); in store_serialize_op()
655 ptr += store_deserialize_uint32(&op->idx_from, ptr); in store_deserialize_op()
707 op->idx_from = (uint32_t)rand() % store->records_num; in node_store_execute()
709 store_record_get(store->records, op->idx_from, &op->rec_from); in node_store_execute()
775 store_serialize_uint32(&key_val, op->idx_from); in node_store_execute()
965 store_record_get(store->records, op->idx_from, &from); in node_store_commit()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c99 uint32_t idx_from;
107 sizeof(((struct store_trx_op*)NULL)->idx_from) + \
643 ptr += store_serialize_uint32(ptr, op->idx_from);
655 ptr += store_deserialize_uint32(&op->idx_from, ptr);
707 op->idx_from = (uint32_t)rand() % store->records_num;
709 store_record_get(store->records, op->idx_from, &op->rec_from);
775 store_serialize_uint32(&key_val, op->idx_from);
965 store_record_get(store->records, op->idx_from, &from);
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c99 uint32_t idx_from; member
107 sizeof(((struct store_trx_op*)NULL)->idx_from) + \
643 ptr += store_serialize_uint32(ptr, op->idx_from); in store_serialize_op()
655 ptr += store_deserialize_uint32(&op->idx_from, ptr); in store_deserialize_op()
707 op->idx_from = (uint32_t)rand() % store->records_num; in node_store_execute()
709 store_record_get(store->records, op->idx_from, &op->rec_from); in node_store_execute()
775 store_serialize_uint32(&key_val, op->idx_from); in node_store_execute()
965 store_record_get(store->records, op->idx_from, &from); in node_store_commit()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c99 uint32_t idx_from; member
107 sizeof(((struct store_trx_op*)NULL)->idx_from) + \
643 ptr += store_serialize_uint32(ptr, op->idx_from); in store_serialize_op()
655 ptr += store_deserialize_uint32(&op->idx_from, ptr); in store_deserialize_op()
707 op->idx_from = (uint32_t)rand() % store->records_num; in node_store_execute()
709 store_record_get(store->records, op->idx_from, &op->rec_from); in node_store_execute()
775 store_serialize_uint32(&key_val, op->idx_from); in node_store_execute()
965 store_record_get(store->records, op->idx_from, &from); in node_store_commit()
/dports/www/nginx-full/njs-0.7.1/utils/
H A Dlexer_keyword.py108 def test(self, idx_from, idx_to): argument
111 for i in range(idx_from, idx_to):
/dports/audio/beets/beets-1.4.9/beetsplug/bpd/
H A D__init__.py524 def cmd_move(self, conn, idx_from, idx_to): argument
526 idx_from = cast_arg(int, idx_from)
529 track = self.playlist.pop(idx_from)
535 if idx_from == self.current_index:
537 elif idx_from < self.current_index <= idx_to:
539 elif idx_from > self.current_index >= idx_to:
545 def cmd_moveid(self, conn, idx_from, idx_to): argument
546 idx_from = self._id_to_index(idx_from)
547 return self.cmd_move(conn, idx_from, idx_to)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_types.hpp1817 void SetMinVal(unsigned int idx_from, unsigned int idx_to);
1820 void SetMaxVal(unsigned int idx_from, unsigned int idx_to);
2669 void CBDB_BufferManager::SetMinVal(unsigned int idx_from, unsigned int idx_to) in SetMinVal() argument
2673 for ( ; idx_from < idx_to; ++idx_from) { in SetMinVal()
2674 CBDB_Field& fld = GetField(idx_from); in SetMinVal()
2681 void CBDB_BufferManager::SetMaxVal(unsigned int idx_from, unsigned int idx_to) in SetMaxVal() argument
2685 for ( ; idx_from < idx_to; ++idx_from) { in SetMaxVal()
2686 CBDB_Field& fld = GetField(idx_from); in SetMaxVal()
/dports/archivers/rvm/rvm-1.11/
H A Dfs.cc319 std::string::size_type idx_to, idx_from, idx; in mk_relative_path() local
334 idx_from = path_from.find("/"); in mk_relative_path()
335 if (idx_from != std::string::npos) { in mk_relative_path()
336 TRY_nomem(path_from_substr = path_from.substr(0,idx_from)); in mk_relative_path()
361 idx_from = path_from.find("/"); in mk_relative_path()
362 if (idx_from != std::string::npos) { in mk_relative_path()
363 TRY_nomem(path_from_substr = path_from.substr(0,idx_from)); in mk_relative_path()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Ddiff.c2494 int idx_from; in ex_diffgetput() local
2594 idx_from = idx_other; in ex_diffgetput()
2597 idx_from = idx_cur; in ex_diffgetput()
2656 if (idx_cur == idx_from) { in ex_diffgetput()
2666 end_skip = dp->df_count[idx_from] - start_skip - count; in ex_diffgetput()
2687 for (i = 0; i < dp->df_count[idx_from] - start_skip - end_skip; ++i) { in ex_diffgetput()
2688 linenr_T nr = dp->df_lnum[idx_from] + start_skip + i; in ex_diffgetput()
2689 if (nr > curtab->tp_diffbuf[idx_from]->b_ml.ml_line_count) { in ex_diffgetput()
2692 p = vim_strsave(ml_get_buf(curtab->tp_diffbuf[idx_from], nr, false)); in ex_diffgetput()
2711 && (i != idx_from) in ex_diffgetput()
[all …]
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dchartab.c329 int idx_from = SUB_IDX (depth, from); in set_chartable_range() local
334 for (i = idx_from; i <= idx_to; i++) in set_chartable_range()
341 M17N_OBJECT_REF_NTIMES (val, (idx_to - idx_from + 1)); in set_chartable_range()
/dports/editors/lazarus/lazarus/components/aggpas/src/platform/mac/
H A Dagg_platform_support.pas440 procedure copy_img_to_img (idx_to ,idx_from : unsigned );
2000 if (idx_from < max_images ) and
2002 (rbuf_img(idx_from )._buf <> NIL ) then
2006 rbuf_img(idx_from )._width ,
2007 rbuf_img(idx_from )._height );
2009 rbuf_img(idx_to ).copy_from(rbuf_img(idx_from ) );
/dports/editors/lazarus/lazarus/components/aggpas/src/platform/win/
H A Dagg_platform_support.pas442 procedure copy_img_to_img (idx_to ,idx_from : unsigned );
1906 if (idx_from < max_images ) and
1908 (rbuf_img(idx_from )._buf <> NIL ) then
1912 rbuf_img(idx_from )._width ,
1913 rbuf_img(idx_from )._height );
1915 rbuf_img(idx_to ).copy_from(rbuf_img(idx_from ) );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/platform/mac/
H A Dagg_platform_support.pas440 procedure copy_img_to_img (idx_to ,idx_from : unsigned );
2000 if (idx_from < max_images ) and
2002 (rbuf_img(idx_from )._buf <> NIL ) then
2006 rbuf_img(idx_from )._width ,
2007 rbuf_img(idx_from )._height );
2009 rbuf_img(idx_to ).copy_from(rbuf_img(idx_from ) );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/platform/win/
H A Dagg_platform_support.pas442 procedure copy_img_to_img (idx_to ,idx_from : unsigned );
1906 if (idx_from < max_images ) and
1908 (rbuf_img(idx_from )._buf <> NIL ) then
1912 rbuf_img(idx_from )._width ,
1913 rbuf_img(idx_from )._height );
1915 rbuf_img(idx_to ).copy_from(rbuf_img(idx_from ) );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/platform/mac/
H A Dagg_platform_support.pas440 procedure copy_img_to_img (idx_to ,idx_from : unsigned );
2000 if (idx_from < max_images ) and
2002 (rbuf_img(idx_from )._buf <> NIL ) then
2006 rbuf_img(idx_from )._width ,
2007 rbuf_img(idx_from )._height );
2009 rbuf_img(idx_to ).copy_from(rbuf_img(idx_from ) );

12