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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c2040 | base_p this addr must be aligned
2055 UByte *base_p, *align_p; local
2100 base_p = VG_(arena_malloc) ( aid, cc, base_pszB_req );
2106 if (base_p == 0)
2108 /* base_p was marked as allocated by VALGRIND_MALLOCLIKE_BLOCK
2111 INNER_REQUEST(VALGRIND_FREELIKE_BLOCK(base_p, a->rz_szB));
2112 INNER_REQUEST(VALGRIND_MAKE_MEM_UNDEFINED(base_p, base_pszB_req));
2115 base_b = get_payload_block ( a, base_p );
2141 base_p + base_pszB_act
/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;

Completed in 83 milliseconds