Home
last modified time | relevance | path

Searched refs:current_pair (Results 1 – 25 of 47) sorted by relevance

12

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A Drestart_util.cpp253 ParamResponsePair current_pair; in print_restart() local
255 restart_input_archive & current_pair; in print_restart() local
270 << current_pair.eval_id() in print_restart()
272 << current_pair; in print_restart()
324 ParamResponsePair current_pair; in print_restart_pdb() local
335 read_pairs.insert(current_pair); in print_restart_pdb()
501 ParamResponsePair current_pair; in print_restart_tabular() local
503 restart_input_archive & current_pair; in print_restart_tabular() local
605 ParamResponsePair current_pair; in read_neutral() local
722 ParamResponsePair current_pair; in repair_restart() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/i18n/
H A Dbuild_utf8_validator_tables.cc225 const Pair& current_pair = *it++; in MoveRightMostCharToSet() local
226 if (current_pair.character.size() == unconverted_bytes.size() + 1 && in MoveRightMostCharToSet()
229 current_pair.character.begin()) && in MoveRightMostCharToSet()
230 converted == current_pair.set) { in MoveRightMostCharToSet()
234 DCHECK_EQ(new_range.to() + 1, current_pair.character.back()); in MoveRightMostCharToSet()
235 new_range.AddByte(current_pair.character.back()); in MoveRightMostCharToSet()
239 unconverted_bytes = Character(current_pair.character.begin(), in MoveRightMostCharToSet()
240 current_pair.character.end() - 1); in MoveRightMostCharToSet()
241 new_range = Range(current_pair.character.back()); in MoveRightMostCharToSet()
242 converted = current_pair.set; in MoveRightMostCharToSet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/i18n/
H A Dbuild_utf8_validator_tables.cc225 const Pair& current_pair = *it++; in MoveRightMostCharToSet() local
226 if (current_pair.character.size() == unconverted_bytes.size() + 1 && in MoveRightMostCharToSet()
229 current_pair.character.begin()) && in MoveRightMostCharToSet()
230 converted == current_pair.set) { in MoveRightMostCharToSet()
234 DCHECK_EQ(new_range.to() + 1, current_pair.character.back()); in MoveRightMostCharToSet()
235 new_range.AddByte(current_pair.character.back()); in MoveRightMostCharToSet()
239 unconverted_bytes = Character(current_pair.character.begin(), in MoveRightMostCharToSet()
240 current_pair.character.end() - 1); in MoveRightMostCharToSet()
241 new_range = Range(current_pair.character.back()); in MoveRightMostCharToSet()
242 converted = current_pair.set; in MoveRightMostCharToSet()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_credentials_options.cc38 auto current_pair = static_cast<grpc_ssl_pem_key_cert_pair*>( in set_key_materials() local
40 current_pair->cert_chain = gpr_strdup(pem_key_cert_pairs[i]->cert_chain); in set_key_materials()
41 current_pair->private_key = gpr_strdup(pem_key_cert_pairs[i]->private_key); in set_key_materials()
42 cert_pair_list.emplace_back(grpc_core::PemKeyCertPair(current_pair)); in set_key_materials()
/dports/misc/libcomps/libcomps-0.1.17/libcomps/src/
H A Dcomps_radix.c470 } *pair, *current_pair=NULL;//, *oldpair=NULL; in __comps_rtree_all() local
493 current_pair = to_process->first->data; in __comps_rtree_all()
496 if (current_pair->data) { in __comps_rtree_all()
498 comps_hslist_append(ret, __comps_strcpy(current_pair->key), 0); in __comps_rtree_all()
500 comps_hslist_append(ret, current_pair->data, 0); in __comps_rtree_all()
503 rtpair->key = __comps_strcpy(current_pair->key); in __comps_rtree_all()
504 rtpair->data = current_pair->data; in __comps_rtree_all()
508 for (hsit = current_pair->subnodes->first, x = 0; in __comps_rtree_all()
511 pair->key = __comps_strcat(current_pair->key, in __comps_rtree_all()
517 free(current_pair->key); in __comps_rtree_all()
[all …]
H A Dcomps_objmradix.c616 } *pair, *current_pair=NULL;//, *oldpair=NULL; in __comps_objmrtree_all() local
639 current_pair = to_process->first->data; in __comps_objmrtree_all()
642 if (current_pair->data) { in __comps_objmrtree_all()
644 comps_hslist_append(ret, __comps_strcpy(current_pair->key), 0); in __comps_objmrtree_all()
646 comps_hslist_append(ret, current_pair->data, 0); in __comps_objmrtree_all()
649 rtpair->key = __comps_strcpy(current_pair->key); in __comps_objmrtree_all()
650 rtpair->data = current_pair->data; in __comps_objmrtree_all()
654 for (hsit = current_pair->subnodes->first, x = 0; in __comps_objmrtree_all()
657 pair->key = __comps_strcat(current_pair->key, in __comps_objmrtree_all()
663 free(current_pair->key); in __comps_objmrtree_all()
[all …]
H A Dcomps_objradix.c627 } *pair, *current_pair=NULL;//, *oldpair=NULL; in __comps_objrtree_all() local
650 current_pair = to_process->first->data; in __comps_objrtree_all()
653 if (current_pair->data) { in __comps_objrtree_all()
655 comps_hslist_append(ret, __comps_strcpy(current_pair->key), 0); in __comps_objrtree_all()
657 comps_hslist_append(ret, current_pair->data, 0); in __comps_objrtree_all()
660 rtpair->key = __comps_strcpy(current_pair->key); in __comps_objrtree_all()
661 rtpair->data = current_pair->data; in __comps_objrtree_all()
665 for (hsit = current_pair->subnodes->first, x = 0; in __comps_objrtree_all()
668 pair->key = __comps_strcat(current_pair->key, in __comps_objrtree_all()
674 free(current_pair->key); in __comps_objrtree_all()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/openMVG/sfm/pipelines/sequential/
H A Dsequential_SfM.cpp123 const Pair current_pair = iter->first; in GetPairWithMostMatches() local
124 if (valid_views.count(current_pair.first) && in GetPairWithMostMatches()
125 valid_views.count(current_pair.second) ) in GetPairWithMostMatches()
356 const Pair current_pair = match_pair.first; in AutomaticInitialPairChoice() local
358 const uint32_t I = std::min(current_pair.first, current_pair.second); in AutomaticInitialPairChoice()
359 const uint32_t J = std::max(current_pair.first, current_pair.second); in AutomaticInitialPairChoice()
434 scoring_per_pair.emplace_back(scoring_angle, current_pair); in AutomaticInitialPairChoice()
453 bool SequentialSfMReconstructionEngine::MakeInitialPair3D(const Pair & current_pair) in MakeInitialPair3D() argument
458 I = std::min(current_pair.first, current_pair.second), in MakeInitialPair3D()
459 J = std::max(current_pair.first, current_pair.second); in MakeInitialPair3D()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dliteral-objects.cc206 AccessorPair* current_pair = AccessorPair::cast(existing_value); in AddToDictionaryTemplate() local
209 GetExistingValueIndex(current_pair->getter()); in AddToDictionaryTemplate()
211 GetExistingValueIndex(current_pair->setter()); in AddToDictionaryTemplate()
227 current_pair->set_getter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
234 current_pair->set_setter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
252 AccessorPair* current_pair = AccessorPair::cast(existing_value); in AddToDictionaryTemplate() local
255 GetExistingValueIndex(current_pair->get(component)); in AddToDictionaryTemplate()
257 current_pair->set(component, value); in AddToDictionaryTemplate()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/include/
H A Dcong-pair-impl.hpp174 auto& current_pair = _pairs_to_mult.front(); in run_impl() local
184 this->to_external_const(current_pair.first), in run_impl()
188 this->to_external_const(current_pair.second), in run_impl()
195 this->to_external_const(current_pair.first), in run_impl()
199 this->to_external_const(current_pair.second), in run_impl()
/dports/math/libsemigroups/libsemigroups-1.3.7/include/libsemigroups/
H A Dcong-pair-impl.hpp143 auto& current_pair = _pairs_to_mult.front(); in run_impl() local
154 this->to_external_const(current_pair.first), in run_impl()
159 this->to_external_const(current_pair.second), in run_impl()
167 this->to_external_const(current_pair.first), in run_impl()
172 this->to_external_const(current_pair.second), in run_impl()
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dkern.cc117 const uint32_t current_pair in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dkern.cc117 const uint32_t current_pair in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/src/
H A Dkern.cc117 const uint32_t current_pair in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ots/src/
H A Dkern.cc117 const uint32_t current_pair in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dkern.cc117 const uint32_t current_pair in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dkern.cc117 const uint32_t current_pair in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ots/src/
H A Dkern.cc117 const uint32_t current_pair in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dkern.cc117 const uint32_t current_pair in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dliteral-objects.cc179 AccessorPair current_pair = AccessorPair::cast(existing_value); in AddToDictionaryTemplate() local
182 GetExistingValueIndex(current_pair.getter()); in AddToDictionaryTemplate()
184 GetExistingValueIndex(current_pair.setter()); in AddToDictionaryTemplate()
206 current_pair.set_getter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
214 current_pair.set_setter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
238 AccessorPair current_pair = AccessorPair::cast(existing_value); in AddToDictionaryTemplate() local
241 GetExistingValueIndex(current_pair.get(component)); in AddToDictionaryTemplate()
243 current_pair.set(component, value); in AddToDictionaryTemplate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dliteral-objects.cc180 AccessorPair current_pair = AccessorPair::cast(existing_value); in AddToDictionaryTemplate() local
183 GetExistingValueIndex(current_pair.getter()); in AddToDictionaryTemplate()
185 GetExistingValueIndex(current_pair.setter()); in AddToDictionaryTemplate()
207 current_pair.set_getter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
215 current_pair.set_setter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
239 AccessorPair current_pair = AccessorPair::cast(existing_value); in AddToDictionaryTemplate() local
242 GetExistingValueIndex(current_pair.get(component)); in AddToDictionaryTemplate()
244 current_pair.set(component, value); in AddToDictionaryTemplate()
/dports/misc/openmvg/openMVG-2.0/src/openMVG/sfm/pipelines/
H A Drelative_pose_engine.cpp110 const Pair current_pair(*std::begin(match_pairs)); in Process() local
113 I = current_pair.first, in Process()
114 J = current_pair.second; in Process()
130 const matching::IndMatches & matches = matches_provider_->pairWise_matches_.at(current_pair); in Process()
/dports/misc/openmvg/openMVG-2.0/src/openMVG/matching_image_collection/
H A DGeometricFilter.hpp89 Pair current_pair = iter->first; in Robust_model_estimation() local
122 _map_GeometricMatches.insert( {current_pair, std::move(putative_inliers)}); in Robust_model_estimation()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/object/
H A Dobjcollide.cpp194 int weapon_will_never_hit( object *obj_weapon, object *other, obj_pair * current_pair ) in weapon_will_never_hit() argument
243 if ( current_pair ) { in weapon_will_never_hit()
284 current_pair->next_check_time = timestamp(0); in weapon_will_never_hit()
301 current_pair->next_check_time = timestamp(0); // check next time in weapon_will_never_hit()
326 current_pair->next_check_time = timestamp(0); // check next time in weapon_will_never_hit()
338 current_pair->next_check_time = timestamp(0); in weapon_will_never_hit()
351 current_pair->next_check_time = timestamp( fl2i(earliest_time) ); in weapon_will_never_hit()
354 current_pair->next_check_time = timestamp(0); // check next time in weapon_will_never_hit()
374 current_pair->next_check_time = timestamp(time_ms); in weapon_will_never_hit()
379 current_pair->next_check_time = timestamp(0); // check next time in weapon_will_never_hit()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ots/src/
H A Dkern.cc133 const uint32_t current_pair
135 if (j != 0 && current_pair <= last_pair) {
141 last_pair = current_pair;

12