NWORDS
#define NWORDS (sizeof (wordtab) / sizeof (wordtab[0]))
#define NWORDS(n) (((n)+32)/32)
#define NWORDS(n) (((n)+16)/16)