Home
last modified time | relevance | path

Searched refs:match_index (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c41 static inline int match_index(uint64_t c0, uint64_t c1) in match_index() function
108 first_equal = match_index(e0, e1); in vfae()
113 first_zero = match_index(z0, z1); in vfae()
177 first_equal = match_index(e0, e1); in vfee()
182 first_zero = match_index(z0, z1); in vfee()
235 first_inequal = match_index(e0, e1); in vfene()
249 first_zero = match_index(z0, z1); in vfene()
359 first_zero = match_index(z0, z1); in vstrc()
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py266 self.match_index: Dict[Type[Any], List[FileMatch]] = {}
273 if t not in self.match_index:
274 self.match_index[t] = list(self._matches_of_type(t))
275 return self.match_index[t] # type: ignore
299 self.match_index.clear()
357 lists = list(self.match_index.values())
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py419 match_index = re.findall(match_pattern, procout)
420 if len(match_index) != int(tidx["matchCount"]):
/openbmc/linux/drivers/hid/
H A Dhid-input.c122 static bool match_index(struct hid_usage *usage, in match_index() function
168 usage = hidinput_find_key(hid, match_index, ke->index, index); in hidinput_locate_usage()