Searched defs:ptr2L (Results 1 - 11 of 11) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DAPhArr.c95 const struct bbs_APh* ptr2L = srcPtrA->arrPtrE; local
99 if( !bbs_APh_equal( *ptr1L, *ptr2L ) ) return FALSE;
H A DComplexArr.c95 const struct bbs_Complex* ptr2L = srcPtrA->arrPtrE; local
99 if( !bbs_Complex_equal( *ptr1L, *ptr2L ) ) return FALSE;
H A DInt32Arr.c95 const int32* ptr2L = srcPtrA->arrPtrE; local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE;
H A DInt8Arr.c95 const int8* ptr2L = srcPtrA->arrPtrE; local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE;
H A DUInt32Arr.c95 const uint32* ptr2L = srcPtrA->arrPtrE; local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE;
H A DUInt8Arr.c95 const uint8* ptr2L = srcPtrA->arrPtrE; local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE;
H A DInt16Arr.c99 const int16* ptr2L = srcPtrA->arrPtrE; local
103 if( *ptr1L++ != *ptr2L++ ) return FALSE;
H A DUInt16Arr.c95 const uint16* ptr2L = srcPtrA->arrPtrE; local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE;
H A DMath.c1056 int16 *ptr1L, *ptr2L; local
1064 ptr2L = ( int16* ) x2A + jL;
1068 sumL += ( ( int32 ) *ptr1L++ * *ptr2L );
1069 ptr2L += col2A;
1080 int16 *ptr1L, *ptr2L;
1087 ptr2L = ( int16* ) x2A + jL;
1091 sumL += ( ( int32 ) *ptr1L++ * *ptr2L );
1092 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) );
1093 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) );
1094 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L
1140 const int16* ptr2L = x2A; local
[all...]
/external/neven/Embedded/common/src/b_ImageEm/
H A DUInt16ByteImage.c551 const uint16* ptr2L; local
555 ptr2L = ptr1L + halfSrcWidthL;
559 valL = f1yL * ( *ptr1L & 0x0FF ) + f2yL * ( *ptr2L & 0x0FF );
566 f2yL * ( *( ptr2L + halfSrcWidthL - 1 ) >> 8 );
584 v2L = f1xL * ( *( ptr2L + khL ) >> 8 ) + f2xL * ( *( ptr2L + khL ) & 0x0FF );
587 v2L = f1xL * ( *( ptr2L + khL ) & 0x0FF ) + f2xL * ( *( ptr2L + khL ) >> 8 );
594 v2L = f1xL * ( *( ptr2L + khL ) & 0x0FF ) + f2xL * ( *( ptr2L
827 const uint8* ptr2L; local
[all...]
H A DUInt8Image.c720 const uint8* ptr2L; local
724 ptr2L = ptr1L + srcWidthL;
729 valL = *ptr1L * f1yL + *ptr2L * f2yL ;
736 valL = *( ptr1L + srcWidthL - 1 ) * f1yL + *( ptr2L + srcWidthL - 1 ) * f2yL;
751 v2L = *( ptr2L + kL ) * f1xL + *( ptr2L + kL + 1 ) * f2xL;

Completed in 72 milliseconds