Searched refs:nElem (Results 1 – 3 of 3) sorted by relevance
85 const uint8_t nElem = 3; in External() local86 int8_t* externalData = malloc(nElem*sizeof(int8_t)); in External()95 nElem*sizeof(int8_t), in External()103 nElem, in External()
12996 int nElem = (nPg+1+31) / 32; in recoverBitmapAlloc() local12997 int nByte = sizeof(RecoverBitmap) + nElem*sizeof(u32); in recoverBitmapAlloc()
120745 if( nElem==nAlloc ){159919 if( nElem==nAlloc ){166911 if( nElem==nAlloc ){184374 for(ii=0; rc==SQLITE_OK && ii<nElem; ii+=2){