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

  /external/opencv/cxcore/src/
cximage.cpp 215 CvMatrix::CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data )
220 cvInitMatHeader( matrix, rows, cols, type, alloc_data ?
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 310 static u8 *alloc_data(ssize_t bytes0, int map_flags, function
391 return alloc_data(bytes, MAP_SHARED, 1, g->p.init_cpu0, g->p.thp, g->p.init_random);
399 return alloc_data(bytes, MAP_SHARED, 0, g->p.init_cpu0, g->p.thp, g->p.init_random);
408 return alloc_data(bytes, MAP_PRIVATE, 0, g->p.init_cpu0, g->p.thp, g->p.init_random);
1298 g = (void *)alloc_data(sizeof(*g), MAP_SHARED, 1, 0, 0 /* THP */, 0);
    [all...]
  /external/opencv/cxcore/include/
cxcore.hpp 221 CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data=true );

Completed in 162 milliseconds