Searched refs:w1 (Results 151 - 175 of 234) sorted by relevance

12345678910

/external/valgrind/main/coregrind/
H A Dm_oset.c182 UWord w1 = *(const UWord*)k; local
185 // "return w1 - w2". But it didn't work reliably, because the
190 if (w1 > w2) return 1;
191 if (w1 < w2) return -1;
596 UWord w1 = *(const UWord*)k; local
601 if (w1 < w2) curr = curr->left;
602 else if (w1 > w2) curr = curr->right;
H A Dm_stacktrace.c842 static Bool looks_like_Thumb_call32 ( UShort w0, UShort w1 )
845 VG_(printf)("isT32call %04x %04x\n", (UInt)w0, (UInt)w1);
847 if ((w0 & 0xF800) == 0xF000 && (w1 & 0xC000) == 0xC000) return True;
849 if ((w0 & 0xF800) == 0xF000 && (w1 & 0xC000) == 0xC000) return True;
878 UShort w1 = in_same_page(ra, ra+2) ? *(UShort*)(ra+2) : 0; local
879 if (looks_like_Thumb_call16(w1) || looks_like_Thumb_call32(w0,w1))
H A Dm_trampoline.S718 ldrb w1, [x2,x0]
719 cbnz w1, .L4
730 uxtb w1, w1
731 cmp w2, w1
736 cmp w2, w1
/external/tremolo/Tremolo/
H A DmdctLARM.s1021 ADD r7, r1, r0, LSL #1 @ r7 = w1 = x + (n>>1)
1027 LDR r10,[r7,#-8]! @ r10= w1[0] w1 -= 2
1028 LDR r11,[r7,#4] @ r11= w1[1]
1032 ADD r6, r6, r10 @ r6 = s0 = w0[0] + w1[0]
1033 SUB r10,r6, r10,LSL #1 @ r10= s1b= w0[0] - w1[0]
1034 SUB r11,r11,r9 @ r11= s1 = w1[1] - w0[1]
1035 ADD r9, r11,r9, LSL #1 @ r9 = s0b= w1[1] + w0[1]
1064 LDR r10,[r7,#-8]! @ r10= w1[0] w1
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c359 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
367 res0 = _mm_packs_epi32(w0, w1);
421 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
429 res1 = _mm_packs_epi32(w0, w1);
825 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
870 w1 = _mm_add_epi32(u1, u9);
888 v1 = _mm_add_epi32(w1, k__DCT_CONST_ROUNDING);
951 w1 = _mm_add_epi32(v1, v5);
960 v1 = _mm_add_epi32(w1, k__DCT_CONST_ROUNDING);
1271 const __m128i w1 local
1335 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
1367 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
1389 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
1423 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
1445 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
1479 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
1501 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
1523 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
1545 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
[all...]
/external/chromium_org/third_party/libevent/test/
H A Dregress.c461 struct both r1, r2, w1, w2; local
466 memset(&w1, 0, sizeof(w1));
469 w1.nread = 4096;
473 event_set(&w1.ev, pair[0], EV_WRITE, combined_write_cb, &w1);
478 if (event_add(&w1.ev, NULL))
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp764 const int w1 = level1.getWidth(); local
767 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord, prec.coordBits.x(), prec.uvwBits.x());
780 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), coordY, 0);
800 const int w1 = level1.getWidth(); local
805 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
828 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ);
849 const int w1 = level1.getWidth(); local
856 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
889 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), wrap(sampler.wrapR, k1, d1));
916 const int w1 local
991 const int w1 = level1.getWidth(); local
1088 const int w1 = level1.getWidth(); local
[all...]
/external/chromium_org/ash/display/
H A Ddisplay_controller_unittest.cc401 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1));
402 w1->Focus();
557 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1));
558 w1->Focus();
580 wm::WindowState* window_state = wm::GetWindowState(w1.get());
584 EXPECT_EQ("0,0 250x250", w1->bounds().ToString());
600 EXPECT_EQ("0,0 500x500", w1->bounds().ToString());
608 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1));
609 w1->Focus();
/external/openssl/crypto/aes/asm/
H A Daesv8-armx-64.S20 cmp w1,#192
24 mov w1,#8 // reuse w1
37 subs w1,w1,#1
95 subs w1,w1,#1
121 mov w1,#7
130 subs w1,w1,#
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h97 uInt u0, u1, v0, v1, w0, w1, w2, t; \
102 w1=t & 0xffff; w2=t>>16; \
103 w1=u0*v1 + w1; \
104 (w)=u1*v1 + w2 + (w1>>16);}
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_neon.c618 const int32x4_t w0, const int32x4_t w1,
621 const int32x4_t s1 = vmlaq_s32(s0, w1, b.val[1]);
663 const int32x4_t w1 = ConvertU16ToS32(vld1_u16(w + 4)); local
666 const int64x1_t sum1 = DistoSum(vpass_a, w0, w1, w2, w3);
667 const int64x1_t sum2 = DistoSum(vpass_b, w0, w1, w2, w3);
617 DistoSum(const int32x4x4_t b, const int32x4_t w0, const int32x4_t w1, const int32x4_t w2, const int32x4_t w3) argument
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h97 uInt u0, u1, v0, v1, w0, w1, w2, t; \
102 w1=t & 0xffff; w2=t>>16; \
103 w1=u0*v1 + w1; \
104 (w)=u1*v1 + w2 + (w1>>16);}
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c150 UWord u1, v1, w1,w2,t; local
160 w1 = t & halfMask;
162 w1 = u0 * v1 + w1;
163 rHi = u1 * v1 + w2 + (w1 >> halfShift);
/external/webp/src/dsp/
H A Denc_neon.c618 const int32x4_t w0, const int32x4_t w1,
621 const int32x4_t s1 = vmlaq_s32(s0, w1, b.val[1]);
663 const int32x4_t w1 = ConvertU16ToS32(vld1_u16(w + 4)); local
666 const int64x1_t sum1 = DistoSum(vpass_a, w0, w1, w2, w3);
667 const int64x1_t sum2 = DistoSum(vpass_b, w0, w1, w2, w3);
617 DistoSum(const int32x4x4_t b, const int32x4_t w0, const int32x4_t w1, const int32x4_t w2, const int32x4_t w3) argument
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc149 scoped_ptr<aura::Window> w1(CreatePanelWindow(origin));
153 window_order_original.push_back(w1.get());
156 window_order_swapped.push_back(w1.get());
/external/iproute2/lib/
H A Dutils.c469 __u32 w1, w2; local
472 w1 = a1[words];
477 if ((w1 ^ w2) & mask)
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h377 void FilterFinal(Weight *w1, Weight *w2) const { argument
379 *w1 = Weight::Zero();
380 filter_.FilterFinal(w1, w2);
/external/srec/srec/cfront/
H A Dspec_anl.c455 float w1 = x - l; local
456 float w2 = 1 - w1;
460 tmpbuf[i] = (int)(w1 * inbuf[u] + w2 * inbuf[l]);
/external/zopfli/src/zopfli/
H A Dsqueeze.c60 static void AddWeighedStatFreqs(const SymbolStats* stats1, double w1, argument
66 (size_t) (stats1->litlens[i] * w1 + stats2->litlens[i] * w2);
70 (size_t) (stats1->dists[i] * w1 + stats2->dists[i] * w2);
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c933 int w1; local
944 w1 = width / 2;
946 while(w1--)
1042 int w1; local
1043 w1 = width / 2;
1054 while(w1--)
/external/opencv/cxcore/src/
H A Dcxsvd.cpp240 double *w1, *e1; local
253 w1 = w;
309 *w1 = g*scale;
311 w1++;
635 float *w1, *e1; local
649 w1 = w;
707 *w1 = (float)(g*scale);
709 w1++;
/external/chromium_org/v8/test/mjsunit/
H A Dregexp-global.js161 regexps.push(/\w1/g);
/external/llvm/test/MC/AArch64/
H A Darm64-leaf-compact-unwind.s156 sub w0, w8, w1, lsl #1
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller_unittest.cc1117 aura::Window* w1 = CreateTestWindowInShellWithId(0); local
1119 wm::ActivateWindow(w1);
1122 wm::WindowState* w1_state = wm::GetWindowState(w1);
1137 ASSERT_EQ(w1, wm::GetActiveWindow());
1139 ASSERT_EQ(w1, wm::GetActiveWindow());
1152 EXPECT_EQ(w1, wm::GetActiveWindow());
1154 ASSERT_NE(w1, wm::GetActiveWindow());
/external/qemu/ui/
H A Dconsole.c551 int w1, x, y, last_width; local
557 w1 = last_width;
558 if (s->width < w1)
559 w1 = s->width;
564 if (w1 > 0) {
566 for(x = 0; x < w1; x++) {
570 for(x = w1; x < s->width; x++) {

Completed in 2541 milliseconds

12345678910