Home
last modified time | relevance | path

Searched defs:hthash (Results 1 – 25 of 70) sorted by relevance

123

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dgeom.h138 static inline uint hthash(const vec &k) in hthash() function
194 static inline uint hthash(const ivec &k) in hthash() function
H A Dtristrip.h281 static inline uint hthash(const tristrip::edge &x) { return x.from^x.to; } in hthash() function
H A Dtools.h556 static inline uint hthash(const char *key) in hthash() function
568 static inline uint hthash(int key) in hthash() function
578 static inline uint hthash(uint key) in hthash() function
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dnormal.cpp33 static inline uint hthash(const nkey &k) in hthash() function
H A Doctarender.cpp44 static inline uint hthash(GLuint key) in hthash() function
258 static inline uint hthash(const sortkey &k) in hthash() function
797 static uint hthash(const edgegroup &g) in hthash() function
H A Dconsole.cpp613 static inline uint hthash(const fileskey &k) in hthash() function
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dnormal.cpp9 static inline uint hthash(const normalkey &k) { return hthash(k.pos); } in hthash() function
H A Dsmd.h427 static inline uint hthash(const smd::smdmeshgroup::smdvertkey &k) in hthash() function
H A Doctarender.cpp280 static inline uint hthash(const sortkey &k) in hthash() function
321 static inline uint hthash(const decalkey &k) in hthash() function
1003 static inline uint hthash(const edgegroup &g) in hthash() function
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dsmd.h458 static inline uint hthash(const smd::smdmeshgroup::smdvertkey &k) in hthash() function
/dports/games/tesseract-data/tesseract/src/engine/
H A Dsmd.h455 static inline uint hthash(const smd::smdmeshgroup::smdvertkey &k) in hthash() function
H A Dnormal.cpp9 static inline uint hthash(const normalkey &k) { return hthash(k.pos); } in hthash() function
H A Doctarender.cpp217 static inline uint hthash(const sortkey &k) in hthash() function
256 static inline uint hthash(const decalkey &k) in hthash() function
932 static inline uint hthash(const edgegroup &g) in hthash() function
/dports/games/tesseract/tesseract/src/engine/
H A Dnormal.cpp9 static inline uint hthash(const normalkey &k) { return hthash(k.pos); } in hthash() function
H A Dsmd.h455 static inline uint hthash(const smd::smdmeshgroup::smdvertkey &k) in hthash() function
H A Doctarender.cpp217 static inline uint hthash(const sortkey &k) in hthash() function
256 static inline uint hthash(const decalkey &k) in hthash() function
932 static inline uint hthash(const edgegroup &g) in hthash() function
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dsmd.h434 static inline uint hthash(const smd::smdmeshgroup::smdvertkey &k) in hthash() function
/dports/devel/emscripten/emscripten-2.0.3/tests/cubescript/
H A Dtools.h473 static inline uint hthash(const char *key) in hthash() function
485 static inline uint hthash(int key) in hthash() function
/dports/games/tesseract-data/tesseract/src/shared/
H A Dtools.h473 static inline uint hthash(const char *key) in hthash() function
509 static inline uint hthash(const stringslice &s) { return memhash(s.str, s.len); } in hthash() function
516 static inline uint hthash(int key) in hthash() function
527 static inline uint hthash(GLuint key) in hthash() function
/dports/games/tesseract/tesseract/src/shared/
H A Dtools.h473 static inline uint hthash(const char *key) in hthash() function
509 static inline uint hthash(const stringslice &s) { return memhash(s.str, s.len); } in hthash() function
516 static inline uint hthash(int key) in hthash() function
527 static inline uint hthash(GLuint key) in hthash() function
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Dtools.h503 static inline uint hthash(const char *key) in hthash() function
549 static inline uint hthash(const stringslice &s) { return memhash(s.str, s.len); } in hthash() function
556 static inline uint hthash(int key) in hthash() function
567 static inline uint hthash(GLuint key) in hthash() function
H A Dgeom.h60 static inline uint hthash(const vec2 &k) in hthash() function
250 static inline uint hthash(const vec &k) in hthash() function
1198 static inline uint hthash(const ivec &k) in hthash() function
1251 static inline uint hthash(const ivec2 &k) in hthash() function
1281 static inline uint hthash(const ivec4 &k) in hthash() function
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dtools.h507 static inline uint hthash(const char *key) in hthash() function
553 static inline uint hthash(const stringslice &s) { return memhash(s.str, s.len); } in hthash() function
560 static inline uint hthash(int key) in hthash() function
571 static inline uint hthash(GLuint key) in hthash() function
H A Dgeom.h59 static inline uint hthash(const vec2 &k) in hthash() function
255 static inline uint hthash(const vec &k) in hthash() function
1200 static inline uint hthash(const ivec &k) in hthash() function
1253 static inline uint hthash(const ivec2 &k) in hthash() function
1283 static inline uint hthash(const ivec4 &k) in hthash() function
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dtools.h627 static inline uint hthash(const char *key) in hthash() function
673 static inline uint hthash(const stringslice &s) { return memhash(s.str, s.len); } in hthash() function
680 static inline uint hthash(int key) in hthash() function
691 static inline uint hthash(GLuint key) in hthash() function

123