Searched refs:hwcap_idx (Results 1 – 1 of 1) sorted by relevance
184 int hwcap_idx = _dl_string_hwcap (name); in is_hwcap_platform() local187 if (hwcap_idx != -1 && ((1 << hwcap_idx) & hwcap_mask)) in is_hwcap_platform()191 hwcap_idx = _dl_string_platform (name); in is_hwcap_platform()192 if (hwcap_idx != -1) in is_hwcap_platform()