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

/freebsd-13-stable/contrib/lua/src/
H A Dlstring.c62 static void tablerehash (TString **vect, int osize, int nsize) { function
90 tablerehash(tb->hash, osize, nsize); /* depopulate shrinking part */
94 tablerehash(tb->hash, nsize, osize); /* restore to original size */
101 tablerehash(newvect, osize, nsize); /* rehash for new size */
128 tablerehash(tb->hash, 0, MINSTRTABSIZE); /* clear array */

Completed in 109 milliseconds