Searched defs:dstL (Results 1 - 13 of 13) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DMemory.c59 uint16* dstL = ( uint16* )dstA; local
64 *dstL++ = *srcL++;
78 uint16* dstL = ( uint16* )dstA;
83 dstL[ 0 ] = srcL[ 0 ];
84 dstL[ 1 ] = srcL[ 1 ];
85 dstL[ 2 ] = srcL[ 2 ];
86 dstL[ 3 ] = srcL[ 3 ];
87 dstL += 4;
93 *dstL++ = *srcL++;
109 uint32* dstL local
183 uint16* dstL = ( uint16* )dstA; local
197 uint32* dstL = ( uint32* )dstA; local
[all...]
H A DFunctions.c155 uint32* dstL = ( uint32* )ptrA; local
161 memPtrA += bbs_memRead32( dstL++, memPtrA );
195 uint16* dstL = ( uint16* )ptrA; local
201 memPtrA += bbs_memRead16( dstL++, memPtrA );
H A DString.c43 char* dstL = dstA; local
44 while( ( *dstL++ = *srcL++ ) != 0 );
66 char* dstL = dstA; local
67 while( *dstL != 0 ) dstL++;
68 while( ( *dstL++ = *srcL++ ) != 0 );
/external/neven/Embedded/common/src/b_ImageEm/
H A DAPhImage.c441 struct bbs_APh* dstL; local
444 dstL = dstPtrA->arrE.arrPtrE;
448 bbs_APh_importComplex( dstL++, srcL++ );
H A DComplexImage.c465 struct bbs_Complex* dstL; local
468 dstL = dstPtrA->arrE.arrPtrE;
472 bbs_Complex_importAPh( dstL++, srcL++ );
H A DFlt16Image.c475 int16* dstL; local
479 dstL = dstPtrA->arrE.arrPtrE;
483 *dstL++ = ( *srcL++ ).realE;
494 int16* dstL; local
498 dstL = dstPtrA->arrE.arrPtrE;
502 *dstL++ = ( *srcL++ ).imagE;
513 int16* dstL; local
517 dstL = dstPtrA->arrE.arrPtrE;
521 *dstL++ = bbs_sqrt32( ( int32 )srcL->realE * srcL->realE + ( int32 )srcL->imagE * srcL->imagE );
533 int16* dstL; local
[all...]
H A DUInt16BytePyrImage.c359 uint16* dstL = srcL + ( heightL * halfWidthL ); local
370 *dstL = tmpL << 8;
372 *dstL = tmpL;
379 *dstL |= tmpL;
381 *dstL |= tmpL << 8;
384 dstL++;
H A DUInt8PyramidalImage.c352 uint8 *srcL, *dstL; local
358 dstL = srcL + widthL * heightL;
366 *dstL++ = ( ( *srcL + *( srcL + 1 ) + *( srcL + widthL ) + *( srcL + widthL + 1 ) ) + 2 ) >> 2;
H A DFunctions.c51 uint8* dstL = dstPtrA; local
58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2;
59 dstL++;
86 uint8* dstL = dstImagePtrA; local
317 *dstL++ = ( v1L * yf1L + v2L * yf2L + 0x080000 ) >> 20;
346 *dstL++ = srcL[ 0 ];
350 *dstL++ = srcL[ w1L - 1 ];
354 *dstL++ = ( ( uint32 )srcL[ x0L ] * xf1L + ( uint32 )srcL[ x0L + 1 ] * xf2L + 0x08000 ) >> 16;
361 *dstL++ = srcL[ ( h1L - 1 ) * w1L ];
365 *dstL
418 uint8* dstL = dstImagePtrA; local
[all...]
/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Vec.c240 int16* dstL = ptrA->arrE.arrPtrE; local
241 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] <<= shlL;
259 int16* dstL = ptrA->arrE.arrPtrE; local
260 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( int32 )dstL[ iL ] * fL + 32768 ) >> 16;
272 int16* dstL = ptrA->arrE.arrPtrE; local
274 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] -= avgL;
290 int16* dstL = ptrA->arrE.arrPtrE; local
312 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( ( ( int32 )dstL[ i
349 int16* dstL = ptrA->arrE.arrPtrE; local
468 int16* dstL = ptrA->arrE.arrPtrE + idxL; local
476 int16* dstL = ptrA->arrE.arrPtrE; local
[all...]
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.c298 uint32* dstL = ptrA->patchBufferE.arrPtrE + xbL; local
301 for( iL = 0; iL < wsrWidthL; iL++ ) dstL[ iL ] = srcL[ iL ] >> yoL;
305 uint32* dstL = ptrA->patchBufferE.arrPtrE + xbL; local
310 for( iL = 0; iL < wsrWidthL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> yoL ) | ( src1L[ iL ] << slL );
695 uint32* dstL = ( uint32* )ptrA->patchBufferE.arrPtrE + ptrA->xE; local
704 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL );
708 bbs_memcpy32( dstL, srcL, sizeL );
713 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] >>= 1;
746 uint32* dstL local
[all...]
H A DScanner.c155 uint16* dstL = ptrA->workImageE.arrPtrE; local
162 *dstL++ = ( uint16 )srcL[ 0 ] | ( uint16 )srcL[ 1 ] << 8;
167 if( ptrA->workWidthE & 1 ) *dstL++ = *srcL++;
174 uint16* dstL = ptrA->workImageE.arrPtrE; local
193 *dstL++ = ( uint16 )srcL[ 0 ] | ( uint16 )srcL[ 1 ] << 8;
198 if( ptrA->workWidthE & 1 ) *dstL++ = *srcL++;
860 uint32* dstL = ptrA->patchBufferE.arrPtrE; local
869 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL );
873 bbs_memcpy32( dstL, src
911 uint32* dstL; local
943 uint32* dstL; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc1582 void Assembler::smlal(Register dstL, argument
1588 DCHECK(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc));
1589 DCHECK(!dstL.is(dstH));
1590 emit(cond | B23 | B22 | A | s | dstH.code()*B16 | dstL.code()*B12 |
1595 void Assembler::smull(Register dstL, argument
1601 DCHECK(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc));
1602 DCHECK(!dstL.is(dstH));
1603 emit(cond | B23 | B22 | s | dstH.code()*B16 | dstL.code()*B12 |
1608 void Assembler::umlal(Register dstL, argument
1614 DCHECK(!dstL
1621 umull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
[all...]

Completed in 2954 milliseconds