Home
last modified time | relevance | path

Searched refs:mspA (Results 1 – 25 of 48) sorted by relevance

12

/external/neven/Embedded/common/src/b_BasicEm/
DInt16Arr.c134 struct bbs_MemSeg* mspA ) in bbs_Int16Arr_create() argument
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int16 ) ); in bbs_Int16Arr_create()
148 if( !mspA->sharedE ) ptrA->mspE = mspA; in bbs_Int16Arr_create()
157 struct bbs_MemSeg* mspA, in bbs_Int16Arr_createAligned() argument
162 bbs_Int16Arr_create( cpA, allocPtrA, sizeA + ( ( alignBytesA - 1 ) >> 1 ), mspA ); in bbs_Int16Arr_createAligned()
243 struct bbs_MemSeg* mspA ) in bbs_Int16Arr_memRead() argument
249 bbs_Int16Arr_create( cpA, ptrA, sizeL, mspA ); in bbs_Int16Arr_memRead()
DAPhArr.c134 struct bbs_MemSeg* mspA ) in bbs_APhArr_create() argument
143 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( struct bbs_APh ) ); in bbs_APhArr_create()
147 if( !mspA->sharedE ) ptrA->mspE = mspA; in bbs_APhArr_create()
202 struct bbs_MemSeg* mspA ) in bbs_APhArr_memRead() argument
208 bbs_APhArr_create( cpA, ptrA, sizeL, mspA ); in bbs_APhArr_memRead()
DComplexArr.c134 struct bbs_MemSeg* mspA ) in bbs_ComplexArr_create() argument
143 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( struct bbs_Complex ) ); in bbs_ComplexArr_create()
147 if( !mspA->sharedE ) ptrA->mspE = mspA; in bbs_ComplexArr_create()
203 struct bbs_MemSeg* mspA ) in bbs_ComplexArr_memRead() argument
209 bbs_ComplexArr_create( cpA, ptrA, sizeL, mspA ); in bbs_ComplexArr_memRead()
DUInt32Arr.c134 struct bbs_MemSeg* mspA ) in bbs_UInt32Arr_create() argument
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( uint32 ) ); in bbs_UInt32Arr_create()
148 if( !mspA->sharedE ) ptrA->mspE = mspA; in bbs_UInt32Arr_create()
203 struct bbs_MemSeg* mspA ) in bbs_UInt32Arr_memRead() argument
209 bbs_UInt32Arr_create( cpA, ptrA, sizeL, mspA ); in bbs_UInt32Arr_memRead()
DInt8Arr.c134 struct bbs_MemSeg* mspA ) in bbs_Int8Arr_create() argument
148 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeL >> 1 ); in bbs_Int8Arr_create()
153 if( !mspA->sharedE ) ptrA->mspE = mspA; in bbs_Int8Arr_create()
209 struct bbs_MemSeg* mspA ) in bbs_Int8Arr_memRead() argument
215 bbs_Int8Arr_create( cpA, ptrA, sizeL, mspA ); in bbs_Int8Arr_memRead()
DUInt8Arr.c134 struct bbs_MemSeg* mspA ) in bbs_UInt8Arr_create() argument
148 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeL >> 1 ); in bbs_UInt8Arr_create()
153 if( !mspA->sharedE ) ptrA->mspE = mspA; in bbs_UInt8Arr_create()
208 struct bbs_MemSeg* mspA ) in bbs_UInt8Arr_memRead() argument
214 bbs_UInt8Arr_create( cpA, ptrA, sizeL, mspA ); in bbs_UInt8Arr_memRead()
DInt32Arr.c134 struct bbs_MemSeg* mspA ) in bbs_Int32Arr_create() argument
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int32 ) ); in bbs_Int32Arr_create()
148 if( !mspA->sharedE ) ptrA->mspE = mspA; in bbs_Int32Arr_create()
203 struct bbs_MemSeg* mspA ) in bbs_Int32Arr_memRead() argument
209 bbs_Int32Arr_create( cpA, ptrA, sizeL, mspA ); in bbs_Int32Arr_memRead()
DUInt16Arr.c166 struct bbs_MemSeg* mspA ) in bbs_UInt16Arr_create() argument
176 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( uint16 ) ); in bbs_UInt16Arr_create()
180 if( !mspA->sharedE ) ptrA->mspE = mspA; in bbs_UInt16Arr_create()
219 struct bbs_MemSeg* mspA ) in bbs_UInt16Arr_memRead() argument
225 bbs_UInt16Arr_create( cpA, ptrA, sizeL, mspA ); in bbs_UInt16Arr_memRead()
DInt16Arr.h94 struct bbs_MemSeg* mspA );
105 struct bbs_MemSeg* mspA,
129 struct bbs_MemSeg* mspA );
DAPhArr.h98 struct bbs_MemSeg* mspA );
120 struct bbs_MemSeg* mspA );
DComplexArr.h95 struct bbs_MemSeg* mspA );
117 struct bbs_MemSeg* mspA );
DUInt32Arr.h94 struct bbs_MemSeg* mspA );
115 struct bbs_MemSeg* mspA );
DInt8Arr.h94 struct bbs_MemSeg* mspA );
116 struct bbs_MemSeg* mspA );
DInt32Arr.h94 struct bbs_MemSeg* mspA );
116 struct bbs_MemSeg* mspA );
DUInt8Arr.h94 struct bbs_MemSeg* mspA );
115 struct bbs_MemSeg* mspA );
DUInt16Arr.h99 struct bbs_MemSeg* mspA );
119 struct bbs_MemSeg* mspA );
/external/neven/Embedded/common/src/b_TensorEm/
DCompactAlt.c92 struct bbs_MemSeg* mspA ) in bts_CompactAlt_create() argument
94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA ); in bts_CompactAlt_create()
95 bbs_Int16Arr_create( cpA, &ptrA->vecE, heightA, mspA ); in bts_CompactAlt_create()
151 struct bbs_MemSeg* mspA ) in bts_CompactAlt_memRead() argument
157 memPtrA += bts_CompactMat_memRead( cpA, &ptrA->matE, memPtrA, mspA ); in bts_CompactAlt_memRead()
158 memPtrA += bbs_Int16Arr_memRead( cpA, &ptrA->vecE, memPtrA, mspA ); in bts_CompactAlt_memRead()
DRBFMap2D.c136 struct bbs_MemSeg* mspA ) in bts_RBFMap2D_create() argument
139 bts_Cluster2D_create( cpA, &ptrA->srcClusterE, sizeA, mspA ); in bts_RBFMap2D_create()
140 bts_Cluster2D_create( cpA, &ptrA->rbfCoeffClusterE, sizeA, mspA ); in bts_RBFMap2D_create()
142 bts_Int32Mat_create( cpA, &ptrA->matE, sizeA, mspA ); in bts_RBFMap2D_create()
143 bts_Int32Mat_create( cpA, &ptrA->tempMatE, sizeA, mspA ); in bts_RBFMap2D_create()
144 bbs_Int32Arr_create( cpA, &ptrA->inVecE, sizeA, mspA ); in bts_RBFMap2D_create()
145 bbs_Int32Arr_create( cpA, &ptrA->outVecE, sizeA, mspA ); in bts_RBFMap2D_create()
146 bbs_Int32Arr_create( cpA, &ptrA->tempVecE, sizeA, mspA ); in bts_RBFMap2D_create()
393 struct bbs_MemSeg* mspA ) in bts_RBFMap2D_memRead() argument
400 memPtrA += bts_Cluster2D_memRead( cpA, &ptrA->srcClusterE, memPtrA, mspA ); in bts_RBFMap2D_memRead()
[all …]
DIdCluster2D.c122 struct bbs_MemSeg* mspA ) in bts_IdCluster2D_create() argument
125 bts_Cluster2D_create( cpA, &ptrA->clusterE, sizeA, mspA ); in bts_IdCluster2D_create()
126 bbs_Int16Arr_create( cpA, &ptrA->idArrE, sizeA, mspA ); in bts_IdCluster2D_create()
198 struct bbs_MemSeg* mspA ) in bts_IdCluster2D_memRead() argument
205 memPtrA += bts_Cluster2D_memRead( cpA, &ptrA->clusterE, memPtrA, mspA ); in bts_IdCluster2D_memRead()
206 memPtrA += bbs_Int16Arr_memRead( cpA, &ptrA->idArrE, memPtrA, mspA ); in bts_IdCluster2D_memRead()
DCluster3D.c276 struct bbs_MemSeg* mspA ) in bts_Cluster3D_create() argument
295 ptrA->vecArrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( struct bts_Int16Vec3D ) ); in bts_Cluster3D_create()
299 if( !mspA->sharedE ) ptrA->mspE = mspA; in bts_Cluster3D_create()
428 struct bbs_MemSeg* mspA ) in bts_Cluster3D_memRead() argument
441 bts_Cluster3D_create( cpA, ptrA, sizeL, mspA ); in bts_Cluster3D_memRead()
DCompactAlt.h89 struct bbs_MemSeg* mspA );
106 struct bbs_MemSeg* mspA );
DCompactMat.h115 struct bbs_MemSeg* mspA );
132 struct bbs_MemSeg* mspA );
DInt32Mat.h80 struct bbs_MemSeg* mspA );
97 struct bbs_MemSeg* mspA );
/external/neven/Embedded/common/src/b_ImageEm/
DUInt32Image.c144 struct bbs_MemSeg* mspA ) in bim_UInt32Image_create() argument
153 bbs_UInt32Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); in bim_UInt32Image_create()
238 struct bbs_MemSeg* mspA ) in bim_UInt32Image_memRead() argument
246 bbs_UInt32Arr_memRead( cpA, &ptrA->arrE, memPtrA, mspA ); in bim_UInt32Image_memRead()
DAPhImage.h73 struct bbs_MemSeg* mspA );
116 struct bbs_MemSeg* mspA );

12