Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/arm-trusted-firmware/include/arch/aarch64/
H A 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 …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/arch/aarch64/
Dsmccc_helpers.h33 #define SMC_RET0(_h) { \ argument
36 #define SMC_RET1(_h, _x0) { \ argument
40 #define SMC_RET2(_h, _x0, _x1) { \ argument
44 #define SMC_RET3(_h, _x0, _x1, _x2) { \ argument
48 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument
52 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ argument
56 #define SMC_RET6(_h, _x0, _x1, _x2, _x3, _x4, _x5) { \ argument
60 #define SMC_RET7(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6) { \ argument
64 #define SMC_RET8(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6, _x7) { \ argument
73 #define SMC_GET_GP(_h, _g) \ argument
[all …]
/aosp_15_r20/external/arm-trusted-firmware/include/arch/aarch32/
H A 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
/aosp_15_r20/external/trusty/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
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-fault-injection.h232 #define lws_fi_user_ss_fi(_h, _name) _lws_fi_user_ss_fi(_h, _name) argument
233 #define lws_fi_user_sspc_fi(_h, _name) _lws_fi_user_sspc_fi(_h, _name) argument
248 #define lws_fi_user_ss_fi(_h, _name) (0) argument
249 #define lws_fi_user_sspc_fi(_h, _name) (0) argument
H A Dlws-secure-streams-client.h82 #define lwsl_sspc(_h, _fil, ...) \ argument
86 #define lwsl_hexdump_sspc(_h, _fil, _buf, _len) \ argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DSquashfsHandler.cpp309 UInt32 CNode::Parse1(const Byte *p, UInt32 size, const CHeader &_h) in Parse1()
414 UInt32 CNode::Parse2(const Byte *p, UInt32 size, const CHeader &_h) in Parse2()
547 UInt32 CNode::Parse3(const Byte *p, UInt32 size, const CHeader &_h) in Parse3()
684 UInt32 CNode::Parse4(const Byte *p, UInt32 size, const CHeader &_h) in Parse4()
855 CHeader _h; variable
H A DCramfsHandler.cpp185 CHeader _h; variable
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dmalloc.c75 #define SIZE(_h) ((_h) & MAX_SIZE) argument
82 #define IS_FREE(_h) (((_h) & (MAGIC | FLAG_FREE)) == (MAGIC | FLAG_FREE)) argument
83 #define HAS_MAGIC(_h) (((_h) & MAGIC) == MAGIC) argument
/aosp_15_r20/external/libaom/aom_dsp/
H A Dfastssim.c52 static int fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init()
145 int _s2ystride, int _w, int _h, uint32_t shift, in fs_downsample_level0()
445 int _dystride, int _w, int _h, uint32_t _bd, in calc_ssim()
H A Dpsnrhvs.c115 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs()
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dfastssim.c50 static int fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init()
145 int _s2ystride, int _w, int _h, uint32_t bd, in fs_downsample_level0()
455 int _dystride, int _w, int _h, uint32_t _bd, in calc_ssim()
H A Dpsnrhvs.c122 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs()
/aosp_15_r20/external/coreboot/payloads/libpayload/include/x86/arch/
H A Dmsr.h44 #define rdmsr(_m, _l, _h) \ argument
/aosp_15_r20/external/python/cpython3/Doc/includes/
Dmp_newtype.py12 def _h(self): member in Foo
/aosp_15_r20/external/python/cpython2/Doc/includes/
Dmp_newtype.py20 def _h(self): member in Foo
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dindex.hpp63 static constexpr index_type< 8> _h; variable
/aosp_15_r20/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h101 uint32_t _h; variable
/aosp_15_r20/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp195 uint32_t _h = h; in allocation2DWrite() local
210 uint32_t _h = h; in allocation3DWrite() local
264 uint32_t _h = h; in allocation2DRead() local
279 uint32_t _h = h; in allocation3DRead() local
/aosp_15_r20/hardware/libhardware/tests/hwc/
H A Dutil.c165 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h) { in egl_create()
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/
Dqbuf.rs91 pub _h: std::marker::PhantomData<H>, field
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/
Dlocal_variable.hpp171 BOOST_ATTRIBUTE_UNUSED _h_type const _h = {{{}}}; variable
/aosp_15_r20/external/executorch/backends/cadence/reference/operators/
H A Dquantized_conv_out.cpp89 for (int _h = 0, _oh = 0; _oh < oh; _h += s0, ++_oh) { in conv2d_nchw_core_generic() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/example/
Ddemo_xml.hpp261 void append(const std::string &_d, int _h, int _m, bus_route *_br) in append()
Ddemo_gps.hpp261 void append(const std::string &_d, int _h, int _m, bus_route *_br) in append()

12