Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:sizeA

116 							  uint32 sizeA )
118 return sizeA * bbs_SIZEOF16( int32 ) + bbs_MEM_BLOCK_OVERHD;
133 uint32 sizeA,
137 if( ptrA->sizeE == sizeA ) return;
140 bbs_Int32Arr_size( cpA, ptrA, sizeA );
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int32 ) );
146 ptrA->allocatedSizeE = sizeA;
147 ptrA->sizeE = sizeA;
156 uint32 sizeA )
158 if( ptrA->allocatedSizeE < sizeA )
165 ptrA->sizeE = sizeA;