Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BasicEm/
DDynMemManager.c147 uint16** ppL = ( uint16** )ptrA->memPtrE; in bbs_DynMemManager_alloc() local
148 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() local
290 while( ppL != NULL ) in bbs_DynMemManager_freeAll()
292 uint16* memPtrL = ( uint16* )ppL; in bbs_DynMemManager_freeAll()
293 ppL = ( uint16** )*ppL; in bbs_DynMemManager_freeAll()
/external/neven/Embedded/common/src/b_TensorEm/
DCluster2D.c677 int32 ppL, pmL, mpL, mmL, maxL; in bts_Cluster2D_alt() local
779 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()