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

/freebsd-13-stable/contrib/lua/src/
H A Dltable.c64 ** MAXHSIZE is the maximum size of the hash part. It is the minimum
68 #define MAXHSIZE luaM_limitN(1u << MAXHBITS, Node) macro
459 if (lsize > MAXHBITS || (1u << lsize) > MAXHSIZE)

Completed in 98 milliseconds