Searched refs:found_index (Results 1 – 2 of 2) sorted by relevance
338 std::optional<uint32_t> found_index = std::nullopt; in GetIndexOfChildWithName() local343 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()
8144 s32 found_index; in brcmf_translate_country_code() local8169 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()