Searched refs:SPARSENESS (Results 1 – 2 of 2) sorted by relevance
274 #define SPARSENESS 4 /* 75% sparse */ macro319 (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()
13798 (mark_seen_cases): If SPARSENESS == 2, exploit AVL order.13800 Set xlo to -1 if SPARSENESS == 1 search failed.