Searched defs:mspA (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DInt16Arr.c134 struct bbs_MemSeg* mspA )
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int16 ) );
148 if( !mspA->sharedE ) ptrA->mspE = mspA;
157 struct bbs_MemSeg* mspA,
162 bbs_Int16Arr_create( cpA, allocPtrA, sizeA + ( ( alignBytesA - 1 ) >> 1 ), mspA );
243 struct bbs_MemSeg* mspA )
249 bbs_Int16Arr_create( cpA, ptrA, sizeL, mspA );
154 bbs_Int16Arr_createAligned( struct bbs_Context* cpA, struct bbs_Int16Arr* ptrA, uint32 sizeA, struct bbs_MemSeg* mspA, struct bbs_Int16Arr* allocPtrA, uint32 alignBytesA ) argument

Completed in 106 milliseconds