HomeSort by relevance Sort by last modified time
    Searched refs:nObjects (Results 1 - 9 of 9) sorted by null

  /external/opencv/cvaux/src/
cveigenobjects.cpp 198 // Parameters: nObjects - number of source objects
212 icvCalcCovarMatrixEx_8u32fR( int nObjects, void *input, int objStep1,
221 if( nObjects < 2 )
244 ngr = nObjects / nio; /* number of io groups */
245 if( nObjects % nio )
259 if( imax > nObjects )
260 imax = nObjects;
290 covarMatrix[io * nObjects + jo] = covarMatrix[jo * nObjects + io] = w;
295 for( jo = imax; jo < nObjects; jo++
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nmsupp.h 62 extern DWORD WINAPI GrowObjectHeap(HOBJECTHEAP hObjectHeap,DWORD nObjects);
netmon.h 1032 DWORD WINAPI GrowObjectHeap(HOBJECTHEAP hObjectHeap,DWORD nObjects);
    [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 54 static int nObjects, nDirectories, nPages;
422 nObjects++;
586 "%d NAND pages\n",nObjects, nDirectories, nPages);
mkyaffs2image.c 74 static int nObjects, nDirectories, nPages;
409 nObjects++;
673 "%d NAND pages\n",nObjects, nDirectories, nPages);
  /external/opencv/cvaux/include/
cvaux.h 74 CVAPI(void) cvCalcCovarMatrixEx( int nObjects, void* input, int ioFlags,
80 CVAPI(void) cvCalcEigenObjects( int nObjects, void* input, void* output,
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 1298 static int yaffs_CreateFreeObjects(yaffs_Device * dev, int nObjects)
1304 if (nObjects < 1)
1308 newObjects = YMALLOC(nObjects * sizeof(yaffs_Object));
1317 for (i = 0; i < nObjects - 1; i++) {
1322 newObjects[nObjects - 1].siblings.next = (void *)dev->freeObjects;
1324 dev->nFreeObjects += nObjects;
1325 dev->nObjectsCreated += nObjects;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 1796 milliseconds