Home
last modified time | relevance | path

Searched defs:HASH_CON (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsymacc.h83 #define HASH_CON(p) ((p[0] ^ p[1]) % HASHSIZE) macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsymacc.h83 #define HASH_CON(p) ((p[0] ^ p[1]) % HASHSIZE) macro
/dports/math/libpgmath/flang-d07daf3/tools/shared/utils/
H A Dsymacc.h94 #define HASH_CON(p) ((p[0] ^ p[1]) % HASHSIZE) macro