OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptr2L
(Results
1 - 11
of
11
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
551
const uint16*
ptr2L
;
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
+ khL + 1 ) >> 8 )
[
all
...]
UInt8Image.c
720
const uint8*
ptr2L
;
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;
/external/neven/Embedded/common/src/b_BasicEm/
Math.c
1056
int16 *ptr1L, *
ptr2L
;
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
+= col2A ) )
[
all
...]
APhArr.c
95
const struct bbs_APh*
ptr2L
= srcPtrA->arrPtrE;
99
if( !bbs_APh_equal( *ptr1L, *
ptr2L
) ) return FALSE;
ComplexArr.c
95
const struct bbs_Complex*
ptr2L
= srcPtrA->arrPtrE;
99
if( !bbs_Complex_equal( *ptr1L, *
ptr2L
) ) return FALSE;
Int16Arr.c
95
const int16*
ptr2L
= srcPtrA->arrPtrE;
99
if( *ptr1L++ != *
ptr2L
++ ) return FALSE;
Int32Arr.c
95
const int32*
ptr2L
= srcPtrA->arrPtrE;
99
if( *ptr1L++ != *
ptr2L
++ ) return FALSE;
Int8Arr.c
95
const int8*
ptr2L
= srcPtrA->arrPtrE;
99
if( *ptr1L++ != *
ptr2L
++ ) return FALSE;
UInt16Arr.c
95
const uint16*
ptr2L
= srcPtrA->arrPtrE;
99
if( *ptr1L++ != *
ptr2L
++ ) return FALSE;
UInt32Arr.c
95
const uint32*
ptr2L
= srcPtrA->arrPtrE;
99
if( *ptr1L++ != *
ptr2L
++ ) return FALSE;
UInt8Arr.c
95
const uint8*
ptr2L
= srcPtrA->arrPtrE;
99
if( *ptr1L++ != *
ptr2L
++ ) return FALSE;
Completed in 1646 milliseconds