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

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prerror.h 309 ** respectively. `lookup' and `newtable' contain pointers to
318 PRErrorCallbackNewTableFn *newtable,
  /external/opencv/cxcore/src/
cxarray.cpp 842 void** newtable; local
844 int newrawsize = newsize*sizeof(newtable[0]);
850 CV_CALL( newtable = (void**)cvAlloc( newrawsize ));
851 memset( newtable, 0, newrawsize );
858 node->next = (CvSparseNode*)newtable[newidx];
859 newtable[newidx] = node;
864 mat->hashtable = newtable;
    [all...]

Completed in 1068 milliseconds