Home
last modified time | relevance | path

Searched refs:WORDSIZE (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
Dallocator.h71 const size_t WORDSIZE=16; variable
131 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()
/external/fio/
Dconfigure425 BUILD_BUG_ON(sizeof(long)*CHAR_BIT != WORDSIZE);
/external/bison/
DChangeLog-19981404 (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
DChangeLog-201218609 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):