Home
last modified time | relevance | path

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

/dports/games/edge/Edge-1.35-source/ddf/
H A Dline.cc40 #define DDF_LineHashFunc(x) (((x) + LOOKUP_CACHESIZE) % LOOKUP_CACHESIZE) macro
1785 int slot = DDF_LineHashFunc(id); in Lookup()