Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dltable.c61 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro
64 #define hashpointer(t,p) hashmod(t, IntPoint(p))
89 return hashmod(t, a[0]); in hashnum()