/external/clang/test/CXX/over/over.oper/over.literal/ |
D | p2.cpp | 31 template<char...> void operator "" _h() {} in operator ""_h() 33 template<> void operator "" _h<'a', 'b', 'c'>() {} in operator ""_h<'a','b','c'>() 35 template void operator "" _h<'a', 'b', 'c', 'd'>();
|
/external/llvm/test/CodeGen/Mips/ |
D | stchar.ll | 1 …: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16_h 30 ; 16_h-LABEL: test: 33 ; 16_h: sh ${{[0-9]+}}, [[offset2:[0-9]+]](${{[0-9]+}}) 34 ; 16_h: lh ${{[0-9]+}}, [[offset2]](${{[0-9]+}})
|
/external/skia/experimental/DrawingBoard/ |
D | SkColorPalette.cpp | 149 float _h,r,g,b; in selectColorFromGradient() local 153 _h = h * 6; in selectColorFromGradient() 154 _i = (int)_h; in selectColorFromGradient() 156 _2 = v * (1 - s * (_h - _i)); in selectColorFromGradient() 157 _3 = v * (1 - s * (1 - (_h - _i))); in selectColorFromGradient()
|
/external/libjpeg-turbo/java/ |
D | TJBench.java | 425 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, in decompTest() local 475 _w = w; _h = h; _tilew = tilew; _tileh = tileh; in decompTest() 481 sf.getScaled(_h)); in decompTest() 496 _w = h; _h = w; _tilew = tileh; _tileh = tilew; in decompTest() 506 _h = _h - (_h % TJ.getMCUHeight(_subsamp)); in decompTest() 512 _h = _h - (_h % TJ.getMCUWidth(_subsamp)); in decompTest() 514 _ntilesh = (_h + _tileh - 1) / _tileh; in decompTest() 529 for (y = 0, tile = 0; y < _h; y += _tileh) { in decompTest() 533 t[tile].height = Math.min(_tileh, _h - y); in decompTest() 592 _tileh = _h; in decompTest() [all …]
|
/external/libjpeg-turbo/ |
D | tjbench.c | 490 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, in decompTest() local 560 _w=w; _h=h; _tilew=tilew; _tileh=tileh; in decompTest() 566 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf)); in decompTest() 586 _w=h; _h=w; _tilew=tileh; _tileh=tilew; in decompTest() 593 _h=_h-(_h%tjMCUHeight[_subsamp]); in decompTest() 597 _h=_h-(_h%tjMCUWidth[_subsamp]); in decompTest() 599 _ntilesh=(_h+_tileh-1)/_tileh; in decompTest() 613 t[tile].r.h=min(_tileh, _h-row*_tileh); in decompTest() 675 if(h==tileh) _tileh=_h; in decompTest() 678 if(decomp(NULL, jpegbuf, jpegsize, NULL, _w, _h, _subsamp, 0, in decompTest()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 50 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument 57 lh = (_h + 1) >> 1; in fs_ctx_init() 78 lh = (_h + 1) >> 1; in fs_ctx_init() 141 int _s2ystride, int _w, int _h, uint32_t bd, in fs_downsample_level0() argument 157 j1 = FS_MINI(j0 + 1, _h); in fs_downsample_level0() 449 int _dystride, int _w, int _h, uint32_t _bd, in calc_ssim() argument 455 fs_ctx_init(&ctx, _w, _h, FS_NLEVELS); in calc_ssim() 456 fs_downsample_level0(&ctx, _src, _systride, _dst, _dystride, _w, _h, _bd, in calc_ssim()
|
D | psnrhvs.c | 122 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs() argument 158 for (y = 0; y < _h - 7; y += _step) { in calc_psnrhvs()
|
/external/llvm/test/CodeGen/X86/ |
D | sibcall-byval.ll | 21 ; 32: _h: 24 ; 64: _h:
|
D | tail-dup-catchret.ll | 25 ; CHECK: calll _h
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | sibcall-byval.ll | 21 ; 32: _h: 24 ; 64: _h:
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-04-15-RegisterCmpPeephole.ll | 6 ; CHECK: bleq _h 25 ; CHECK: bleq _h
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2011-04-15-RegisterCmpPeephole.ll | 6 ; CHECK: blxeq _h 25 ; CHECK: blxeq _h
|
/external/mesa3d/src/glsl/ |
D | Android.gen.mk | 66 echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h) 67 echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
|
/external/libvncserver/test/ |
D | tjbench.c | 356 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, _subsamp; in dodecomptest() local 414 _w=w; _h=h; _tilew=tilew; _tileh=tileh; in dodecomptest() 420 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf)); in dodecomptest() 436 if(h==tileh) _tileh=_h; in dodecomptest() 437 if(decomptest(NULL, jpegbuf, jpegsize, NULL, _w, _h, _subsamp, 0, in dodecomptest()
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_ConformanceTest | 38 subdirectory should have the name *_h (i.e., the *.h file name with "_" 55 Within each lowest level directory (definitions/*_h for definitions,
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_map-xsampa_aut.utf | 15 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_… 35 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_map-xsampa_aut.utf | 15 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_… 33 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_map-xsampa_aut.utf | 16 …'{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_d}' '{XS:_c}' '{XS:_a}' '{XS:_^}' … 43 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_…
|
/external/bison/djgpp/ |
D | config.sed | 174 s,^.*\(gl_cv_absolute_\)\([a-z0-9_]*\)\(_h\).*$,\1\2\3=`echo $\1\2\3 | sed "s%[^:]:.*/include/%/dev… 179 s,^.*\(gl_cv_full_\)\([a-z0-9_]*\)\(_h\).*$,\1\2\3=`echo $\1\2\3 | sed "s%[^:]:.*/include/%/dev/env…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_map-xsampa_aut.utf | 25 …'{XS:_O}' '{XS:_^}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_k}' … 47 …}' '{XS:_O}' '{XS:_^}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_map-xsampa_aut.utf | 25 …}' '{XS:_O}' '{XS:_^}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_… 51 …}' '{XS:_N}' '{XS:_O}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_…
|
/external/libvpx/libvpx/test/ |
D | resize_test.cc | 86 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) in FrameInfo() 87 : pts(_pts), w(_w), h(_h) {} in FrameInfo()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_map-xsampa_aut.utf | 25 … '{XS:_G}' '{XS:_N}' '{XS:_O}' '{XS:_^}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' 56 …}' '{XS:_N}' '{XS:_O}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_…
|
/external/vulkan-validation-layers/demos/ |
D | lunarg.ppm | 157 …��I��H��F��D��B�@~�>|�<{�:y�8w�6u4s}2r{1py/nx-lw+ku)it'gr&fp%dn$dn"al!`j_h]h\fZdYcWbV`U_… 201 …��R��P��M��K��I��F��C�A~�?{�=y�;w�9u6s}4q|2pz0nx.lv,jt*hr(gq&eo&cm#bk"`j _h]g%`k0hr;pxK{�V��X��… 297 …�j��f��b��_����������������������������������������������왶�S��,gp(dm&ak%_i$_h!\e [dYbWaU_T]R\… 302 …�l��h��d�������������������������������������������肦�=s|/js-hr+gp)en&bl%_i$_h"\f [dYcXaU_U]S]… 307 …��l��������������������������������������������Ax�6py3mv1lt.ir,gp)en'bl&`j$_h"\f!\eYcXaU_U]S]… 334 …�����������������������y��U��P��M��J�F}�Cz�@x�=t~:r{6px4mv1ks.hq,fo*cm(bk&_h$^g"\eYbWaW_T^S\… 340 …�����������������������Z��W��R��N��K��H~�D{�Ay�?v<s|7py4mw2kt/iq-fp*cm(bk&_h$^g"\e ZcWaW_U_S\… 355 …��������������f��b��^��Z��V��R��N��K��G}�Cz�@w�>t}9rz6ox4mu1js.gq,eo)cl'`j&_h$]g"[d YbW`U_S]R[… 364 …�����������{��h��d��`��[��W��S��O��L��H}�D{�Ax�?u~:r{7oy4mv2ks/hq,eo*cl(aj&_h$]g"[d YbW`V_S]S[… 415 …��}��x��s��p��k��f��c��]��Z��U��Q��M��J�G|�Cx�?v~;r{8py5mv3jt0hq-en*ck(aj&_h$]f"Zd YaWaU^S\RZ… [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/ |
D | parse-xsampa_aut.utf | 24 …_k}' 'F'/'{XS:_F}' '~'/'{XS:_~}' 'R'/'{XS:_R}' 'm'/'{XS:_m}' 'h'/'{XS:_h}' '<'/'{XS:_<}' '/… 102 …_n}' 't'/'{XS:_t}' 'k'/'{XS:_k}' '~'/'{XS:_~}' 'm'/'{XS:_m}' 'h'/'{XS:_h}' '/'/'{XS:_/}' '-…
|