Searched refs:base_p (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp1393 icvExpandBaseLevelC1( _CvPyramid * base_p, _CvPyramid * p, _CvPyramidBase * start, int width ) argument
1395 int x = (int)((_CvPyramidBase *) base_p - start);
1404 p->c = base_p->c;
1569 icvExpandBaseLevelC3( _CvPyramidC3 * base_p, _CvPyramidC3 * p, argument
1572 int x = (int)((_CvPyramidBaseC3 *) base_p - start);
1581 p->c = base_p->c;
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1907 | base_p this addr must be aligned
1922 UByte *base_p, *align_p; local
1966 base_p = VG_(arena_malloc) ( aid, cc, base_pszB_req );
1972 if (base_p == 0)
1976 base_b = get_payload_block ( a, base_p );
2002 base_p + base_pszB_act

Completed in 63 milliseconds