Searched refs:EXT_WORDSIZE (Results 1 – 2 of 2) sorted by relevance
60 #define EXT_WORDSIZE (sizeof(char)*8) macro206 static unsigned MODWORD(unsigned x) {return x & (EXT_WORDSIZE-1);} // x % EXT_WORDSIZE // MR9 in MODWORD()
60 #define EXT_WORDSIZE (sizeof(char)*8) macro207 static unsigned MODWORD(unsigned x) {return x & (EXT_WORDSIZE-1);} // x % EXT_WORDSIZE // MR9 in MODWORD()