HomeSort by relevance Sort by last modified time
    Searched refs:d1 (Results 251 - 275 of 357) sorted by null

<<1112131415

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 455 AnimationDrawable d1 = (AnimationDrawable) mResources local
459 d1.mutate();
  /external/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 38 vld1.s8 {d0[], d1[]}, [r2] ; flimit
77 vld1.s8 {d0[], d1[]}, [r2] ; flimit
135 vld1.s8 {d0[], d1[]}, [r2] ; flimit
219 vld1.s8 {d0[], d1[]}, [r2] ; flimit
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 181 paddw xmm3, xmm5 ; d1
250 paddw xmm3, xmm5 ; d1
526 paddw xmm3, xmm5 ; d1
595 paddw xmm3, xmm5 ; d1
idctllm_mmx.asm 79 paddw mm3, mm5 ; d1
134 paddw mm3, mm5 ; d1
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 52 | | | ->11.11% (400B) 0x........: d1 (alloc-fns.c:21)
  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 105 static const FPRegisterID fpRegT1 = ARMRegisters::d1;
130 static const FPRegisterID fpRegT1 = ARMRegisters::d1;
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 638 #define d1 word1(&d) macro
649 d1 = (y << (32 - Ebits + k)) | (w >> (Ebits - k));
656 d1 = (z << k) | (y >> (32 - k));
659 d1 = z;
663 #undef d1 macro
674 #define d1 word1(d) macro
684 if ((y = d1)) {
712 #undef d1 macro
    [all...]
  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 378 static int yaffs_VerifyCompare(const __u8 * d0, const __u8 * d1,
382 if (memcmp(d0, d1, YAFFS_BYTES_PER_CHUNK) != 0 ||
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 175 void *memset(void *d1, int val, size_t len)
177 uint8_t *d = d1;
182 return d1;
185 void *memcpy(void *d1, const void *s1, size_t len)
187 uint8_t *d = d1;
193 return d1;
196 void *memmove(void *d1, const void *s1, size_t len)
198 uint8_t *d = d1;
212 return d1;
1034 PCIDevice d1, *d = &d1 local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 1206 ULong d0, d1; variable
1209 #define d1 word1(&d) macro
1224 d1 = y << ((32-Ebits) + k) | w >> (Ebits - k);
1231 d1 = z << k | y >> (32 - k);
1235 d1 = z;
1243 d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
1251 d1 = w << k + 16 | y << k;
1256 word1(&d) = d1 >> 16 | d1 << 16;
1259 #undef d1
1279 ULong d0, d1; variable
1284 #define d1 macro
1396 #undef d1 macro
    [all...]
  /external/dnsmasq/src/
dhcp.c 966 char *d1, *d2; local
977 d1 = strip_hostname(hostname);
979 if (!legal_hostname(hostname) || (d1 && (!d2 || !hostname_isequal(d1, d2))))
  /external/freetype/src/autofit/
afhints.c 1082 FT_Pos d1 = ref1->u - v1; local
1096 u += d1;
1112 u += d1;
1130 u += d1;
  /external/v8/test/mjsunit/
array-sort.js 311 1:"d1",
340 var sorted = ["a2", "a3", "b1", "b2", "c1", "c2", "d1", "d2", "e3",
  /external/valgrind/main/none/tests/arm/
vfp.stdout.exp 53 vmov.32 d1[1], r6 :: Dd 0x00000012 0x55555555 Dm 0x00000012
91 vmov.u16 r6, d1[2] :: Rd 0x00003344 Qm (i32)0x11223344
107 vmov.s16 r6, d1[2] :: Rd 0x00003344 Qm (i32)0x11223344
119 vmla.f64 d7, d1, d6 :: Qd 0x7ff80000 0x00000000 Qm 0x7ff00000 00000000 Qn 0x7ff80000 00000000
168 vnmla.f64 d7, d1, d6 :: Qd 0xfff80000 0x00000000 Qm 0x7ff00000 00000000 Qn 0x7ff80000 00000000
217 vmls.f64 d7, d1, d6 :: Qd 0x7ff80000 0x00000000 Qm 0x7ff00000 00000000 Qn 0x7ff80000 00000000
266 vnmls.f64 d7, d1, d6 :: Qd 0xfff80000 0x00000000 Qm 0x7ff00000 00000000 Qn 0x7ff80000 00000000
315 vmul.f64 d7, d1, d6 :: Qd 0x7ff80000 0x00000000 Qm 0x7ff00000 00000000 Qn 0x7ff80000 00000000
364 vnmul.f64 d7, d1, d6 :: Qd 0xfff80000 0x00000000 Qm 0x7ff00000 00000000 Qn 0x7ff80000 00000000
413 vadd.f64 d7, d1, d6 :: Qd 0x7ff80000 0x00000000 Qm 0x7ff00000 00000000 Qn 0x7ff80000 0000000
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /external/icu4c/data/mappings/
ucmfiles.mk 118 icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.stdout.exp 7 96 00 00 00 00 00 00 3f fe b1 72 17 f7 d1 cf xx xx
  /external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp 212 d1 -> d300
  /external/webkit/Source/JavaScriptCore/runtime/
Operations.h 295 double d1 = v1.toNumber(exec); local
297 return d1 == d2;
  /external/clang/test/SemaCXX/
overload-call.cpp 210 int* d1 = derived1(b); local
  /external/v8/src/arm/
simulator-arm.h 141 d0 = 0, d1, d2, d3, d4, d5, d6, d7, enumerator in enum:v8::internal::Simulator::Register
  /external/webp/src/dec/
dsp_sse2.c 88 const __m128i d1 = _mm_mulhi_epi16(in1, k1); local
91 const __m128i d4 = _mm_add_epi16(d1, d2);
146 const __m128i d1 = _mm_mulhi_epi16(T1, k1); local
149 const __m128i d4 = _mm_add_epi16(d1, d2);
526 // p0 = f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
534 // p0 = f1 e1 d1 c1 b1 a1 91 81 71 61 51 41 31 21 11 01
557 // p1 = f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
575 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 679 double d1 = 0.5*dvth_dtheta*dtheta_dtr;
687 d1, 0, 0, 0, d1, 0, 0, 0, d1,
    [all...]
  /external/webp/src/enc/
dsp.c 146 const int d1 = src[1] - ref[1]; local
150 const int a1 = (d1 + d2) << 3;
151 const int a2 = (d1 - d2) << 3;
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 570 final double d1 = 10.06; local
573 assertEquals(d1, mBundle.getDouble(KEY, d1));
575 assertEquals(d2, mBundle.getDouble(KEY, d1));
577 assertEquals(d2, mBundle.getDouble(KEY, d1));
    [all...]

Completed in 283 milliseconds

<<1112131415