Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dalloc.c51 #define THRNUM_SHIFT 48 /* for 65k threads, 2^48 rrsets per thr. */ macro
110 alloc->next_id <<= THRNUM_SHIFT; /* of *_id is used. */ in alloc_init()
112 alloc->last_id <<= THRNUM_SHIFT; /* or implicit 'int' ops. */ in alloc_init()
205 alloc->next_id <<= THRNUM_SHIFT; /* in steps for comp. */ in alloc_get_id()