Home
last modified time | relevance | path

Searched refs:found_index (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectSynthetic.cpp338 std::optional<uint32_t> found_index = std::nullopt; in GetIndexOfChildWithName() local
343 found_index = name_to_index->second; in GetIndexOfChildWithName()
346 if (!found_index && m_synth_filter_up != nullptr) { in GetIndexOfChildWithName()
353 } else if (!found_index && m_synth_filter_up == nullptr) { in GetIndexOfChildWithName()
356 } else if (found_index) in GetIndexOfChildWithName()
357 return *found_index; in GetIndexOfChildWithName()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c8144 s32 found_index; in brcmf_translate_country_code() local
8169 found_index = -1; in brcmf_translate_country_code()
8172 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code()
8173 found_index = i; in brcmf_translate_country_code()
8176 found_index = i; in brcmf_translate_country_code()
8180 if (found_index == -1) { in brcmf_translate_country_code()
8185 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()
8186 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()