Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.c127 static int arrayindex (const TValue *key) { in arrayindex() function
147 i = arrayindex(key); in findindex()
219 int k = arrayindex(key); in countint()
/freebsd-12.1/contrib/lua/src/
H A Dltable.c144 static unsigned int arrayindex (const TValue *key) { in arrayindex() function
162 i = arrayindex(key); in findindex()
244 unsigned int k = arrayindex(key); in countint()