Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/rpc/
H A Dsvc_dg.c456 #define SPARSENESS 4 /* 75% sparse */ macro
509 (xid % (SPARSENESS * ((struct cl_cache *) \
540 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
547 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
551 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.1113798 (mark_seen_cases): If SPARSENESS == 2, exploit AVL order.
13800 Set xlo to -1 if SPARSENESS == 1 search failed.