/external/libunwind/src/hppa/ |
H A D | Gis_signal_frame.c | 33 unw_word_t w0, w1, w2, w3, ip; local 61 || (ret = (*a->access_mem) (as, ip + 12, &w3, 0, arg)) < 0) 67 && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
|
/external/chromium_org/components/query_parser/ |
H A D | query_parser_unittest.cc | 149 const std::string w3; member in struct:query_parser::TestData2 166 EXPECT_EQ(data[i].w3, base::UTF16ToUTF8(results[2]));
|
/external/openfst/src/test/ |
H A D | weight-tester.h | 44 Weight w3 = weight_generator_(); local 49 VLOG(1) << "w3 = " << w3; 51 TestSemiring(w1, w2, w3); 55 TestEquality(w1, w2, w3); 66 void TestSemiring(Weight w1, Weight w2, Weight w3) { argument 72 CHECK(ApproxEqual(Plus(w1, Plus(w2, w3)), Plus(Plus(w1, w2), w3))); local 73 CHECK(ApproxEqual(Times(w1, Times(w2, w3)), Times(Times(w1, w2), w3))); local 168 TestEquality(Weight w1, Weight w2, Weight w3) argument [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | ChunkedIntArray.java | 71 int appendSlot(int w0, int w1, int w2, int w3) argument 80 fastArray[newoffset+3] = w3; 98 chunk[slotpos+3] = w3; 219 * @param w3 int 221 void writeSlot(int position, int w0, int w1, int w2, int w3) argument 234 chunk[slotpos + 3] = w3;
|
H A D | DTMDocumentImpl.java | 202 * @param w3 int As in ChunkedIntArray.append 206 private final int appendNode(int w0, int w1, int w2, int w3) argument 209 int slotnumber = nodes.appendSlot(w0, w1, w2, w3); 211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3); 697 // int w3 = nameIndex; 698 // //int ourslot = nodes.appendSlot(w0, w1, w2, w3); 699 // int ourslot = appendNode(w0, w1, w2, w3); 854 // int w3 = m_localNames.stringToIndex(attName); 856 // int ourslot = appendNode(w0, w1, w2, w3); 867 // w3 [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
H A D | pitch_filter_mips.c | 26 int32_t w1, w2, w3, w4, w5, gain32, sign32; local 70 "lwl %[w3], 11(%[out2_pos2]) \n\t" 74 "lwr %[w3], 8(%[out2_pos2]) \n\t" 79 "dpa.w.ph $ac0, %[w3], %[coef3] \n\t" 85 "lwl %[w3], 7(%[inputState]) \n\t" 90 "lwr %[w3], 4(%[inputState]) \n\t" 94 "swl %[w3], 9(%[inputState]) \n\t" 97 "swr %[w3], 6(%[inputState]) \n\t" 100 "dpa.w.ph $ac1, %[kDampF2], %[w3] \n\t" 121 : [w1] "=&r" (w1), [w2] "=&r" (w2), [w3] " [all...] |
/external/clang/test/Analysis/inlining/ |
H A D | containers.cpp | 45 IteratorTypedefOnlySet &w3, IteratorUsingOnlySet &w4) { 65 clang_analyzer_eval(w3.start().impl == w3.start().impl); 44 testWrappers(BeginOnlySet &w1, IteratorStructOnlySet &w2, IteratorTypedefOnlySet &w3, IteratorUsingOnlySet &w4) argument
|
/external/clang/test/Headers/ |
H A D | stddefneeds.cpp | 33 wint_t w3; // expected-error{{unknown}} variable
|
/external/libunwind/src/x86/ |
H A D | Gos-freebsd.c | 42 unw_word_t w0, w1, w2, w3, w4, w5, ip; local 81 (*a->access_mem) (as, ip + 12, &w3, 0, arg) < 0) 84 (w3 & 0xff) == 0x80) 91 w3 == 0x14688e03 && w4 == 0x0001a1b8 && w5 == 0x80cd5000)
|
/external/chromium_org/ui/gfx/geometry/ |
H A D | rect_unittest.cc | 90 int w3; member in struct:gfx::__anon16846 115 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3); 136 int w3; member in struct:gfx::Test 164 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3); 194 int w3; member in struct:gfx::Test 216 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
|
/external/clang/test/Analysis/ |
H A D | array-struct-region.c | 314 ShortStringWrapper w3 = w2; local 315 clang_analyzer_eval(w3.str.data[0] == 'a'); // expected-warning{{TRUE}} 316 clang_analyzer_eval(w3.str.data[1] == 'b'); // expected-warning{{TRUE}} 317 clang_analyzer_eval(w3.str.data[2] == 'c'); // expected-warning{{TRUE}} 318 clang_analyzer_eval(w3.length == 0); // expected-warning{{TRUE}}
|
/external/smack/src/org/xbill/DNS/ |
H A D | LOCRecord.java | 18 private static NumberFormat w2, w3; field in class:LOCRecord 27 w3 = new DecimalFormat(); 28 w3.setMinimumIntegerDigits(3); 205 renderFixedPoint(sb, w3, temp, 1000); /* seconds */
|
/external/chromium_org/ash/ |
H A D | root_window_controller_unittest.cc | 437 // |w3| is a transient child of |w2|. 438 Widget* w3 = Widget::CreateWindowWithParentAndBounds(NULL, local 443 w3->Activate(); 450 w3->Close(); 472 Widget* w3 = CreateTestWidget(gfx::Rect(600, 0, 100, 100)); local 478 EXPECT_EQ(w3->GetNativeWindow()->GetRootWindow(), 492 w3->Activate();
|
/external/chromium_org/ash/wm/panels/ |
H A D | panel_layout_manager_unittest.cc | 360 scoped_ptr<aura::Window> w3(CreatePanelWindow(odd_bounds)); 363 EXPECT_NO_FATAL_FAILURE(IsPanelAboveLauncherIcon(w3.get())); 370 scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds)); 373 EXPECT_TRUE(WindowIsAbove(w3.get(), w2.get())); 380 EXPECT_TRUE(WindowIsAbove(w2.get(), w3.get())); 384 EXPECT_TRUE(WindowIsAbove(w1.get(), w3.get())); 385 EXPECT_TRUE(WindowIsAbove(w2.get(), w3.get())); 388 wm::ActivateWindow(w3.get()); 389 EXPECT_TRUE(WindowIsAbove(w3.get(), w2.get())); 401 scoped_ptr<aura::Window> w3(CreatePanelWindo 747 scoped_ptr<aura::Window> w3; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
H A D | prog_noise.c | 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local 569 w3 = w0 - l3 + 3.0f * G4; 614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3; 622 x3, y3, z3, w3);
|
/external/fdlibm/ |
H A D | e_lgamma_r.c | 58 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z 151 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable 297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/external/mesa3d/src/mesa/program/ |
H A D | prog_noise.c | 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local 569 w3 = w0 - l3 + 3.0f * G4; 614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3; 622 x3, y3, z3, w3);
|
/external/opencv/cvaux/src/ |
H A D | cvmorphcontours.cpp | 422 double w1,w2,w3; local 444 w3 = W[i-1][j-1].w_south + _cvBendingWork( /*&null_edge*/&small_edge, 452 if(w1<w3) 459 W[i][j].w_southeast = w3 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] ); 465 if( w2<w3) 472 W[i][j].w_southeast = w3 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] );
|
/external/chromium_org/ui/wm/core/ |
H A D | focus_controller_unittest.cc | 410 // +-- w3 675 aura::Window* w3 = root_window()->GetChildById(3); variable 676 test_focus_rules()->set_focus_restriction(w3); variable 1065 aura::Window* w3 = root_window()->GetChildById(3); variable 1066 test_focus_rules()->set_focus_restriction(w3); variable 1069 // restriction, it should move to w3 instead.
|
/external/chromium_org/third_party/libwebp/dsp/ |
H A D | enc_neon.c | 619 const int32x4_t w2, const int32x4_t w3) { 623 const int32x4_t s3 = vmlaq_s32(s2, w3, b.val[3]); 665 const int32x4_t w3 = ConvertU16ToS32(vld1_u16(w + 12)); 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/deqp/framework/referencerenderer/ |
H A D | rrRenderer.cpp | 1237 const tcu::Vec4 w3 = tcu::Vec4(point.v0->position.x() + offset, point.v0->position.y() - offset, point.v0->position.z(), point.v0->position.w()); local 1240 rasterizer2.init(w0, w2, w3);
|
/external/valgrind/main/VEX/priv/ |
H A D | host_arm_isel.c | 4340 HReg w3, w2, w1, w0; local 4359 iselInt64Expr(&w3, &w2, env, e->Iex.Binop.arg1); 4363 w3, sp_12));
|
H A D | host_generic_simd64.c | 64 static inline ULong mk16x4 ( UShort w3, UShort w2, argument 66 UInt hi32 = (((UInt)w3) << 16) | ((UInt)w2); 93 UChar w3, UChar w2, 97 UInt lo32 = (((UInt)w3) << 24) | (((UInt)w2) << 16) 1201 static inline UInt mk8x4 ( UChar w3, UChar w2, argument 1203 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16) 91 mk8x8( UChar w7, UChar w6, UChar w5, UChar w4, UChar w3, UChar w2, UChar w1, UChar w0 ) argument
|
/external/webp/src/dsp/ |
H A D | enc_neon.c | 619 const int32x4_t w2, const int32x4_t w3) { 623 const int32x4_t s3 = vmlaq_s32(s2, w3, b.val[3]); 665 const int32x4_t w3 = ConvertU16ToS32(vld1_u16(w + 12)); 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/third_party/libvpx/source/libvpx/vp9/common/x86/ |
H A D | vp9_idct_intrin_sse2.c | 650 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local 700 w3 = _mm_add_epi32(u3, u11); 718 v3 = _mm_add_epi32(w3, k__DCT_CONST_ROUNDING); 781 w3 = _mm_add_epi32(v3, v7); 790 v3 = _mm_add_epi32(w3, k__DCT_CONST_ROUNDING);
|