Home
last modified time | relevance | path

Searched refs:chain_index (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/dream/
H A Ddream.cpp1152 int chain_index; in dream_algm() local
1189 for ( chain_index = 0; chain_index < chain_num; chain_index++ ) in dream_algm()
1478 int chain_index; in gr_compute() local
1497 for ( chain_index = 0; chain_index < chain_num; chain_index++ ) in gr_compute()
1502 mean_chain[chain_index] = mean_chain[chain_index] in gr_compute()
1505 mean_chain[chain_index] = mean_chain[chain_index] / rnd0; in gr_compute()
1511 for ( chain_index = 0; chain_index < chain_num; chain_index++ ) in gr_compute()
1518 for ( chain_index = 0; chain_index < chain_num; chain_index++ ) in gr_compute()
3027 int chain_index; in restart_read() local
3052 for ( chain_index = 0; chain_index < chain_num; chain_index++ ) in restart_read()
[all …]
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dhistory_list.c39 static guint chain_index = G_MAXUINT; variable
46 chain_index = chain_index > 0 ? chain_index - 1 : 0; in history_chain_back()
48 return g_list_nth_data(history_chain, chain_index); in history_chain_back()
56 chain_index = chain_index < last ? chain_index + 1 : last; in history_chain_forward()
58 return g_list_nth_data(history_chain, chain_index); in history_chain_forward()
75 if(chain_index == G_MAXUINT) in history_chain_append_end()
78 chain_index = 0; in history_chain_append_end()
86 chain_index = g_list_length(history_chain) - 1; in history_chain_append_end()
87 DEBUG_3("%d %s", chain_index, path); in history_chain_append_end()
91 chain_index = g_list_length(history_chain) - 1; in history_chain_append_end()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/infill/
H A DGyroidInfill.cpp263 for (unsigned chain_index = 0; chain_index < chains[0].size(); ++chain_index) in generateTotalGyroidInfill() local
269 …if (LinearAlg2D::getDist2FromLineSegment(op0, chains[point_index][chain_index], op1, &beyond) < 10… in generateTotalGyroidInfill()
272 points_on_outline_chain_index.push_back(chain_index); in generateTotalGyroidInfill()
311 const unsigned chain_index = points_on_outline_chain_index[nearest_point_index]; in generateTotalGyroidInfill() local
314 cur_point = chains[point_index][chain_index]; in generateTotalGyroidInfill()
326 first_chain_chain_index = chain_index; in generateTotalGyroidInfill()
336 …if (chain_index != connector_start_chain_index && connected_to[(point_index + 1) % 2][chain_index]… in generateTotalGyroidInfill()
345 connected_to[point_index][chain_index] = connector_start_chain_index; in generateTotalGyroidInfill()
346 … connected_to[connector_start_point_index][connector_start_chain_index] = chain_index; in generateTotalGyroidInfill()
355 connector_start_chain_index = chain_index; in generateTotalGyroidInfill()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/pnacl_dynamic_loading/
H A Dpll_symbols_test.cc62 for (uint32_t chain_index = 0; chain_index < root->export_count; in VerifyHashTable() local
63 chain_index++) { in VerifyHashTable()
65 GetExportedSymbolName(root, chain_index)); in VerifyHashTable()
66 ASSERT_EQ(hash & ~1, root->hash_chains[chain_index] & ~1); in VerifyHashTable()
73 int32_t chain_index = root->hash_buckets[bucket_index]; in VerifyHashTable() local
74 ASSERT_GE(chain_index, -1); in VerifyHashTable()
75 ASSERT_LT(chain_index, (int32_t) root->export_count); in VerifyHashTable()
77 if (chain_index != -1) { in VerifyHashTable()
81 for (; chain_index < root->export_count; chain_index++) { in VerifyHashTable()
83 GetExportedSymbolName(root, chain_index)); in VerifyHashTable()
[all …]
/dports/science/py-mmtf-python/mmtf-python-1.1.2/mmtf/utils/
H A Ddecoder_utils.py64 def add_chain_info(data_api, data_setters, chain_index): argument
69 chain_id = data_api.chain_id_list[chain_index]
70 chain_name = data_api.chain_name_list[chain_index]
71 num_groups = data_api.groups_per_chain[chain_index]
89 for chain_index in range(last_chain_counter, tot_chains_this_model):
90 add_chain_info(data_api, data_setters, chain_index)
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/pll_loader/
H A Dpll_loader.cc117 int32_t chain_index = root_->hash_buckets[bucket_index]; in GetExportedSym() local
119 if (chain_index == -1) in GetExportedSym()
122 for (; chain_index < root_->export_count; chain_index++) { in GetExportedSym()
123 uint32_t chain_value = root_->hash_chains[chain_index]; in GetExportedSym()
125 strcmp(name, GetExportedSymbolName(chain_index)) == 0) { in GetExportedSym()
126 *sym = root_->exported_ptrs[chain_index]; in GetExportedSym()
/dports/security/seal/SEAL-3.7.2/native/tests/seal/
H A Dcontext.cpp322 ASSERT_EQ(size_t(2), context_data->chain_index()); in TEST()
328 ASSERT_EQ(size_t(1), context_data->chain_index()); in TEST()
333 ASSERT_EQ(size_t(0), context_data->chain_index()); in TEST()
340 ASSERT_EQ(size_t(1), context.key_context_data()->chain_index()); in TEST()
341 ASSERT_EQ(size_t(0), context.first_context_data()->chain_index()); in TEST()
353 ASSERT_EQ(size_t(3), context_data->chain_index()); in TEST()
359 ASSERT_EQ(size_t(2), context_data->chain_index()); in TEST()
364 ASSERT_EQ(size_t(1), context_data->chain_index()); in TEST()
369 ASSERT_EQ(size_t(0), context_data->chain_index()); in TEST()
376 ASSERT_EQ(size_t(1), context.key_context_data()->chain_index()); in TEST()
[all …]
/dports/security/seal/SEAL-3.7.2/native/examples/
H A D3_levels.cpp113 cout << "----> Level (chain index): " << context_data->chain_index(); in example_levels()
132 cout << " Level (chain index): " << context_data->chain_index(); in example_levels()
206 cout << " Level (chain index): " << context_data->chain_index() << endl; in example_levels()
214 cout << " Level (chain index): " << context_data->chain_index() << endl; in example_levels()
311 cout << " Level (chain index): " << context_data->chain_index() << endl; in example_levels()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/src/libtools/
H A Dreducedgraph.cc215 vector<Index> chain, Index vertex, size_t& chain_index) { in reorderAndStoreChainIfDoesNotExist_() argument
221 if (((chain_index + index) % chain.size()) == 0) { in reorderAndStoreChainIfDoesNotExist_()
222 ++chain_index; in reorderAndStoreChainIfDoesNotExist_()
224 Index new_chain_index = (chain_index + index) % chain.size(); in reorderAndStoreChainIfDoesNotExist_()
276 size_t chain_index = 0; in init_() local
281 edges, expanded_edges_, chain, vertex, chain_index); in init_()
284 ++chain_index; in init_()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/src/libtools/
H A Dreducedgraph.cc215 vector<Index> chain, Index vertex, size_t& chain_index) { in reorderAndStoreChainIfDoesNotExist_() argument
221 if (((chain_index + index) % chain.size()) == 0) { in reorderAndStoreChainIfDoesNotExist_()
222 ++chain_index; in reorderAndStoreChainIfDoesNotExist_()
224 Index new_chain_index = (chain_index + index) % chain.size(); in reorderAndStoreChainIfDoesNotExist_()
276 size_t chain_index = 0; in init_() local
281 edges, expanded_edges_, chain, vertex, chain_index); in init_()
284 ++chain_index; in init_()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c90 u32 chain_index = act->chain_index; in mlxsw_sp_flower_parse_actions() local
95 chain_index, in mlxsw_sp_flower_parse_actions()
563 err = mlxsw_sp_mall_prio_get(block, f->common.chain_index, in mlxsw_sp_flower_mall_prio_check()
597 f->common.chain_index, in mlxsw_sp_flower_replace()
642 f->common.chain_index, in mlxsw_sp_flower_destroy()
670 f->common.chain_index, in mlxsw_sp_flower_stats()
708 f->common.chain_index, in mlxsw_sp_flower_tmplt_create()
723 f->common.chain_index, in mlxsw_sp_flower_tmplt_destroy()
734 u32 chain_index, unsigned int *p_min_prio, in mlxsw_sp_flower_prio_get() argument
740 chain_index, in mlxsw_sp_flower_prio_get()
H A Dspectrum_acl.c45 u32 chain_index; member
161 struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_acl_ruleset_create() argument
176 ruleset->ht_key.chain_index = chain_index; in mlxsw_sp_acl_ruleset_create()
233 struct mlxsw_sp_flow_block *block, u32 chain_index, in __mlxsw_sp_acl_ruleset_lookup() argument
240 ht_key.chain_index = chain_index; in __mlxsw_sp_acl_ruleset_lookup()
248 struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_acl_ruleset_lookup() argument
258 ruleset = __mlxsw_sp_acl_ruleset_lookup(acl, block, chain_index, ops); in mlxsw_sp_acl_ruleset_lookup()
266 struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_acl_ruleset_get() argument
283 return mlxsw_sp_acl_ruleset_create(mlxsw_sp, block, chain_index, ops, in mlxsw_sp_acl_ruleset_get()
779 if (!ruleset->ht_key.chain_index && in mlxsw_sp_acl_rule_add()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c90 u32 chain_index = act->chain_index; in mlxsw_sp_flower_parse_actions() local
95 chain_index, in mlxsw_sp_flower_parse_actions()
563 err = mlxsw_sp_mall_prio_get(block, f->common.chain_index, in mlxsw_sp_flower_mall_prio_check()
597 f->common.chain_index, in mlxsw_sp_flower_replace()
642 f->common.chain_index, in mlxsw_sp_flower_destroy()
670 f->common.chain_index, in mlxsw_sp_flower_stats()
708 f->common.chain_index, in mlxsw_sp_flower_tmplt_create()
723 f->common.chain_index, in mlxsw_sp_flower_tmplt_destroy()
734 u32 chain_index, unsigned int *p_min_prio, in mlxsw_sp_flower_prio_get() argument
740 chain_index, in mlxsw_sp_flower_prio_get()
H A Dspectrum_acl.c45 u32 chain_index; member
161 struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_acl_ruleset_create() argument
176 ruleset->ht_key.chain_index = chain_index; in mlxsw_sp_acl_ruleset_create()
233 struct mlxsw_sp_flow_block *block, u32 chain_index, in __mlxsw_sp_acl_ruleset_lookup() argument
240 ht_key.chain_index = chain_index; in __mlxsw_sp_acl_ruleset_lookup()
248 struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_acl_ruleset_lookup() argument
258 ruleset = __mlxsw_sp_acl_ruleset_lookup(acl, block, chain_index, ops); in mlxsw_sp_acl_ruleset_lookup()
266 struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_acl_ruleset_get() argument
283 return mlxsw_sp_acl_ruleset_create(mlxsw_sp, block, chain_index, ops, in mlxsw_sp_acl_ruleset_get()
779 if (!ruleset->ht_key.chain_index && in mlxsw_sp_acl_rule_add()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c90 u32 chain_index = act->chain_index; in mlxsw_sp_flower_parse_actions() local
95 chain_index, in mlxsw_sp_flower_parse_actions()
563 err = mlxsw_sp_mall_prio_get(block, f->common.chain_index, in mlxsw_sp_flower_mall_prio_check()
597 f->common.chain_index, in mlxsw_sp_flower_replace()
642 f->common.chain_index, in mlxsw_sp_flower_destroy()
670 f->common.chain_index, in mlxsw_sp_flower_stats()
708 f->common.chain_index, in mlxsw_sp_flower_tmplt_create()
723 f->common.chain_index, in mlxsw_sp_flower_tmplt_destroy()
734 u32 chain_index, unsigned int *p_min_prio, in mlxsw_sp_flower_prio_get() argument
740 chain_index, in mlxsw_sp_flower_prio_get()
H A Dspectrum_acl.c45 u32 chain_index; member
161 struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_acl_ruleset_create() argument
176 ruleset->ht_key.chain_index = chain_index; in mlxsw_sp_acl_ruleset_create()
233 struct mlxsw_sp_flow_block *block, u32 chain_index, in __mlxsw_sp_acl_ruleset_lookup() argument
240 ht_key.chain_index = chain_index; in __mlxsw_sp_acl_ruleset_lookup()
248 struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_acl_ruleset_lookup() argument
258 ruleset = __mlxsw_sp_acl_ruleset_lookup(acl, block, chain_index, ops); in mlxsw_sp_acl_ruleset_lookup()
266 struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_acl_ruleset_get() argument
283 return mlxsw_sp_acl_ruleset_create(mlxsw_sp, block, chain_index, ops, in mlxsw_sp_acl_ruleset_get()
779 if (!ruleset->ht_key.chain_index && in mlxsw_sp_acl_rule_add()
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/include/dnsdb/
H A Dnsec3-forall-label.h51 s8 chain_index; member
71 void nsec3_forall_label(zdb_zone *zone, s8 chain_index, bool callback_need_fqdn, bool opt_out, bool…
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Dnsec3-forall-label.c158 nsec3_forall_label(zdb_zone *zone, s8 chain_index, bool callback_need_fqdn, bool opt_out, bool can_… in nsec3_forall_label() argument
167 ctx.chain_index = chain_index; in nsec3_forall_label()
H A Dzdb-zone-maintenance.c473 if(zone->progressive_signature_update.chain_index < 0) in zdb_zone_maintenance_from()
518 if(zone->progressive_signature_update.chain_index < 0) in zdb_zone_maintenance_from()
608 zone->progressive_signature_update.chain_index = 0; in zdb_zone_maintenance_from()
656 while(zone->progressive_signature_update.chain_index >= 0) in zdb_zone_maintenance_from()
662 …ec3_zone *n3e = zdb_zone_get_nsec3chain(mctx.zone, zone->progressive_signature_update.chain_index); in zdb_zone_maintenance_from()
833 if(++zone->progressive_signature_update.chain_index < mctx.nsec3_chain_count) in zdb_zone_maintenance_from()
854 zone->progressive_signature_update.chain_index = -1; in zdb_zone_maintenance_from()
867 zone->progressive_signature_update.chain_index = -1; in zdb_zone_maintenance_from()
1251 prev_chain_index = zone->progressive_signature_update.chain_index; in zdb_zone_maintenance()
1265 zone->progressive_signature_update.chain_index = -1; in zdb_zone_maintenance()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/test/data/history/
H A Dhistory.32.sql11 …ds_url_chains (id INTEGER NOT NULL,chain_index INTEGER NOT NULL,url LONGVARCHAR NOT NULL, PRIMARY … field
H A Dhistory.27.sql11 …ds_url_chains (id INTEGER NOT NULL,chain_index INTEGER NOT NULL,url LONGVARCHAR NOT NULL, PRIMARY … field
H A Dhistory.26.sql12 …ds_url_chains (id INTEGER NOT NULL,chain_index INTEGER NOT NULL,url LONGVARCHAR NOT NULL,PRIMARY K… field
H A Dhistory.28.sql11 …ds_url_chains (id INTEGER NOT NULL,chain_index INTEGER NOT NULL,url LONGVARCHAR NOT NULL, PRIMARY … field
H A Dhistory.31.sql11 …ds_url_chains (id INTEGER NOT NULL,chain_index INTEGER NOT NULL,url LONGVARCHAR NOT NULL, PRIMARY … field
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/protocol/src/
H A Dsession_cipher.rs583 let chain_index = chain_key.index(); in get_or_create_message_key() localVariable
585 if chain_index > counter { in get_or_create_message_key()
594 Err(SignalProtocolError::DuplicatedMessage(chain_index, counter)) in get_or_create_message_key()
599 assert!(chain_index <= counter); in get_or_create_message_key()
601 let jump = (counter - chain_index) as usize; in get_or_create_message_key()
609 chain_index, in get_or_create_message_key()
617 chain_index, in get_or_create_message_key()

12345678910>>...13