Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:sizeA

116 								uint32 sizeA )
118 return sizeA * bbs_SIZEOF16( struct bbs_Complex ) + bbs_MEM_BLOCK_OVERHD;
133 uint32 sizeA,
139 bbs_ComplexArr_size( cpA, ptrA, sizeA );
143 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( struct bbs_Complex ) );
145 ptrA->allocatedSizeE = sizeA;
146 ptrA->sizeE = sizeA;
155 uint32 sizeA )
157 if( ptrA->allocatedSizeE < sizeA )
159 bbs_ERROR1( "void bbs_ComplexArr_size( struct bbs_ComplexArr*, uint32 sizeA ):\n"
164 ptrA->sizeE = sizeA;