Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dutil.c272 unsigned int tac_hash = 1; in tactical_hash_from_key() local
276 tac_hash = tac_hash * (unsigned int)*jj++; in tactical_hash_from_key()
279 tac_hash = tac_hash % TACTICAL_HASH_SIZE; in tactical_hash_from_key()
282 return (tac_hash); in tactical_hash_from_key()