Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dltable.c64 #define hashpointer(t,p) hashmod(t, IntPoint(p)) macro
114 return hashpointer(t, pvalue(key)); in mainposition()
116 return hashpointer(t, fvalue(key)); in mainposition()
118 return hashpointer(t, gcvalue(key)); in mainposition()
/external/syslinux/com32/lua/src/
Dltable.c64 #define hashpointer(t,p) hashmod(t, IntPoint(p)) macro
115 return hashpointer(t, pvalue(key)); in mainposition()
117 return hashpointer(t, fvalue(key)); in mainposition()
119 return hashpointer(t, gcvalue(key)); in mainposition()