Home
last modified time | relevance | path

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

/dports/devel/dasm/dasm-2.20.14.1/research/
H A Dhash_compare.c13 #define MHASHAND (HASH_SIZE -1) macro
36 return result & MHASHAND; in hash1()
48 return result & MHASHAND; in hash1_mod1()
98 return ((((a << 8) & 0xFF00) | (b & 0xFF)) ) & MHASHAND; in fletcher_mod1()
118 return result & MHASHAND; in hash1_mod2()
134 return result & MHASHAND; in hash1_mod3()
149 return (((b << 8) & 0xFF00) | (a & 0xFF)) & MHASHAND; in fletcher()
186 printf("HASH_SIZE: %d, MHASHAND: 0x%04x\n", HASH_SIZE, MHASHAND); in main()
/dports/devel/dasm/dasm-2.20.14.1/src/
H A Dasm.h168 #define MHASHAND (MHASHSIZE -1) macro
H A Dmain.c1532 return ((((a << 8) & 0xFF00) | (b & 0xFF)) ) & MHASHAND; in hash1()