Searched defs:_h (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp2.cpp31 template<char...> void operator "" _h() {} function
33 template<> void operator "" _h<'a', 'b', 'c'>() {} function
35 template void operator "" _h<'a', 'b', 'c', 'd'>();
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSkColorPalette.cpp149 float _h,r,g,b; local
153 _h = h * 6;
154 _i = (int)_h;
156 _2 = v * (1 - s * (_h - _i));
157 _3 = v * (1 - s * (1 - (_h - _i)));
/external/skia/experimental/DrawingBoard/
H A DSkColorPalette.cpp149 float _h,r,g,b; local
153 _h = h * 6;
154 _i = (int)_h;
156 _2 = v * (1 - s * (_h - _i));
157 _3 = v * (1 - s * (1 - (_h - _i)));
/external/chromium_org/third_party/libjpeg_turbo/
H A Djpegut.c238 const char *pixformat; int _w=0, _h=0; double t; local
252 _catch(tjDecompressHeader(hnd, jpegbuf, jpegsize, &_w, &_h));
253 if(_w!=w || _h!=h)
H A Dtjbench.c470 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, local
532 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
538 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
558 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
565 _h=_h-(_h%tjMCUHeight[_subsamp]);
569 _h=_h-(_h
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dresize_test.cc124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) argument
125 : pts(_pts), w(_w), h(_h) {}
/external/libvpx/libvpx/test/
H A Dresize_test.cc124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) argument
125 : pts(_pts), w(_w), h(_h) {}
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c39 int w, int _h) {
42 int h = _h;
50 h = (_h + 1) >> 1;
59 h = (_h + 1) >> 1;
37 recon_write_yuv_frame(const char *name, const YV12_BUFFER_CONFIG *s, int w, int _h) argument
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js141 function _h(b,a){return b.removeChild(a)}
484 function K(a,b){var c,d,e,f;c=wc((d=new rc(b),e=nc((hr(0,b.c),ui(b.b[0]))),mb(new nb(d),e),oc(d.d,(hr(0,b.c),ui(b.b[0])))));if(c.nodeType!=1)return $u;N(c);if(a){return P(c),$h($doc.body,c),f=hb(c),_h($doc.body,c),f}return c.innerHTML}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2452 milliseconds