Home
last modified time | relevance | path

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

/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dkeyword.c27 #define HASH_EXPONENT 7 /* must be less than 17 */ macro
42 static const unsigned int TableSize = 1 << HASH_EXPONENT;
100 value >>= 16 - HASH_EXPONENT; /* scale up by hash size and move down */ in hashValue()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dkeyword.c27 #define HASH_EXPONENT 7 /* must be less than 17 */ macro
42 static const unsigned int TableSize = 1 << HASH_EXPONENT;
100 value >>= 16 - HASH_EXPONENT; /* scale up by hash size and move down */ in hashValue()
/dports/devel/ctags/ctags-5.8/
H A Dkeyword.c27 #define HASH_EXPONENT 7 /* must be less than 17 */ macro
42 static const unsigned int TableSize = 1 << HASH_EXPONENT;
100 value >>= 16 - HASH_EXPONENT; /* scale up by hash size and move down */ in hashValue()
/dports/japanese/ctags/ctags-5.8j2/
H A Dkeyword.c27 #define HASH_EXPONENT 7 /* must be less than 17 */ macro
42 static const unsigned int TableSize = 1 << HASH_EXPONENT;
100 value >>= 16 - HASH_EXPONENT; /* scale up by hash size and move down */ in hashValue()