Searched refs:nums (Results 1 – 1 of 1) sorted by relevance
390 a += nums[i]; in computesizes()402 static int countint (lua_Integer key, unsigned int *nums) { in countint() argument405 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()418 static unsigned int numusearray (const Table *t, unsigned int *nums) { in numusearray() argument438 nums[lg] += lc; in numusearray()453 ause += countint(keyival(n), nums); in numusehash()590 unsigned int nums[MAXABITS + 1]; in rehash() local593 for (i = 0; i <= MAXABITS; i++) nums[i] = 0; /* reset counts */ in rehash()595 na = numusearray(t, nums); /* count keys in array part */ in rehash()600 na += countint(ivalue(ek), nums); in rehash()[all …]
Completed in 5 milliseconds