Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_mallocfree.c2151 UByte *base_p, *align_p; in VG_() local
2196 base_p = VG_(arena_malloc) ( aid, cc, base_pszB_req ); in VG_()
2202 if (base_p == 0) in VG_()
2207 INNER_REQUEST(VALGRIND_FREELIKE_BLOCK(base_p, a->rz_szB)); in VG_()
2208 INNER_REQUEST(VALGRIND_MAKE_MEM_UNDEFINED(base_p, base_pszB_req)); in VG_()
2211 base_b = get_payload_block ( a, base_p ); in VG_()
2237 base_p + base_pszB_act in VG_()
/external/opencv/cv/src/
Dcvpyrsegmentation.cpp1393 icvExpandBaseLevelC1( _CvPyramid * base_p, _CvPyramid * p, _CvPyramidBase * start, int width ) in icvExpandBaseLevelC1() argument
1395 int x = (int)((_CvPyramidBase *) base_p - start); in icvExpandBaseLevelC1()
1404 p->c = base_p->c; in icvExpandBaseLevelC1()
1569 icvExpandBaseLevelC3( _CvPyramidC3 * base_p, _CvPyramidC3 * p, in icvExpandBaseLevelC3() argument
1572 int x = (int)((_CvPyramidBaseC3 *) base_p - start); in icvExpandBaseLevelC3()
1581 p->c = base_p->c; in icvExpandBaseLevelC3()