Searched refs:WORDSIZE (Results 1 – 4 of 4) sorted by relevance
71 const size_t WORDSIZE=16; variable131 size = (size + (WORDSIZE - 1)) & ~(WORDSIZE - 1); in allocateMemory()141 blockSize = (size + sizeof(void*) + (WORDSIZE-1) > BLOCKSIZE) ? in allocateMemory()142 size + sizeof(void*) + (WORDSIZE-1) : BLOCKSIZE; in allocateMemory()
425 BUILD_BUG_ON(sizeof(long)*CHAR_BIT != WORDSIZE);
1404 (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
18609 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):