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

/external/neven/Embedded/common/src/b_BasicEm/
H A DInt16Arr.c138 struct bbs_MemSeg* mspA )
148 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int16 ) );
152 if( !mspA->sharedE ) ptrA->mspE = mspA;
161 struct bbs_MemSeg* mspA,
166 bbs_Int16Arr_create( cpA, allocPtrA, sizeA + ( ( alignBytesA - 1 ) >> 1 ), mspA );
247 struct bbs_MemSeg* mspA )
253 bbs_Int16Arr_create( cpA, ptrA, sizeL, mspA );
158 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 213 milliseconds