Home
last modified time | relevance | path

Searched refs:nums (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dltable.c390 a += nums[i]; in computesizes()
402 static int countint (lua_Integer key, unsigned int *nums) { in countint() argument
405 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()
418 static unsigned int numusearray (const Table *t, unsigned int *nums) { in numusearray() argument
438 nums[lg] += lc; in numusearray()
453 ause += countint(keyival(n), nums); in numusehash()
590 unsigned int nums[MAXABITS + 1]; in rehash() local
593 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