Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dllimits.h63 #define point2uint(p) ((unsigned int)((size_t)(p) & UINT_MAX)) macro
H A Dlstring.c206 unsigned int i = point2uint(str) % STRCACHE_SIZE; /* hash */ in luaS_new()
H A Dltable.c77 #define hashpointer(t,p) hashmod(t, point2uint(p))