Searched refs:MODWORD (Results 1 – 6 of 6) sorted by relevance
267 a.setword[DIVWORD(b)] = bitmask[MODWORD(b)];475 return( a.setword[DIVWORD(b)] & bitmask[MODWORD(b)] );593 a->setword[DIVWORD(e)] |= bitmask[MODWORD(e)];667 a.setword[DIVWORD(e)] ^= (a.setword[DIVWORD(e)]&bitmask[MODWORD(e)]);
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
434 return( p[DIVWORD(b)] & bitmask[MODWORD(b)] ); in set_el()
207 static unsigned MODWORD(unsigned x) {return x & (EXT_WORDSIZE-1);} // x % EXT_WORDSIZE // MR9 in MODWORD() function
465 return( p[DIVWORD(b)] & bitmask[MODWORD(b)] ); in set_el()