Searched defs:match (Results 1 – 3 of 3) sorted by relevance
69 match = line_pattern.search(line) variable72 match = address_pattern.search(line) variable
57 unsigned match; /* use base and extra for symbol >= match */ local
92 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match) in poll_idle_status()