Home
last modified time | relevance | path

Searched refs:point2uint (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dllimits.h78 #define point2uint(p) ((unsigned int)((size_t)(p) & UINT_MAX)) macro
Dlstring.c254 unsigned int i = point2uint(str) % STRCACHE_N; /* hash */ in luaS_new()
Dltable.c85 #define hashpointer(t,p) hashmod(t, point2uint(p))