Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h49 struct __mf_cache { __mf_uintptr_t low; __mf_uintptr_t high; }; argument
50 extern struct __mf_cache __mf_lookup_cache [];
H A Dmf-impl.h78 struct __mf_cache *elem = & __mf_lookup_cache[__MF_CACHE_INDEX((ptr))]; \
H A Dmf-runtime.c171 struct __mf_cache __mf_lookup_cache [LOOKUP_CACHE_SIZE_MAX];
815 struct __mf_cache *entry = & __mf_lookup_cache [entry_idx]; in __mfu_check()
819 struct __mf_cache old_entry = *entry; in __mfu_check()
1078 struct __mf_cache *entry = & __mf_lookup_cache [0]; in __mf_uncache_object()
H A DChangeLog476 * mf-runtime.h.in: Wrap declarations of struct __mf_cache,