/external/dropbear/libtomcrypt/src/ciphers/ |
skipjack.c | 91 tmp = g_func(w1, &kp, skey->skipjack.key); \ 92 w1 = tmp ^ w4 ^ x; \ 97 tmp = g_func(w1, &kp, skey->skipjack.key); \ 99 w3 = w1 ^ w2 ^ x; \ 100 w1 = tmp1; w2 = tmp; 103 tmp = w1 ^ w2 ^ x; \ 104 w1 = ig_func(w2, &kp, skey->skipjack.key); \ 110 w3 = w4; w4 = w1; w1 = tmp; 149 unsigned w1,w2,w3,w4,tmp,tmp1 local 213 unsigned w1,w2,w3,w4,tmp; local [all...] |
/external/tremolo/Tremolo/ |
mdct.h | 62 LOOKUP_T *w0,LOOKUP_T *w1,
|
mdct.c | 276 DATA_TYPE *w1 = x+(n>>1); local 282 w1 -= 2; 284 s0 = w0[0] + w1[0]; 285 s1 = w1[1] - w0[1]; 290 s0 = (w0[1] + w1[1])>>1; 291 s1 = (w0[0] - w1[0])>>1; 294 w1[0] = s0 - s2; 295 w1[1] = s3 - s1; 300 w1 -= 2; 302 s0 = w0[0] + w1[0] [all...] |
/frameworks/rs/driver/runtime/ |
rs_sample.c | 129 int32_t next, float w0, float w1) { 132 float r = p0 * w0 + p1 * w1; 139 int32_t next, float w0, float w1) { 142 float r = p0 * w0 + p1 * w1; 149 int32_t next, float w0, float w1) { 152 float2 r = p0 * w0 + p1 * w1; 159 int32_t next, float w0, float w1) { 162 float3 r = p0 * w0 + p1 * w1; 169 int32_t next, float w0, float w1) { 172 float3 r = p0 * w0 + p1 * w1; 501 float w1 = fracU * oneMinusFracV; local [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host_unittest.cc | 27 int w1; member in struct:content::__anon10455 75 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
|
/external/clang/test/SemaCXX/ |
default-assignment-operator.cpp | 53 W w1, w2; variable 56 w1 = w2;
|
/external/openfst/src/include/fst/ |
power-weight.h | 99 inline PowerWeight<W, n> Plus(const PowerWeight<W, n> &w1, 103 w.SetValue(i, Plus(w1.Value(i), w2.Value(i))); 109 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w1, 113 w.SetValue(i, Times(w1.Value(i), w2.Value(i))); 119 inline PowerWeight<W, n> Divide(const PowerWeight<W, n> &w1, 124 w.SetValue(i, Divide(w1.Value(i), w2.Value(i), type)); 148 inline W DotProduct(const PowerWeight<W, n> &w1, 152 w = Plus(w, Times(w1.Value(i), w2.Value(i)));
|
tuple-weight.h | 246 inline bool operator==(const TupleWeight<W, n> &w1, 250 equal = equal && (w1.Value(i) == w2.Value(i)); 255 inline bool operator!=(const TupleWeight<W, n> &w1, 259 not_equal = not_equal || (w1.Value(i) != w2.Value(i)); 264 inline bool ApproxEqual(const TupleWeight<W, n> &w1, 270 ApproxEqual(w1.Value(i), w2.Value(i), delta);
|
random-weight.h | 188 typedef typename G1::Weight W1; 196 W1 w1 = generator1_(); local 198 return Weight(w1, w2); 214 typedef typename G1::Weight W1; 216 typedef LexicographicWeight<W1, W2> Weight; 226 return Weight(W1::Zero(), W2::Zero()); 228 W1 w1 = generator1_(); local 230 return Weight(w1, w2) [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 250 int w1 = rawBytes ? (getWidth1() + 1) : 0; local 251 return width - w1 - (indent * 2); 274 int w1 = getWidth1(); local 278 if (w1 == 0) { 291 return TwoColumnOutput.toString(s1, w1, separator, s2, w2);
|
/external/llvm/test/MC/AArch64/ |
basic-a64-diagnostics.s | 184 add wsp, w1, w2, lsr #3 188 // CHECK-ERROR-NEXT: add wsp, w1, w2, lsr #3 197 add w1, w2, w3, lsl #-1 198 add w1, w2, w3, lsl #32 199 add w1, w2, w3, lsr #-1 200 add w1, w2, w3, lsr #32 201 add w1, w2, w3, asr #-1 202 add w1, w2, w3, asr #32 210 // CHECK-ERROR-NEXT: add w1, w2, w3, lsl #-1 213 // CHECK-ERROR-NEXT: add w1, w2, w3, lsl #3 [all...] |
/external/chromium_org/ui/views/widget/ |
window_reorderer_unittest.cc | 71 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 w2", ChildWindowNamesAsString(*parent_window)) 141 aura::Window* w1 = aura::test::CreateTestWindowWithId(0, local [all...] |
/external/clang/test/Analysis/inlining/ |
containers.cpp | 44 void testWrappers(BeginOnlySet &w1, IteratorStructOnlySet &w2, 51 clang_analyzer_eval(w1.begin().impl.impl == w1.begin().impl.impl);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ChunkedIntArray.java | 71 int appendSlot(int w0, int w1, int w2, int w3) 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) 232 chunk[slotpos + 1] = w1;
|
DTMDocumentImpl.java | 200 * @param w1 int As in ChunkedIntArray.append 206 private final int appendNode(int w0, int w1, int w2, int w3) 209 int slotnumber = nodes.appendSlot(w0, w1, w2, w3); 211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3); 692 // // W1: Parent 693 // int w1 = currentParent; 698 // //int ourslot = nodes.appendSlot(w0, w1, w2, w3); 699 // int ourslot = appendNode(w0, w1, w2, w3); 849 // // W1: Parent 850 // int w1 = currentParent 2097 int w1 = currentParent; local 2120 int w1 = currentParent; local 2156 int w1 = currentParent; local 2203 int w1 = currentParent; local 2240 int w1 = currentParent; local [all...] |
/external/clang/test/Analysis/ |
initializer.cpp | 123 Wrapper w1; local 124 clang_analyzer_eval(w1.value == 42); // expected-warning{{TRUE}}
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_capture_client_unittest.cc | 73 scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL)); 76 // dispatch further mouse events to |w1|. 81 EXPECT_EQ(w1.get(), root_window()->mouse_pressed_handler()); 97 scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL)); 98 w1->SetCapture(); 100 EXPECT_EQ(w1.get(), desktop_capture_client_->GetCaptureWindow()); 101 EXPECT_EQ(w1.get(), second_desktop_capture_client_->GetCaptureWindow());
|
/external/chromium_org/ui/aura/ |
root_window_unittest.cc | 197 scoped_ptr<Window> w1(test::CreateTestWindowWithDelegate(NULL, 1, 207 root, static_cast<Window*>(root_window()), w1.get(), 285 Window* w1 = test::CreateTestWindowWithBounds(gfx::Rect(10, 10, 20, 20), local 287 w1->set_id(1); 295 w1->Focus(); 296 EXPECT_TRUE(IsFocusedWindow(w1)); 302 EXPECT_TRUE(IsFocusedWindow(w1)); 306 // Attempting to send a key event to w1 (not in the lock container) should 310 EXPECT_EQ(NULL, client::GetFocusClient(w1)->GetFocusedWindow()); 316 test::EventGenerator generator(root_window(), w1); local [all...] |
/external/opencv/cv/src/ |
cvmatchcontours.cpp | 231 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 );
|
_cvmatrix.h | 283 CV_INLINE void icvMulMatrix_32f( const float* src1, int w1, int h1, 289 if( w1 != h2 ) 295 for( i = 0; i < h1; i++, src1 += w1, dst += w2 ) 299 for( k = 0; k < w1; k++ ) 308 CV_INLINE void icvMulMatrix_64d( const double* src1, int w1, int h1, 314 if( w1 != h2 ) 320 for( i = 0; i < h1; i++, src1 += w1, dst += w2 ) 324 for( k = 0; k < w1; k++ )
|
/external/chromium_org/ash/wm/workspace/ |
workspace_layout_manager_unittest.cc | 159 scoped_ptr<views::Widget> w1(new views::Widget); 164 w1->Init(params); 165 w1->Show(); 166 EXPECT_TRUE(w1->IsMaximized()); 167 EXPECT_EQ(root_windows[1], w1->GetNativeView()->GetRootWindow()); 168 EXPECT_EQ("300,0 400x452", w1->GetWindowBoundsInScreen().ToString()); 169 w1->Restore(); 170 EXPECT_EQ(root_windows[1], w1->GetNativeView()->GetRootWindow()); 171 EXPECT_EQ("400,0 30x40", w1->GetWindowBoundsInScreen().ToString());
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
random-weight.h | 127 typedef typename G1::Weight W1; 129 typedef ProductWeight<W1, W2> Weight; 135 W1 w1 = generator1_(); local 137 return Weight(w1, w2);
|
determinize.h | 51 W operator()(const W &w1, const W &w2) const { return Plus(w1, w2); } 64 Weight operator()(const Weight &w1, const Weight &w2) const { 65 StringWeightIterator<L, S> iter1(w1); 71 if (w1.Size() == 0 || w2.Size() == 0) 73 else if (w1 == Weight::Zero()) 93 Weight operator()(const Weight &w1, const Weight &w2) const { 94 return Weight(label_common_divisor_(w1.Value1(), w2.Value1()), 95 weight_common_divisor_(w1.Value2(), w2.Value2()));
|
/external/chromium_org/ash/ |
extended_desktop_unittest.cc | 559 views::Widget* w1 = CreateTestWidget(gfx::Rect(10, 10, 100, 100)); local 561 w1, gfx::Rect(50, 50, 50, 50), false /* transient */); 567 w1, gfx::Rect(10, 10, 40, 40), true /* child */); 569 w1, gfx::Rect(1300, 100, 80, 80), false /* transient */); 571 EXPECT_EQ(root_windows[0], w1->GetNativeView()->GetRootWindow()); 585 w1->SetBounds(gfx::Rect(1100,10,100,100)); 710 views::Widget* w1 = CreateTestWidget(gfx::Rect(10, 10, 50, 50)); local 711 EXPECT_EQ(root_windows[0], w1->GetNativeView()->GetRootWindow()); 712 w1->SetBounds(gfx::Rect(150, 10, 50, 50)); 713 EXPECT_EQ(root_windows[1], w1->GetNativeView()->GetRootWindow()) [all...] |
/external/chromium_org/ui/gfx/ |
rect_unittest.cc | 47 int w1; member in struct:gfx::__anon16734 67 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1); 78 int w1; member in struct:gfx::__anon16735 109 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1); 124 int w1; member in struct:gfx::Test 158 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1); 182 int w1; member in struct:gfx::Test 210 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1); 439 int w1; member in struct:gfx::Test 468 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1) 483 float w1; member in struct:gfx::Test 533 float w1; member in struct:gfx::Test 596 float w1; member in struct:gfx::Test [all...] |