Searched refs:HASHBITS (Results 1 – 6 of 6) sorted by relevance
1336 #define HASHBITS 65535 macro1359 hash = (hash & HASHBITS) % SYMHASHSIZE;
1772 #define HASHBITS 30 macro1790 hi &= (1 << HASHBITS) - 1;2192 hi = aux.isym & ((1 << HASHBITS) - 1);
12991 (HASHBITS): Remove.12996 (SYMHASH): Don't use HASHBITS.13000 (const_hash_rtx): Return unsigned int. Don't use HASHBITS.
1663 #define HASHBITS 30 macro1678 hi &= (1 << HASHBITS) - 1; in hash_string()2070 hi = aux.isym & ((1 << HASHBITS) - 1); in add_aux_sym_tir()
921 #define HASHBITS 30 macro1898 hi = aux.isym & ((1 << HASHBITS) - 1); in add_aux_sym_tir()
922 #define HASHBITS 30 macro1899 hi = aux.isym & ((1 << HASHBITS) - 1); in add_aux_sym_tir()