Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/rpc/
H A Dsvc_udp.c274 #define SPARSENESS 4 /* 75% sparse */ macro
319 (xid % (SPARSENESS*((struct udp_cache *) su_data(transp)->su_cache)->uc_size))
339 if (size > SIZE_MAX / (sizeof(cache_ptr) * SPARSENESS) || in svcudp_enablecache()
340 (uc->uc_entries = calloc(size, sizeof(cache_ptr) * SPARSENESS)) == NULL) { in svcudp_enablecache()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.1113798 (mark_seen_cases): If SPARSENESS == 2, exploit AVL order.
13800 Set xlo to -1 if SPARSENESS == 1 search failed.