Searched refs:__mf_cache (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h49 struct __mf_cache { __mf_uintptr_t low; __mf_uintptr_t high; }; struct
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];
819 struct __mf_cache old_entry = *entry;
1078 struct __mf_cache *entry = & __mf_lookup_cache [0];

Completed in 103 milliseconds