/external/webp/src/dsp/ |
enc_mips_dsp_r2.c | 175 uint8_t* dst) { 234 dst, 0, 1, 2, 3, BPS) 237 : [dst]"r"(dst), [in]"r"(in), [kC1]"r"(kC1), [kC2]"r"(kC2), [ref]"r"(ref) 243 uint8_t* dst, int do_two) { 244 ITransformOne(ref, in, dst); 246 ITransformOne(ref + 4, in + 16, dst + 4); 334 "usw %[value], 0+" #J "*" XSTR(BPS) "(%[dst]) \n\t" \ 335 "usw %[value], 4+" #J "*" XSTR(BPS) "(%[dst]) \n\t" \ 337 "usw %[value], 8+" #J "*" XSTR(BPS) "(%[dst]) \n\t" [all...] |
rescaler_neon.c | 26 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC)) 31 #define STORE_32x8(SRC0, SRC1, DST) do { \ 32 vst1q_u32((DST) + 0, SRC0); \ 33 vst1q_u32((DST) + 4, SRC1); \ 61 uint8_t* const dst = wrk->dst; local 81 vst1_u8(dst + x_out, D); 87 dst[x_out] = v; 102 vst1_u8(dst + x_out, F) 117 uint8_t* const dst = wrk->dst; local [all...] |
enc_sse2.c | 29 static void ITransform_SSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, 182 _mm_storel_epi64((__m128i*)&dst[0 * BPS], ref0); 183 _mm_storel_epi64((__m128i*)&dst[1 * BPS], ref1); 184 _mm_storel_epi64((__m128i*)&dst[2 * BPS], ref2); 185 _mm_storel_epi64((__m128i*)&dst[3 * BPS], ref3); 188 WebPUint32ToMem(&dst[0 * BPS], _mm_cvtsi128_si32(ref0)); 189 WebPUint32ToMem(&dst[1 * BPS], _mm_cvtsi128_si32(ref1)); 190 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2)); 191 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3)); 482 static WEBP_INLINE void Put8x8uv_SSE2(uint8_t v, uint8_t* dst) { [all...] |
dec_mips_dsp_r2.c | 26 static void TransformDC(const int16_t* in, uint8_t* dst) { 30 LOAD_WITH_OFFSET_X4(temp1, temp2, temp3, temp4, dst, 42 dst, 0, 1, 2, 3, BPS) 45 : [in]"r"(in), [dst]"r"(dst) 50 static void TransformAC3(const int16_t* in, uint8_t* dst) { 67 LOAD_WITH_OFFSET_X4(temp3, temp5, temp11, temp12, dst, 77 temp7, temp6, dst, 0, 1, 2, 3, BPS) 81 : [dst]"r"(dst), [a]"r"(a), [d1]"r"(d1), [d4]"r"(d4), [c1]"r"(c1 [all...] |
/external/mesa3d/src/mesa/x86/ |
sse_xform4.S | 36 #define DST(i) REGOFF(i * 4, EDI) 97 MOVAPS( XMM0, DST(0) ) /* ->D(3) | ->D(2) | ->D(1) | ->D(0) */ 169 MOVAPS( XMM4, DST(0) ) /* ->D(3) | ->D(2) | ->D(1) | ->D(0) */ 172 MOVSS( XMM4, DST(3) ) /* ->D(3) */
|
/external/libpcap/ |
grammar.h | 48 DST = 258, 170 #define DST 258
|
grammar.y | 302 %token DST SRC HOST GATEWAY 466 | DST { $$ = Q_DST; } 467 | SRC OR DST { $$ = Q_OR; } 468 | DST OR SRC { $$ = Q_OR; } 469 | SRC AND DST { $$ = Q_AND; } 470 | DST AND SRC { $$ = Q_AND; }
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
h8300.h | 102 DST = 0x20000, 138 RD8 = DST | L_8 | REG, 139 RD16 = DST | L_16 | REG, 140 RD32 = DST | L_32 | REG, 149 RDP = DST | L_P | REG, 160 INDEXB16D = INDEXB | L_16 | DST, 161 INDEXW16D = INDEXW | L_16 | DST, 162 INDEXL16D = INDEXL | L_16 | DST, 167 INDEXB32D = INDEXB | L_32 | DST, 168 INDEXW32D = INDEXW | L_32 | DST, [all...] |
tic54x.h | 51 OP_RND, /* rounded result dst accumulator, opposite of bit 8 */ 52 OP_DST, /* dst accumulator in bit 8 */ 101 #define DST(OP) ((OP)&0x100)
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowPorterDuffColorFilterTest.java | 41 PorterDuffColorFilter dstFilter = new PorterDuffColorFilter(Color.RED, PorterDuff.Mode.DST);
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
PorterDuffColorFilter_Delegate.java | 99 // CLEAR, DST, SRC_IN, DST_IN, DST_OUT, SRC_ATOP, DARKEN, LIGHTEN, MULTIPLY, SCREEN, 110 m = Mode.DST;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PorterDuffXfermodeTest.java | 60 p.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST));
|
PorterDuffColorFilterTest.java | 65 filter = new PorterDuffColorFilter(filterColor, PorterDuff.Mode.DST);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
bitmap.h | 231 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A) 240 /* DST = A | (B & C). Return true if DST changes. */ 241 extern bool bitmap_ior_and_into (bitmap DST, const_bitmap B, const_bitmap C); 242 /* DST = A | (B & ~C). Return true if DST changes. */ 243 extern bool bitmap_ior_and_compl (bitmap DST, const_bitmap A,
|
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 810 SRC=${rule%%,*}; DST=${rule##*,} 815 DADDR=${DST%%:*}; DTEMP=${DST##*:} 816 [ "$DADDR" = "$DST" ] && DTEMP="" 840 u32_d="${DADDR:+match ip dst $DADDR} $u32_d" [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_blend.c | 73 #define VEC4_COPY(DST, SRC) \ 75 DST[0] = SRC[0]; \ 76 DST[1] = SRC[1]; \ 77 DST[2] = SRC[2]; \ 78 DST[3] = SRC[3]; \ 81 #define VEC4_SCALAR(DST, SRC) \ 83 DST[0] = SRC; \ 84 DST[1] = SRC; \ 85 DST[2] = SRC; \ 86 DST[3] = SRC; 155 ubyte src[4][4], dst[4][4], res[4][4]; local [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
ColorFilterAlphaTest.java | 57 { PorterDuff.Mode.DST, new int[] {
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
XfermodeActivity.java | 81 // DST modes 96 drawRects(canvas, Mode.DST);
|
/frameworks/support/compat/src/androidTest/java/androidx/core/graphics/ |
DrawableCompatTest.java | 140 final PorterDuff.Mode tintMode = PorterDuff.Mode.DST;
|
/external/llvm/include/llvm/Analysis/ |
RegionInfoImpl.h | 573 typedef typename DomFrontierT::DomSetType DST; 575 DST *entrySuccs = &DF->find(entry)->second; 580 for (typename DST::iterator SI = entrySuccs->begin(), 590 DST *exitSuccs = &DF->find(exit)->second; 593 for (typename DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); 604 for (typename DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end();
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
RegionInfo.cpp | 479 typedef DominanceFrontier::DomSetType DST; 481 DST *entrySuccs = &DF->find(entry)->second; 486 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); 494 DST *exitSuccs = &DF->find(exit)->second; 497 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); 508 for (DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end();
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
osmesa.c | 136 #define PACK_RGBA(DST, R, G, B, A) \ 138 (DST)[osmesa->rInd] = R; \ 139 (DST)[osmesa->gInd] = G; \ 140 (DST)[osmesa->bInd] = B; \ 141 (DST)[osmesa->aInd] = A; \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/ |
build-precise-multilib-toolchain.sh | 643 local DST="$DIR/`basename $URL`" 645 download_file "$URL" "$DST" [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 262 // add dst, src, r0 265 // sra dst, dst 306 unsigned DST = R.createVirtualRegister(MBlaze::GPRRegisterClass); 308 BuildMI(loop, dl, TII->get(MBlaze::PHI), DST) 319 BuildMI(loop, dl, TII->get(MBlaze::ADD), NDST).addReg(DST).addReg(DST); 321 BuildMI(loop, dl, TII->get(MBlaze::SRA), NDST).addReg(DST); 323 BuildMI(loop, dl, TII->get(MBlaze::SRL), NDST).addReg(DST); 442 // add dst, src, r [all...] |
/bionic/libc/arch-x86/silvermont/string/ |
sse2-memset-slm.S | 55 #define DST PARMS 56 #define CHR (DST+4) 59 #define SETRTNVAL movl DST(%esp), %eax 119 movl DST(%esp), %edx
|