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

  /external/chromium_org/mojo/public/cpp/system/tests/
core_unittest.cc 104 std::vector<Handle> wh; local
105 wh.push_back(h.get());
109 WaitMany(wh, sigs, MOJO_DEADLINE_INDEFINITE));
167 std::vector<Handle> wh; local
168 wh.push_back(h0.get());
169 wh.push_back(h1.get());
173 EXPECT_EQ(1, WaitMany(wh, sigs, 1000));
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.h 60 WAVE_HEADER wh; member in struct:__anon34568
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.h 60 WAVE_HEADER wh; member in struct:__anon34618
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.h 60 WAVE_HEADER wh; member in struct:__anon34669
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 207 static const int wh[3] = {0, -214, 798}; local
357 wd1 += wh[wd2];
g722_encode.c 262 static const int wh[3] = {0, -214, 798}; local
398 s->band[1].nb = wd + wh[ih2];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 92 float wh = h / max; local
116 float l = histogram[i] * wh;
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 594 struct mach_header *wh; local
603 if ((wh = (struct mach_header *)
607 if (dyld_NSIsSymbolNameDefinedInImage(wh, symbol))
609 nssym = dyld_NSLookupSymbolInImage(wh,
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 379 float wh = (0.3f * h) / max; local
395 float l = histogram[i] * wh;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 1513 struct src_register wh = get_tex_dimensions( emit, sampler.base.num ); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 1513 struct src_register wh = get_tex_dimensions( emit, sampler.base.num ); local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 596 int wh[2]; member in struct:__anon42641
603 win.wh[0] = cfg->win.w; win.wh[1] = cfg->win.h;
605 crop.wh[0] = cfg->crop.w; crop.wh[1] = cfg->crop.h;
613 crop.xy[1] -= (crop.wh[1] = -crop.wh[1]);
615 crop.xy[!swap] -= (crop.wh[!swap] = -crop.wh[!swap]);
617 crop.xy[swap] -= (crop.wh[swap] = -crop.wh[swap])
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 785 int wh[2]; member in struct:__anon42526
792 win.wh[0] = cfg->win.w; win.wh[1] = cfg->win.h;
794 crop.wh[0] = cfg->crop.w; crop.wh[1] = cfg->crop.h;
802 crop.xy[1] -= (crop.wh[1] = -crop.wh[1]);
804 crop.xy[!swap] -= (crop.wh[!swap] = -crop.wh[!swap]);
806 crop.xy[swap] -= (crop.wh[swap] = -crop.wh[swap])
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1381 milliseconds