Home
last modified time | relevance | path

Searched defs:_h (Results 1 – 17 of 17) sorted by relevance

/external/arm-trusted-firmware/include/arch/aarch64/
Dsmccc_helpers.h19 #define SMC_RET0(_h) { \ argument
22 #define SMC_RET1(_h, _x0) { \ argument
26 #define SMC_RET2(_h, _x0, _x1) { \ argument
30 #define SMC_RET3(_h, _x0, _x1, _x2) { \ argument
34 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument
38 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ argument
42 #define SMC_RET6(_h, _x0, _x1, _x2, _x3, _x4, _x5) { \ argument
46 #define SMC_RET7(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6) { \ argument
50 #define SMC_RET8(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6, _x7) { \ argument
59 #define SMC_GET_GP(_h, _g) \ argument
[all …]
/external/llvm-project/lld/test/ELF/
Dundef-multi.s53 .globl _h symbol
54 _h: label
/external/arm-trusted-firmware/include/arch/aarch32/
Dsmccc_helpers.h114 #define SMC_RET0(_h) { \ argument
117 #define SMC_RET1(_h, _r0) { \ argument
121 #define SMC_RET2(_h, _r0, _r1) { \ argument
125 #define SMC_RET3(_h, _r0, _r1, _r2) { \ argument
129 #define SMC_RET4(_h, _r0, _r1, _r2, _r3) { \ argument
133 #define SMC_RET5(_h, _r0, _r1, _r2, _r3, _r4) { \ argument
137 #define SMC_RET6(_h, _r0, _r1, _r2, _r3, _r4, _r5) { \ argument
141 #define SMC_RET7(_h, _r0, _r1, _r2, _r3, _r4, _r5, _r6) { \ argument
145 #define SMC_RET8(_h, _r0, _r1, _r2, _r3, _r4, _r5, _r6, _r7) { \ argument
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Dinvalid_abstract_origin.s49 .globl _h ## -- Begin function h symbol
51 _h: ## @h label
/external/python/cpython3/Doc/includes/
Dmp_newtype.py12 def _h(self): member in Foo
/external/python/cpython2/Doc/includes/
Dmp_newtype.py20 def _h(self): member in Foo
/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()
143 int _s2ystride, int _w, int _h, uint32_t bd, in fs_downsample_level0()
453 int _dystride, int _w, int _h, uint32_t _bd, in calc_ssim()
Dpsnrhvs.c122 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs()
/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()
143 int _s2ystride, int _w, int _h, uint32_t shift, in fs_downsample_level0()
443 int _dystride, int _w, int _h, uint32_t _bd, in calc_ssim()
Dpsnrhvs.c114 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs()
/external/arm-trusted-firmware/include/lib/
Dsmccc.h155 #define SMC_UUID_RET(_h, _uuid) \ argument
/external/python/cpython3/Lib/test/
Dtest_dis.py407 def _h(y): function
D_test_multiprocessing.py2814 def _h(self): member in FooBar
/external/fastrpc/inc/
Duthash.h534 #define MUR_FMIX(_h) \ argument
/external/libdrm/intel/
Duthash.h666 #define MUR_FMIX(_h) \ argument
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1438 def _h(self): member in FooBar
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp2150 TempDir _h(TestDirectory.path("h")); in TEST_F() local