Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:memSizeL

546 	uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
549 memSizeL += bbs_SIZEOF16( ptrA->patchWidthE );
550 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE );
551 memSizeL += bbs_SIZEOF16( ptrA->scaleExpE );
552 memSizeL += bbs_SIZEOF16( ptrA->maxImageWidthE );
553 memSizeL += bbs_SIZEOF16( ptrA->maxImageHeightE );
554 memSizeL += bbs_SIZEOF16( ptrA->minScaleExpE );
555 memSizeL += bbs_SIZEOF16( ptrA->maxRadiusE );
557 return memSizeL;
566 uint32 memSizeL = bbf_LocalScanner_memSize( cpA, ptrA );
567 memPtrA += bbs_memWrite32( &memSizeL, memPtrA );
577 return memSizeL;
587 uint32 memSizeL, versionL;
590 memPtrA += bbs_memRead32( &memSizeL, memPtrA );
601 if( memSizeL != bbf_LocalScanner_memSize( cpA, ptrA ) )
615 return memSizeL;