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

/freebsd-13-stable/contrib/lua/src/
H A Dltable.c248 static int ispow2realasize (const Table *t) { function
885 if (ispow2realasize(t) && !ispow2(limit - 1)) {
894 if (ispow2realasize(t) && boundary > luaH_realasize(t) / 2) {

Completed in 85 milliseconds