Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:sizeA

116 							uint32 sizeA )
118 return sizeA * bbs_SIZEOF16( struct bbs_APh ) + bbs_MEM_BLOCK_OVERHD;
133 uint32 sizeA,
139 bbs_APhArr_size( cpA, ptrA, sizeA );
143 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( struct bbs_APh ) );
145 ptrA->allocatedSizeE = sizeA;
146 ptrA->sizeE = sizeA;
155 uint32 sizeA )
157 if( ptrA->allocatedSizeE < sizeA )
164 ptrA->sizeE = sizeA;