Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:memSizeL

687 	uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
689 memSizeL += bbs_SIZEOF16( ptrA->maxImageWidthE );
690 memSizeL += bbs_SIZEOF16( ptrA->maxImageHeightE );
691 memSizeL += bbs_SIZEOF16( ptrA->maxRadiusE );
692 memSizeL += bbs_SIZEOF16( ptrA->patchWidthE );
693 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE );
694 memSizeL += bbs_SIZEOF16( ptrA->minScaleE );
695 memSizeL += bbs_SIZEOF16( ptrA->maxScaleE );
696 memSizeL += bbs_SIZEOF16( ptrA->scaleStepE );
697 memSizeL += bbs_SIZEOF16( ptrA->borderWidthE );
698 memSizeL += bbs_SIZEOF16( ptrA->borderHeightE );
699 return memSizeL;
708 uint32 memSizeL = bbf_Scanner_memSize( cpA, ptrA );
709 memPtrA += bbs_memWrite32( &memSizeL, memPtrA );
721 return memSizeL;
731 uint32 memSizeL, versionL;
734 memPtrA += bbs_memRead32( &memSizeL, memPtrA );
748 if( memSizeL != bbf_Scanner_memSize( cpA, ptrA ) )
762 return memSizeL;