Searched refs:w2 (Results 101 - 125 of 222) sorted by relevance

123456789

/external/libunwind/src/x86/
H A DGos-freebsd.c42 unw_word_t w0, w1, w2, w3, w4, w5, ip; local
80 (*a->access_mem) (as, ip + 8, &w2, 0, arg) < 0 ||
83 if (w0 == 0x2024448d && w1 == 0x01a1b850 && w2 == 0xcd500000 &&
90 if (w0 == 0x2024448d && w1 == 0x5440f750 && w2 == 0x75000200 &&
/external/llvm/test/MC/Mips/msa/
H A Dtest_mi10.s5 # CHECK: ld.b $w2, 511($3) # encoding: [0x79,0xff,0x18,0xa0]
32 ld.b $w2, 511($3)
/external/openfst/src/include/fst/
H A Drandom-weight.h197 W2 w2 = generator2_(); local
198 return Weight(w1, w2);
229 W2 w2 = generator2_(); local
230 return Weight(w1, w2);
H A Dlexicographic-weight.h61 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) { argument
/external/chromium_org/content/browser/indexed_db/
H A Dlist_set_unittest.cc151 scoped_ptr<Wrapped<int> > w2(new Wrapped<int>(2));
162 set.insert(w2.get());
179 set.erase(w2.get());
/external/chromium_org/ui/wm/core/
H A Dfocus_controller_unittest.cc407 // +-- w2
420 aura::Window* w2 = aura::test::CreateTestWindowWithDelegate( variable
425 gfx::Rect(5, 5, 10, 10), w2);
773 aura::Window* w2 = root_window()->GetChildById(2); variable
774 aura::client::GetCaptureClient(root_window())->SetCapture(w2); variable
775 ui::test::EventGenerator generator(root_window(), w2); variable
780 aura::client::GetCaptureClient(root_window())->ReleaseCapture(w2); variable
1003 aura::Window* w2 = root_window()->GetChildById(2); variable
1004 ActivateWindow(w2); variable
1007 ChangeWindowDisposition(w2); variable
1027 aura::Window* w2 = root_window()->GetChildById(2); variable
1028 ActivateWindow(w2); variable
1037 ChangeWindowDisposition(w2); variable
[all...]
/external/libhevc/common/arm64/
H A Dihevc_deblk_chroma_horz.s100 ldr w2, [x3,x2,lsl #2]
139 ldr w2, [x3,x2,lsl #2]
141 dup v31.8h,w2
/external/libvorbis/lib/
H A Dmdct.c499 DATA_TYPE *w2=w+n2; local
518 w2[i]= MULT_NORM(r1*T[1] + r0*T[0]);
519 w2[i+1]= MULT_NORM(r1*T[0] - r0*T[1]);
530 w2[i]= MULT_NORM(r1*T[1] + r0*T[0]);
531 w2[i+1]= MULT_NORM(r1*T[0] - r0*T[1]);
542 w2[i]= MULT_NORM(r1*T[1] + r0*T[0]);
543 w2[i+1]= MULT_NORM(r1*T[0] - r0*T[1]);
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager_unittest.cc162 scoped_ptr<aura::Window> w2(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect2));
171 EXPECT_FALSE(wm::GetWindowState(w2.get())->IsMaximized());
174 EXPECT_EQ(rect2.ToString(), w2->bounds().ToString());
183 EXPECT_TRUE(wm::GetWindowState(w2.get())->IsMaximized());
204 EXPECT_FALSE(wm::GetWindowState(w2.get())->IsMaximized());
207 EXPECT_EQ(rect2.ToString(), w2->bounds().ToString());
288 scoped_ptr<aura::Window> w2(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect2));
297 EXPECT_TRUE(wm::GetWindowState(w2.get())->IsMaximized());
327 EXPECT_FALSE(wm::GetWindowState(w2.get())->IsMaximized());
330 EXPECT_EQ(rect2.ToString(), w2
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-dct8.c66 OI_INT32 u1, v1, w1, w2, t; local
73 w2 = t >> 16;
75 return u1*v1 + w2 + (w1 >> 16);
/external/chromium_org/third_party/libwebp/enc/
H A Dfilter.c151 const double w2 = stats->w * stats->w; local
161 C1 = 6.5025 * w2;
162 C2 = 58.5225 * w2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java113 int w2= w / 2 - gc.stringExtent("-999.9").x - TGAP; // reserve space //$NON-NLS-1$
159 int x= (int) ((xx / max) * w2);
206 int barLength= (int) (delta / max * w2);
/external/valgrind/main/VEX/switchback/
H A Dlinker.c673 Elf_Word w1, w2;
743 w2 = (Elf_Word)((value - P) >> 2);
744 ASSERT((w2 & 0xC0000000) == 0);
745 w1 |= w2;
750 w2 = (Elf_Word)(value >> 10);
751 ASSERT((w2 & 0xFFC00000) == 0);
752 w1 |= w2;
757 w2 = (Elf_Word)(value & 0x3FF);
758 ASSERT((w2 & ~0x3FF) == 0);
759 w1 |= w2;
[all...]
/external/valgrind/main/VEX/unused/
H A Dlinker.c574 Elf_Word w1, w2; local
632 w2 = (Elf_Word)((value - P) >> 2);
633 ASSERT((w2 & 0xC0000000) == 0);
634 w1 |= w2;
639 w2 = (Elf_Word)(value >> 10);
640 ASSERT((w2 & 0xFFC00000) == 0);
641 w1 |= w2;
646 w2 = (Elf_Word)(value & 0x3FF);
647 ASSERT((w2 & ~0x3FF) == 0);
648 w1 |= w2;
[all...]
/external/webp/src/enc/
H A Dfilter.c151 const double w2 = stats->w * stats->w; local
161 C1 = 6.5025 * w2;
162 C2 = 58.5225 * w2;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddeterminize.h49 W operator()(const W &w1, const W &w2) const { return Plus(w1, w2); }
62 Weight operator()(const Weight &w1, const Weight &w2) const {
64 StringWeightIterator<L, S> iter2(w2);
69 if (w1.Size() == 0 || w2.Size() == 0)
73 else if (w2 == Weight::Zero())
91 Weight operator()(const Weight &w1, const Weight &w2) const {
92 return Weight(label_common_divisor_(w1.Value1(), w2.Value1()),
93 weight_common_divisor_(w1.Value2(), w2.Value2()));
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvInsn.java354 int w2 = (width == 0) ? insnPerSe.length() : (width - w1);
356 return TwoColumnOutput.toString(addr, w1, "", insnPerSe, w2);
/external/llvm/test/MC/AArch64/
H A Darm64-elf-relocs.s91 ldrb w2, [x3, :lo12:sym]
95 // CHECK: ldrb w2, [x3, :lo12:sym]
130 ldrh w2, [x3, #:lo12:sym]
134 // CHECK: ldrh w2, [x3, :lo12:sym]
H A Dneon-simd-copy.s114 dup v1.16b, w2
122 // CHECK: {{mov|dup}} v1.16b, w2 // encoding: [0x41,0x0c,0x01,0x4e]
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c719 short x2,y2,w2,h2; local
740 if (!wind_calc(WC_BORDER, GEM_win_type, 0,0,width,height, &x2,&y2,&w2,&h2)) {
747 x2 = (GEM_desk_w-w2)>>1;
765 GEM_handle=wind_create(GEM_win_type, x2,y2,w2,h2);
781 wind_open(GEM_handle,x2,y2,w2,h2);
784 wind_get (GEM_handle, WF_WORKXYWH, &x2,&y2,&w2,&h2);
785 if (wind_calc(WC_BORDER, GEM_win_type, x2,y2,width,height, &x2,&y2,&w2,&h2)) {
786 wind_set (GEM_handle, WF_CURRXYWH, x2,y2,w2,h2);
/external/stlport/test/eh/
H A Dsunpro-64.mak36 # CXXFLAGS = +w2 -xildoff -D_STLP_USE_NEWALLOC -DEH_NO_SGI_STL -DEH_NEW_HEADERS -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC
H A Dsunpro.mak38 # CXXFLAGS = +w2 -xildoff -D_STLP_USE_NEWALLOC -DEH_NO_SGI_STL -DEH_NEW_HEADERS -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc150 scoped_ptr<aura::Window> w2(CreatePanelWindow(origin));
154 window_order_original.push_back(w2.get());
155 window_order_swapped.push_back(w2.get());
160 DragStart(w2.get());
169 DragStart(w2.get());
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
565 w2 = w0 - l2 + 2.0f * G4;
603 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2 - w2 * w2;
611 x2, y2, z2, w2);
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
565 w2 = w0 - l2 + 2.0f * G4;
603 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2 - w2 * w2;
611 x2, y2, z2, w2);

Completed in 487 milliseconds

123456789