Searched defs:WORDSIZE (Results 1 – 2 of 2) sorted by relevance
15 * obviously: define(WORDSIZE, 32) macro
70 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD) macro