HomeSort by relevance Sort by last modified time
    Searched refs:in1 (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.h 57 DECLARE_ANIMATED_STRING(In1, in1)
SVGFEMergeElement.cpp 49 FilterEffect* mergeEffect = filterBuilder->getEffectById(static_cast<SVGFEMergeNodeElement*>(node)->in1());
SVGFEMergeNodeElement.cpp 35 DEFINE_ANIMATED_STRING(SVGFEMergeNodeElement, SVGNames::inAttr, In1, in1)
SVGFEColorMatrixElement.cpp 34 DEFINE_ANIMATED_STRING(SVGFEColorMatrixElement, SVGNames::inAttr, In1, in1)
132 FilterEffect* input1 = filterBuilder->getEffectById(in1());
SVGFEDisplacementMapElement.cpp 33 DEFINE_ANIMATED_STRING(SVGFEDisplacementMapElement, SVGNames::inAttr, In1, in1)
161 FilterEffect* input1 = filterBuilder->getEffectById(in1());
SVGFEMorphologyElement.cpp 34 DEFINE_ANIMATED_STRING(SVGFEMorphologyElement, SVGNames::inAttr, In1, in1)
153 FilterEffect* input1 = filterBuilder->getEffectById(in1());
SVGFECompositeElement.cpp 34 DEFINE_ANIMATED_STRING(SVGFECompositeElement, SVGNames::inAttr, In1, in1)
173 FilterEffect* input1 = filterBuilder->getEffectById(in1());
SVGFEDiffuseLightingElement.cpp 38 DEFINE_ANIMATED_STRING(SVGFEDiffuseLightingElement, SVGNames::inAttr, In1, in1)
199 FilterEffect* input1 = filterBuilder->getEffectById(in1());
SVGFESpecularLightingElement.cpp 39 DEFINE_ANIMATED_STRING(SVGFESpecularLightingElement, SVGNames::inAttr, In1, in1)
210 FilterEffect* input1 = filterBuilder->getEffectById(in1());
SVGFEConvolveMatrixElement.cpp 37 DEFINE_ANIMATED_STRING(SVGFEConvolveMatrixElement, SVGNames::inAttr, In1, in1)
211 FilterEffect* input1 = filterBuilder->getEffectById(in1());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 78 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); local
79 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
80 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
82 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
84 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
87 in1.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
88 context.startActivity(in1);
  /external/libyuv/files/source/
convert.cc 328 const uint8* in1 = src_y; local
339 out1[0] = in1[0];
341 out1[2] = in1[1];
352 in1 += 2;
355 in1 += 2 * src_stride_y - width;
368 mov eax, DWORD PTR [in1] ;1939.33
380 movdqu xmm3, XMMWORD PTR [eax] ;in1
382 punpcklbw xmm1, xmm6 ;in1, src_u, in1, src_v
392 punpckhbw xmm3, xmm6 ;in1, src_u, in1, src_v agai
    [all...]
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetEncoderTest.java 159 CharBuffer in1 = CharBuffer.wrap("\ud800"); local
163 CoderResult result = encoder.encode(in1, out, false);
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 175 AutoCloseInputStream in1 = new AutoCloseInputStream(pf); local
177 assertEquals(0, in1.read());
179 in1.close();
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 83 Word16 * in1, /* i/o : input values; output high-pass part */
93 temp0 = vo_sub(*in1, vo_mult(COEFF5_2, data[1]));
98 *in1 = extract_h((vo_L_sub(temp1, temp2) << 15));
111 Word16 * in1, /* i/o : input values; output high-pass part */
117 temp1 = vo_sub(*in1, vo_mult(COEFF3, *data));
121 *in1 = extract_h((vo_L_sub(*in0, temp2) << 15));
  /external/bluetooth/bluez/sbc/
sbc_primitives_neon.c 301 int32_t *in0, *in1; local
314 * %[in1] - samples for shannel 1
325 "vld1.32 {d18, d19}, [%[in1], :128], %[inc]\n"
357 * %[in1] - value set by calc_scalefactors macro
360 "sub %[out1], %[in1], %[inc]\n"
362 "sub %[in1], %[in1], %[inc], asl #1\n"
364 "vld1.32 {d18, d19}, [%[in1], :128]\n"
380 "vst1.32 {d20, d21}, [%[in1], :128], %[inc]\n"
382 "vld1.32 {d18, d19}, [%[in1], :128]\n
    [all...]
  /external/oprofile/module/ia64/
IA64syscallstub.h 98 mov out2 = in1; \
179 mov out1 = in1; \
oprofile_stubs.S 66 mov out1=in1 // argv
  /external/webp/src/enc/
dsp_sse2.c 97 __m128i in0, in1, in2, in3; local
100 in1 = _mm_loadl_epi64((__m128i*)&in[4]);
113 in1 = _mm_unpacklo_epi64(in1, inB1);
129 // c = MUL(in1, K2) - MUL(in3, K1) = MUL(in1, k2) - MUL(in3, k1) + in1 - in3
130 const __m128i c1 = _mm_mulhi_epi16(in1, k2);
132 const __m128i c3 = _mm_sub_epi16(in1, in3);
135 // d = MUL(in1, K1) + MUL(in3, K2) = MUL(in1, k1) + MUL(in3, k2) + in1 + in
    [all...]
  /external/openssl/crypto/aes/asm/
aes-ia64.S 306 and out9=3,in1
318 { .mib; ADDP in0=4,in1
319 ADDP in1=0,in1
325 { .mmi; st4 [in1]=r16,8 // s0
328 { .mmb; st4 [in1]=r24 // s2
377 { .mii; ADDP out0=0,in1
380 { .mii; ADDP out1=1,in1
383 { .mii; ADDP out2=2,in1
386 { .mii; ADDP out3=3,in1
    [all...]
aesni-x86_64.pl 201 $in2="%xmm6"; $in1="%xmm7"; # used in CBC decrypt, CTR, ...
1016 my ($in0,$in1,$in2,$in3)=map("%xmm$_",(8..11));
1153 movups 0x10($inp),$in1
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 40 Module *BrainF::parse(std::istream *in1, int mem, CompileFlags cf,
42 in = in1;
  /external/webp/src/dec/
dsp_sse2.c 49 __m128i in0, in1, in2, in3; local
52 in1 = _mm_loadl_epi64((__m128i*)&in[4]);
65 in1 = _mm_unpacklo_epi64(in1, inB1);
81 // c = MUL(in1, K2) - MUL(in3, K1) = MUL(in1, k2) - MUL(in3, k1) + in1 - in3
82 const __m128i c1 = _mm_mulhi_epi16(in1, k2);
84 const __m128i c3 = _mm_sub_epi16(in1, in3);
87 // d = MUL(in1, K1) + MUL(in3, K2) = MUL(in1, k1) + MUL(in3, k2) + in1 + in
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 237 in1 -- array of type Word16 -- input values; output high-pass part
242 in1 -- array of type Word16 -- input values; output high-pass part
298 Word16 *in1, /* i/o : input values; output high-pass part */
315 temp0 = sub(*in1, temp0, pOverflow);
326 *in1 = shr(temp0, 1, pOverflow);
341 in1 -- array of type Word16 -- input values; output high-pass part
346 in1 -- array of type Word16 -- input values; output high-pass part
403 Word16 *in1, /* i/o : input values; output high-pass part */
412 temp1 = sub(*in1, temp1, pOverflow);
421 *in1 = shr(temp1, 1, pOverflow)
    [all...]
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 607 InputStream in1 = supplier1.getInput();
612 int read1 = read(in1, buf1, 0, BUF_SIZE);
626 Closeables.close(in1, threw);

Completed in 763 milliseconds

1 23 4