Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllimits.h91 #define point2uint(p) ((unsigned int)((L_P2I)(p) & UINT_MAX)) macro
H A Dlstring.c242 unsigned int i = point2uint(str) % STRCACHE_N; /* hash */ in luaS_new()
H A Dltable.c88 #define hashpointer(t,p) hashmod(t, point2uint(p))