HomeSort by relevance Sort by last modified time
    Searched defs:ww (Results 1 - 23 of 23) sorted by null

  /external/clang/test/Index/
get-cursor.c 5 struct _MyS ww; variable in typeref:struct:_MyS
  /external/clang/test/Sema/
cast-to-union.c 13 union u ww = (union u)1.0; // expected-error{{cast to union type from type 'double' not present in union}} variable in typeref:union:u
  /external/clang/test/Preprocessor/
pragma_diagnostic_sections.cpp 48 void ww( function
  /external/v8/test/mjsunit/
to_number_order.js 32 var ww = function() { x += "fisk"; return 2; } function
34 w.valueOf = ww;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 485 const Word16 *ww, *we;
488 ww = &corrweight[250];
500 t0 = Mpy_32_16 (t0_h, t0_l, *ww);
501 ww--;
595 const Word16 *ww; local
600 ww = &corrweight[250];
612 t0 = Mpy_32_16(t0_h, t0_l, *ww, pOverflow);
613 ww--;
  /external/qemu/android/utils/
reflist.c 231 int ww = 0; local
234 items[ww++] = items[rr];
236 l->count = l->size = (uint16_t) ww;
254 int ww = 0; local
257 witems[ww++] = ritems[rr];
260 dst->size = ww;
261 AASSERT_TRUE(ww == dst->count);
  /external/skia/gm/
xfermodes.cpp 23 SkScalar ww = SkIntToScalar(w); local
28 r.set(0, 0, ww*3/4, hh*3/4);
37 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
  /external/skia/samplecode/
SampleXfermodes.cpp 100 SkScalar ww = SkIntToScalar(w); local
105 r.set(0, 0, ww*3/4, hh*3/4);
114 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
SampleXfermodesBlur.cpp 57 SkScalar ww = SkIntToScalar(W); local
64 r.set(0, 0, ww*3/4, hh*3/4);
73 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 40 Word16 *ww, *we, *hp_wsp; local
52 ww = &corrweight[198];
74 R0 = Mpy_32_16(hi, lo, *ww);
75 ww--;
  /external/opencv/cv/src/
cvundistort.cpp 472 double ww = 1./(RR[2][0]*x + RR[2][1]*y + RR[2][2]); local
473 x = xx*ww;
474 y = yy*ww;
cvfundam.cpp 517 double ww = 1./(H[6]*M[i].x + H[7]*M[i].y + 1.); local
518 double dx = (H[0]*M[i].x + H[1]*M[i].y + H[2])*ww - m[i].x;
519 double dy = (H[3]*M[i].x + H[4]*M[i].y + H[5])*ww - m[i].y;
546 double ww = 1./(h[6]*Mx + h[7]*My + 1.); local
547 double _xi = (h[0]*Mx + h[1]*My + h[2])*ww;
548 double _yi = (h[3]*Mx + h[4]*My + h[5])*ww;
554 { Mx*ww, My*ww, ww, 0, 0, 0, -Mx*ww*_xi, -My*ww*_xi }
    [all...]
  /external/qemu/android/skin/
argb.h 268 unsigned ww, hh; local
276 ww = (unsigned)(xmax-xmin);
277 red = ww;
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 3247 UChar rr, ww, xx, pp, ch, tmp; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 166 Bool rr, ww, xx; local
174 ww = toBool(prot & VKI_PROT_WRITE);
183 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
232 Bool ww = toBool(prot & VKI_PROT_WRITE); local
238 VG_TRACK( change_mem_mprotect, a, len, rr, ww, xx );
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 532 milliseconds