Searched refs:primeForNumBits (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c49 static int primeForNumBits(int numBits) function in typeref:typename:int
56 primeForNumBits(n) >= hint.
70 } else if (primeForNumBits(numBits) < hint) {
102 while (primeForNumBits(hint) < (hash->size >> 1))
115 hash->numBuckets = primeForNumBits(hint);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c49 static int primeForNumBits(int numBits) function in typeref:typename:int
56 primeForNumBits(n) >= hint.
70 } else if (primeForNumBits(numBits) < hint) {
122 while (primeForNumBits(hint) < (hash->size >> 1))
135 hash->numBuckets = primeForNumBits(hint);

Completed in 3 milliseconds