Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_typedarray/
Dtest_typedarray.c85 const uint8_t nElem = 3; in External() local
86 int8_t* externalData = malloc(nElem*sizeof(int8_t)); in External()
95 nElem*sizeof(int8_t), in External()
103 nElem, in External()
/third_party/sqlite/src/
Dshell.c12996 int nElem = (nPg+1+31) / 32; in recoverBitmapAlloc() local
12997 int nByte = sizeof(RecoverBitmap) + nElem*sizeof(u32); in recoverBitmapAlloc()
/third_party/chromium/patch/
D0003-ohos-1115.patch120745 if( nElem==nAlloc ){
159919 if( nElem==nAlloc ){
166911 if( nElem==nAlloc ){
184374 for(ii=0; rc==SQLITE_OK && ii<nElem; ii+=2){