Searched refs:ppL (Results 1 – 2 of 2) sorted by relevance
147 uint16** ppL = ( uint16** )ptrA->memPtrE; in bbs_DynMemManager_alloc() local148 while( *ppL != NULL ) ppL = ( uint16** )*ppL; in bbs_DynMemManager_alloc()149 *ppL = ptrA->mallocFPtrE( cpA, memSegPtrA, ( sizeA + bbs_MEM_OFFSET ) << 1 ); in bbs_DynMemManager_alloc()150 pL = *ppL; in bbs_DynMemManager_alloc()289 uint16** ppL = ( uint16** )ptrA->memPtrE; in bbs_DynMemManager_freeAll() local290 while( ppL != NULL ) in bbs_DynMemManager_freeAll()292 uint16* memPtrL = ( uint16* )ppL; in bbs_DynMemManager_freeAll()293 ppL = ( uint16** )*ppL; in bbs_DynMemManager_freeAll()
677 int32 ppL, pmL, mpL, mmL, maxL; in bts_Cluster2D_alt() local779 ppL = cL * pxqxL - rL * pyqxL + cL * pyqyL + rL * pxqyL; in bts_Cluster2D_alt()784 maxL = bbs_max( bbs_max( ppL, pmL ), bbs_max( mpL, mmL ) ); in bts_Cluster2D_alt()791 if( ppL == maxL ) in bts_Cluster2D_alt()