Home
last modified time | relevance | path

Searched defs:POINTER_HASH (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-common.c235 #define POINTER_HASH(x) (hashval_t)((intptr_t)x >> 3) macro
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc-common.c311 #define POINTER_HASH(x) (hashval_t)((intptr_t)x >> 3) macro