Searched defs:w1 (Results 1 - 25 of 96) sorted by relevance

1234

/external/libunwind/src/ppc/
H A DGis_signal_frame.c34 unw_word_t w0, w1, ip; local
61 || (ret = (*a->access_mem) (as, ip + 8, &w1, 0, arg)) < 0)
63 w1 >>= 32;
64 return (w0 == 0x38210080380000ac && w1 == 0x44000002);
/external/libunwind/src/hppa/
H A DGis_signal_frame.c33 unw_word_t w0, w1, w2, w3, ip; local
59 || (ret = (*a->access_mem) (as, ip + 4, &w1, 0, arg)) < 0
67 && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
/external/libunwind/src/x86_64/
H A DGos-freebsd.c41 unw_word_t w0, w1, w2, b0, ip; local
63 || (ret = (*a->access_mem) (as, ip + 8, &w1, 0, arg)) < 0
68 w1 == 0x050f000001a1c0c7 &&
H A DGstep.c38 unw_word_t w0, w1; local
44 || (ret = (*a->access_mem) (c->as, c->ip + 8, &w1, 0, c->as_arg)) < 0)
49 && (((w1 >> 24) & 0xff) == 0xe9));
51 Debug (14, "ip=0x%lx => 0x%016lx 0x%016lx, ret = %d\n", c->ip, w0, w1, ret);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h132 bool operator()(const W &w1, const W &w2) const { argument
133 return (Plus(w1, w2) == w1) && w1 != w2;
H A Drandom-weight.h135 W1 w1 = generator1_(); local
137 return Weight(w1, w2);
/external/chromium_org/components/query_parser/
H A Dquery_parser_unittest.cc147 const std::string w1; member in struct:query_parser::TestData2
162 EXPECT_EQ(data[i].w1, base::UTF16ToUTF8(results[0]));
/external/chromium_org/ui/views/widget/
H A Dwindow_reorderer_unittest.cc71 scoped_ptr<Widget> w1(CreateControlWidget(parent_window,
73 SetWindowAndLayerName(w1->GetNativeView(), "w1");
74 w1->Show();
80 EXPECT_EQ("w1 w2", ChildWindowNamesAsString(*parent_window));
81 EXPECT_EQ("v w1 w2",
87 EXPECT_EQ("w2 w1", ChildWindowNamesAsString(*parent_window));
88 EXPECT_EQ("v w2 w1",
92 w1->GetNativeView()->SetProperty(kHostViewKey, host_view1);
94 EXPECT_EQ("w1 w
141 aura::Window* w1 = aura::test::CreateTestWindowWithId(0, local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java71 int appendSlot(int w0, int w1, int w2, int w3) argument
78 fastArray[newoffset+1] = w1;
96 chunk[slotpos+1] = w1;
217 * @param w1 int
221 void writeSlot(int position, int w0, int w1, int w2, int w3) argument
232 chunk[slotpos + 1] = w1;
/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc48 // Returns whether |w1| should be considered less recently used than |w2|. This
51 bool CompareWindowState(aura::Window* w1, aura::Window* w2) { argument
52 return ash::wm::IsWindowMinimized(w1) && !ash::wm::IsWindowMinimized(w2);
H A Dtoplevel_window_event_handler_unittest.cc70 aura::Window* w1 = new aura::Window(d1); local
71 w1->SetType(ui::wm::WINDOW_TYPE_NORMAL);
72 w1->set_id(1);
73 w1->Init(aura::WINDOW_LAYER_TEXTURED);
76 parent->AddChild(w1);
77 w1->SetBounds(gfx::Rect(0, 0, 100, 100));
78 w1->Show();
79 return w1;
101 scoped_ptr<aura::Window> w1(CreateWindow(HTCAPTION));
102 gfx::Size size = w1
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_mips.c26 int32_t w1, w2, w3, w4, w5, gain32, sign32; local
65 "li %[w1], 8192 \n\t"
66 "mtlo %[w1] \n\t"
68 "lwl %[w1], 3(%[out2_pos2]) \n\t"
72 "lwr %[w1], 0(%[out2_pos2]) \n\t"
77 "dpa.w.ph $ac0, %[w1], %[coef1] \n\t"
87 "extr_s.h %[w1], $ac0, 14 \n\t"
95 "mul %[w1], %[gain32], %[w1] \n\t"
103 "shra_r.w %[w1],
[all...]
/external/chromium_org/ui/views/
H A Dview_unittest_aura.cc51 // w1
63 Widget* w1 = CreateControlWidget(GetContext(), gfx::Rect(0, 0, 100, 100)); local
64 w1->GetNativeView()->layer()->set_name("w1");
74 w1->GetRootView()->AddChildView(v1);
75 w1->GetRootView()->AddChildView(v2);
81 w1->GetRootView()->AddChildView(w2_host_view);
84 w1->GetRootView()->AddChildView(v7);
95 CreateControlWidget(w1->GetNativeView(), gfx::Rect(0, 5, 100, 105));
106 ui::Layer* w1_layer = w1
[all...]
/external/clang/test/Analysis/
H A Dinitializer.cpp123 Wrapper w1; local
124 clang_analyzer_eval(w1.value == 42); // expected-warning{{TRUE}}
/external/clang/test/Analysis/inlining/
H A Dcontainers.cpp44 void testWrappers(BeginOnlySet &w1, IteratorStructOnlySet &w2, argument
51 clang_analyzer_eval(w1.begin().impl.impl == w1.begin().impl.impl);
/external/clang/test/Headers/
H A Dstddefneeds.cpp15 wint_t w1; // expected-error{{unknown}} variable
/external/clang/test/SemaCXX/
H A Ddefault-assignment-operator.cpp53 W w1, w2; variable
56 w1 = w2;
/external/libunwind/src/x86/
H A DGos-freebsd.c42 unw_word_t w0, w1, w2, w3, w4, w5, ip; local
79 (*a->access_mem) (as, ip + 4, &w1, 0, arg) < 0 ||
83 if (w0 == 0x2024448d && w1 == 0x01a1b850 && w2 == 0xcd500000 &&
90 if (w0 == 0x2024448d && w1 == 0x5440f750 && w2 == 0x75000200 &&
H A DGos-linux.c33 unw_word_t w0, w1, ip; local
61 || (*a->access_mem) (as, ip + 4, &w1, 0, arg) < 0)
64 ret = ((w0 == 0x0077b858 && w1 == 0x80cd0000)
65 || (w0 == 0x0000adb8 && (w1 & 0xffffff) == 0x80cd00));
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-dct8.c66 OI_INT32 u1, v1, w1, w2, t; local
72 w1 = t & 0xFFFF;
74 w1 = u0*v1 + w1;
75 return u1*v1 + w2 + (w1 >> 16);
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc516 views::Widget* w1 = CreateTestWidget(gfx::Rect(10, 10, 100, 100)); local
518 w1, gfx::Rect(50, 50, 50, 50), false /* transient */);
524 w1, gfx::Rect(10, 10, 40, 40), true /* child */);
526 w1, gfx::Rect(1300, 100, 80, 80), false /* transient */);
528 EXPECT_EQ(root_windows[0], w1->GetNativeView()->GetRootWindow());
542 w1->SetBounds(gfx::Rect(1100,10,100,100));
667 views::Widget* w1 = CreateTestWidget(gfx::Rect(10, 10, 50, 50)); local
668 EXPECT_EQ(root_windows[0], w1->GetNativeView()->GetRootWindow());
669 w1->SetBounds(gfx::Rect(150, 10, 50, 50));
670 EXPECT_EQ(root_windows[1], w1
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc106 int w1; member in struct:content::__anon7436
152 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
/external/chromium_org/ui/gfx/geometry/
H A Drect_unittest.cc50 int w1; member in struct:gfx::__anon16090
70 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
81 int w1; member in struct:gfx::__anon16091
112 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
127 int w1; member in struct:gfx::Test
161 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
185 int w1; member in struct:gfx::Test
213 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
428 int w1; member in struct:gfx::Test
457 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, test
472 float w1; member in struct:gfx::Test
522 float w1; member in struct:gfx::Test
585 float w1; member in struct:gfx::Test
[all...]
/external/libvorbis/lib/
H A Dmdct.c352 DATA_TYPE *w1 = x = w0+(n>>1); local
364 w1 -= 4;
370 w1[2] = r0 - r2;
372 w1[3] = r3 - r1;
386 w1[0] = r0 - r2;
388 w1[1] = r3 - r1;
394 }while(w0<w1);
/external/opencv/cv/src/
H A Dcvmatchcontours.cpp231 double match_v, d12, area1, area2, r11, r12, r21, r22, w1, w2; local
284 r11 = r12 = r21 = r22 = w1 = w2 = d12 = 0;
314 w1 = ptr11[j]->area / area1;
343 t0 = fabs( r11 * w1 + r21 * w2 );
344 t1 = fabs( r12 * w1 + r22 * w2 );
348 t0 = fabs( r11 * w1 - r21 * w2 );
349 t1 = fabs( r12 * w1 - r22 * w2 );

Completed in 819 milliseconds

1234