Home
last modified time | relevance | path

Searched refs:_h (Results 1 – 25 of 189) sorted by relevance

12345678

/external/clang/test/CXX/over/over.oper/over.literal/
Dp2.cpp31 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/
Dstchar.ll1 …: 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dstchar.ll1 …: 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/libxcam/xcore/
Dworker.h30 private: ::XCam::SmartPtr<Handler> _h; \
31 public: CbClass (const ::XCam::SmartPtr<Handler> &h) { _h = h;} \
36 _h->mem_func (worker, args, error); } \
Dimage_handler.h31 private: ::XCam::SmartPtr<Next> _h; \
32 public: CbClass (const ::XCam::SmartPtr<Next> &h) { _h = h;} \
37 _h->mem_func (handler, params, error); } \
/external/libaom/libaom/aom_dsp/
Dfastssim.c52 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument
59 lh = (_h + 1) >> 1; in fs_ctx_init()
80 lh = (_h + 1) >> 1; in fs_ctx_init()
143 int _s2ystride, int _w, int _h, uint32_t shift, in fs_downsample_level0() argument
159 j1 = FS_MINI(j0 + 1, _h); in fs_downsample_level0()
443 int _dystride, int _w, int _h, uint32_t _bd, in calc_ssim() argument
449 fs_ctx_init(&ctx, _w, _h, FS_NLEVELS); in calc_ssim()
450 fs_downsample_level0(&ctx, _src, _systride, _dst, _dystride, _w, _h, _shift, in calc_ssim()
Dpsnrhvs.c119 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs() argument
156 for (y = 0; y < _h - 7; y += _step) { in calc_psnrhvs()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c50 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()
Dpsnrhvs.c122 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs() argument
160 for (y = 0; y < _h - 7; y += _step) { in calc_psnrhvs()
/external/python/cpython3/Doc/includes/
Dmp_newtype.py12 def _h(self): member in Foo
67 f2._h()
/external/python/cpython2/Doc/includes/
Dmp_newtype.py20 def _h(self): member in Foo
77 f2._h()
/external/llvm/test/CodeGen/X86/
Dsibcall-byval.ll21 ; 32: _h:
24 ; 64: _h:
Dtail-dup-catchret.ll25 ; CHECK: calll _h
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsibcall-byval.ll21 ; 32: _h:
24 ; 64: _h:
Ddivide-windows-itanium.ll26 ; CHECK-LABEL: _h:
Dtail-dup-catchret.ll25 ; CHECK: calll _h
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dsibcall-byval.ll21 ; 32: _h:
24 ; 64: _h:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-04-15-RegisterCmpPeephole.ll6 ; CHECK: bleq _h
25 ; CHECK: bleq _h
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-04-15-RegisterCmpPeephole.ll6 ; CHECK: blxeq _h
25 ; CHECK: blxeq _h
/external/llvm/test/CodeGen/ARM/
D2011-04-15-RegisterCmpPeephole.ll6 ; CHECK: bleq _h
25 ; CHECK: bleq _h
/external/mesa3d/src/compiler/
DAndroid.glsl.gen.mk73 echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h)
74 echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
/external/libdrm/intel/
Duthash.h666 #define MUR_FMIX(_h) \ argument
668 _h ^= _h >> 16; \
669 _h *= 0x85ebca6bu; \
670 _h ^= _h >> 13; \
671 _h *= 0xc2b2ae35u; \
672 _h ^= _h >> 16; \
/external/python/cpython3/Lib/test/
Dtest_dis.py345 def _h(y): function
361 """ % (_h.__code__.co_firstlineno + 1,
363 _h.__code__.co_firstlineno + 1,
364 _h.__code__.co_firstlineno + 4,
380 _h.__code__.co_firstlineno + 1,
381 _h.__code__.co_firstlineno + 3,
383 _h.__code__.co_firstlineno + 3,
400 _h.__code__.co_firstlineno + 3,
401 _h.__code__.co_firstlineno + 3,
592 dis = self.get_disassembly(_h, **kwargs)
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ConformanceTest38 subdirectory should have the name *_h (i.e., the *.h file name with "_"
55 Within each lowest level directory (definitions/*_h for definitions,
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D86ce8d13783a24de9c2c6571c0eca838.00000815.honggfuzz.cov17 �� ����V������q��_h���� ;�̟X*P�ā��w�� # pz�L�?9&�bܡ����L+��Ha��#�`ԧ�W�>�=W�3Z�����:����S…

12345678