Home
last modified time | relevance | path

Searched refs:already_have (Results 1 – 15 of 15) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DInferArguments.cpp40 bool already_have(const string &name) { in already_have() function in Halide::Internal::__anon0abcced30111::InferArguments
90 if (already_have(p.name())) return; in include_parameter()
129 if (already_have(b.name())) return; in include_buffer()
/dports/sysutils/xstow/xstow-1.0.2/src/
H A Dsetup_config.cpp130 if( already_have( s ) ) in operator +=()
169 bool VecStringValue::already_have( const std::string &s ) in already_have() function in VecStringValue
184 if( already_have( s ) ) in operator +=()
H A Dsetup_config.h219 bool already_have( const std::string &s );
/dports/biology/infernal/infernal-1.1.3/src/impl_sse/
H A Dcmsearch_dual96 if (! (main::already_have(\%tmp_h, \@hit))) {
150 sub main::already_have{
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dinode-sig.c286 const t_uchar * already_have; in arch_read_id_shortcut() local
295 already_have = assoc_get_str_taking (answer, this_sig_field); in arch_read_id_shortcut()
299 if (already_have) in arch_read_id_shortcut()
301 if (!str_cmp (rel_field_str (this_id_field), already_have)) in arch_read_id_shortcut()
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dfileio.cpp261 std::string already_have = m_hashes.hash_types(); in hashes() local
266 if (already_have.find_first_of(*scan) == -1) in hashes()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dfileio.cpp261 std::string already_have = m_hashes.hash_types(); in hashes() local
266 if (already_have.find_first_of(*scan) == -1) in hashes()
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Ddataset.py1432 already_have = True
1434 already_have = False
1436 already_have = False
1438 if already_have:
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dsuggest.cpp1210 hash_set<const char *> already_have; in try_ngram() local
1220 already_have.insert(i->soundslike); in try_ngram()
1238 if (already_have.have(sl)) continue; in try_ngram()
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dsuggest.cpp1210 hash_set<const char *> already_have; in try_ngram() local
1220 already_have.insert(i->soundslike); in try_ngram()
1238 if (already_have.have(sl)) continue; in try_ngram()
/dports/www/links/links-2.25/
H A Djsint.c1591 …if ((to_je_Ono[a]>>JS_OBJ_MASK_SIZE)==(fc->form_num))goto already_have; /* we already have this n… in js_upcall_get_forms()
1599 already_have:; in js_upcall_get_forms()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c2901 Bool already_have = vts_set__find__or__clone_and_add( &in_tab, cand ); in vts_tab__find__or__clone_and_add() local
2903 if (already_have) { in vts_tab__find__or__clone_and_add()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c2901 Bool already_have = vts_set__find__or__clone_and_add( &in_tab, cand ); in vts_tab__find__or__clone_and_add() local
2903 if (already_have) { in vts_tab__find__or__clone_and_add()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin2.c16672 ValNodePtr autopop_list = NULL, already_have = NULL; in ContinueWithAutopopulatedGeneticCodes() local
16736 … ValNodeAddPointer (&already_have, 0, SeqIdWholeLabel (SeqIdFindWorst (bsp->id), PRINTID_REPORT)); in ContinueWithAutopopulatedGeneticCodes()
16765 ValNodeAddPointer (&already_have, 0, StringSave (sap->id_list[j])); in ContinueWithAutopopulatedGeneticCodes()
16819 if (rval && already_have != NULL && affected_row == -1 && num_sequences > 1) in ContinueWithAutopopulatedGeneticCodes()
16822 (already_have->next == NULL ? in ContinueWithAutopopulatedGeneticCodes()
16825 already_have); in ContinueWithAutopopulatedGeneticCodes()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmacroapi.c7766 Boolean rval = FALSE, already_have; in SettRNACodons_Recognized() local
7809 already_have = FALSE; in SettRNACodons_Recognized()
7810 for (i = 0; i < codon_num && !already_have; i++) { in SettRNACodons_Recognized()
7812 already_have = TRUE; in SettRNACodons_Recognized()
7815 if (!already_have) { in SettRNACodons_Recognized()