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

  /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...]
  /external/grub/netboot/
tulip.c 441 u16 newtable[32]; /* Max length below. */
764 memcpy(ee_data + 26, eeprom_fixups[i].newtable,
765 sizeof(eeprom_fixups[i].newtable));
440 u16 newtable[32]; \/* Max length below. *\/ member in struct:fixups
    [all...]

Completed in 118 milliseconds