Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.c217 static int countint (const TValue *key, int *nums) { in countint() function
260 ause += countint(gkey(n), nums); in numusehash()
352 nasize += countint(ek, nums); in rehash()
/freebsd/contrib/lua/src/
H A Dltable.c413 static int countint (lua_Integer key, unsigned int *nums) { in countint() function
464 ause += countint(keyival(n), nums); in numusehash()
611 na += countint(ivalue(ek), nums); in rehash()