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