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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.c127 static int arrayindex (const TValue *key) { function
147 i = arrayindex(key);
219 int k = arrayindex(key);
/freebsd-13-stable/contrib/lua/src/
H A Dltable.c288 static unsigned int arrayindex (lua_Integer k) { function
305 i = ttisinteger(key) ? arrayindex(ivalue(key)) : 0;
384 unsigned int k = arrayindex(key);

Completed in 111 milliseconds