HomeSort by relevance Sort by last modified time
    Searched defs:w1 (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/iproute2/lib/
utils.c 469 __u32 w1, w2; local
472 w1 = a1[words];
477 if ((w1 ^ w2) & mask)
  /external/mesa3d/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
561 w1 = w0 - l1 + G4;
592 t1 = 0.6f - x1 * x1 - y1 * y1 - z1 * z1 - w1 * w1;
600 x1, y1, z1, w1);
  /external/opencv/cxcore/src/
cxsvd.cpp 240 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++;
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1.c 1142 OPJ_FLOAT64 w1 = 1, w2, wmsedec; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 933 int w1; local
944 w1 = width / 2;
946 while(w1--)
1042 int w1; local
1043 w1 = width / 2;
1054 while(w1--)
    [all...]
  /external/tcpdump/
print-tipc.c 73 u_int32_t w1; member in struct:tipc_pkthdr
80 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07)
81 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF)
117 u_int32_t w1; member in struct:payload_tipc_pkthdr
131 u_int32_t w1; member in struct:internal_tipc_pkthdr
142 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF)
153 u_int32_t w1; member in struct:link_conf_tipc_pkthdr
167 u_int32_t w0, w1, w2; local
232 u_int32_t w0, w1, w2, w4, w5, w9; local
300 u_int32_t w0, w1, w5; local
    [all...]
  /external/valgrind/main/coregrind/
m_oset.c 182 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;
m_stacktrace.c 878 UShort w1 = in_same_page(ra, ra+2) ? *(UShort*)(ra+2) : 0; local
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 50 const float w1 = x * (1.0f - y); local
54 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6];
55 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7];
    [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 128 int32_t next, float w0, float w1) {
131 float r = p0 * w0 + p1 * w1;
138 int32_t next, float w0, float w1) {
141 float r = p0 * w0 + p1 * w1;
148 int32_t next, float w0, float w1) {
151 float2 r = p0 * w0 + p1 * w1;
158 int32_t next, float w0, float w1) {
161 float3 r = p0 * w0 + p1 * w1;
168 int32_t next, float w0, float w1) {
171 float3 r = p0 * w0 + p1 * w1;
500 float w1 = fracU * oneMinusFracV; local
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.c 461 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))
    [all...]
  /external/chromium_org/ui/wm/core/
focus_controller_unittest.cc 404 // +-- w1
411 aura::Window* w1 = aura::test::CreateTestWindowWithDelegate( variable
416 gfx::Rect(5, 5, 10, 10), w1);
419 gfx::Rect(15, 15, 10, 10), w1);
712 // w1's ActivationChangeObserver shifted focus to this child, pre-empting
787 aura::Window* w1 = root_window()->GetChildById(1); variable
788 aura::client::GetCaptureClient(root_window())->SetCapture(w1); variable
798 aura::client::GetCaptureClient(root_window())->ReleaseCapture(w1); variable
909 aura::Window* w1 = root_window()->GetChildById(1); local
912 aura::test::EventGenerator generator(root_window(), w1); local
1059 aura::Window* w1 = root_window()->GetChildById(1); variable
1060 ActivateWindow(w1); variable
1070 ChangeWindowDisposition(w1); variable
    [all...]
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 81 unw_word_t w0, w1; member in struct:ia64_loc
  /external/libvorbis/lib/
vorbisfile.c 2146 float *w1,*w2; local
2200 float *w1,*w2; local
2261 float *w1,*w2; local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Http20Draft09.java 95 int w1; local
98 w1 = source.readInt();
104 // boolean r = (w1 & 0xc0000000) != 0; // Reserved: Ignore first 2 bits.
105 short length = (short) ((w1 & 0x3fff0000) >> 16); // 14-bit unsigned == max 16383
106 byte type = (byte) ((w1 & 0xff00) >> 8);
107 byte flags = (byte) (w1 & 0xff);
197 int w1 = source.readInt(); local
198 // boolean r = (w1 & 0x80000000) != 0; // Reserved.
199 int priority = (w1 & 0x7fffffff);
227 int w1 = source.readInt() local
534 int w1 = source.readInt(); local
    [all...]
Spdy3.java 130 int w1; local
133 w1 = source.readInt();
139 boolean control = (w1 & 0x80000000) != 0;
144 int version = (w1 & 0x7fff0000) >>> 16;
145 int type = (w1 & 0xffff);
189 int streamId = w1 & 0x7fffffff;
197 int w1 = source.readInt(); local
200 int streamId = w1 & 0x7fffffff;
213 int w1 = source.readInt(); local
214 int streamId = w1 & 0x7fffffff
232 int w1 = source.readInt(); local
240 int w1 = source.readInt(); local
273 int w1 = source.readInt(); local
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 383 double w0 = crow[0], w1 = crow[1]; local
384 double weight = w0 + w1;
390 lcw[1] += w1; rcw[1] -= w1;
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 574 Elf_Word w1, w2; local
631 w1 = *pP & 0xC0000000;
634 w1 |= w2;
635 *pP = w1;
638 w1 = *pP & 0xFFC00000;
641 w1 |= w2;
642 *pP = w1;
645 w1 = *pP & ~0x3FF;
648 w1 |= w2;
649 *pP = w1;
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 768 int32_t w1 = v1->window.w; local
770 int wscale = 32 - gglClz(w0|w1|w2);
773 int sc = lerp.iteratorsScale(itw, w0, w1, w2);
813 s1 = gglMulx(s1, w1, wscale);
814 t1 = gglMulx(t1, w1, wscale);
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java 160 final int w1 = bigrams.keyAt(i); local
162 dict.setBigram(words.get(w1), words.get(w2), new ProbabilityInfo(BIGRAM_FREQ));
211 final int w1 = bigrams.keyAt(i); local
214 words.get(w1));
215 assertNotNull(words.get(w1) + "," + words.get(w2), ptNode.getBigram(words.get(w2)));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
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/chromium_org/third_party/libwebp/dsp/
enc_neon.c 618 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);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 1710 double w1, w2; local
    [all...]
  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 209 scoped_ptr<Window> w1(test::CreateTestWindowWithDelegate(NULL, 1,
219 root, static_cast<Window*>(root_window()), w1.get(),
297 Window* w1 = test::CreateTestWindowWithBounds(gfx::Rect(10, 10, 20, 20), local
299 w1->set_id(1);
307 w1->Focus();
308 EXPECT_TRUE(IsFocusedWindow(w1));
314 EXPECT_TRUE(IsFocusedWindow(w1));
318 // Attempting to send a key event to w1 (not in the lock container) should
322 EXPECT_EQ(NULL, client::GetFocusClient(w1)->GetFocusedWindow());
323 EXPECT_FALSE(IsFocusedWindow(w1));
329 test::EventGenerator generator(root_window(), w1); local
1533 Window* w1 = CreateNormalWindow(1, host->window(), NULL); local
1642 Window* w1 = CreateNormalWindow(1, h2->window(), &delegate); local
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 1783 Widget* w1 = CreateChildPlatformWidget(toplevel->GetNativeView()); local
    [all...]

Completed in 2407 milliseconds

1 23 4 5