Searched defs:MODWORD (Results 1 – 3 of 3) sorted by relevance
37 #define MODWORD(x) ((x) & (WORDSIZE-1)) /* x % WORDSIZE */ macro
206 static unsigned MODWORD(unsigned x) {return x & (EXT_WORDSIZE-1);} // x % EXT_WORDSIZE // MR9 in MODWORD() function
207 static unsigned MODWORD(unsigned x) {return x & (EXT_WORDSIZE-1);} // x % EXT_WORDSIZE // MR9 in MODWORD() function