Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.c80 static Node *hashnum (const Table *t, lua_Number n) { in hashnum() function
100 return hashnum(t, nvalue(key)); in mainposition()
454 Node *n = hashnum(t, nk); in luaH_getint()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c84 static Node *hashnum (const Table *t, lua_Number n) { in hashnum() function
103 return hashnum(t, nvalue(key)); in mainposition()
441 Node *n = hashnum(t, nk); in luaH_getnum()