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

/freebsd-13-stable/contrib/lua/src/
H A Dltable.c811 static lua_Unsigned hash_search (Table *t, lua_Unsigned j) { function
875 ** 'hash_search' to find a boundary in the hash part of the table.
923 return hash_search(t, limit);

Completed in 57 milliseconds