Searched refs:point2uint (Results 1 – 3 of 3) sorted by relevance
59 #define point2uint(p) ((unsigned int)((size_t)(p) & UINT_MAX)) macro
220 unsigned int i = point2uint(str) % STRCACHE_N; /* hash */ in luaS_new()
72 #define hashpointer(t,p) hashmod(t, point2uint(p))