Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dallocator.h71 const size_t WORDSIZE=16; variable
132 size = (size + (WORDSIZE - 1)) & ~(WORDSIZE - 1); in allocateMemory()
142 blockSize = (size + sizeof(void*) + (WORDSIZE-1) > BLOCKSIZE) ? in allocateMemory()
143 size + sizeof(void*) + (WORDSIZE-1) : BLOCKSIZE; in allocateMemory()