Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c318 x86_match_cache(x86_cpu_cache_t *list, x86_cpu_cache_t *matcher) in x86_match_cache() argument
324 if (cur_cache->maxcpus == matcher->maxcpus in x86_match_cache()
325 && cur_cache->type == matcher->type in x86_match_cache()
326 && cur_cache->level == matcher->level in x86_match_cache()
327 && cur_cache->partitions == matcher->partitions in x86_match_cache()
328 && cur_cache->line_size == matcher->line_size in x86_match_cache()
329 && cur_cache->cache_size == matcher->cache_size) { in x86_match_cache()
/xnu-8020.101.4/tools/lldbmacros/
H A Dioreg.py1085 def GetMatchingEntries(matcher): argument
1107 if matcher(entry):
1144 def matcher(entry): function
1154 for entry in GetMatchingEntries(matcher):