Home
last modified time | relevance | path

Searched refs:xh (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/arch/arm/lib/
Ddiv64.S17 #define xh r0 macro
23 #define xh r1 macro
55 cmp xh, r4
66 clz ip, xh
77 cmpcc yl, xh
86 2: cmp xh, yl
88 subscs xh, xh, yl
94 3: cmp xh, #0
97 movlo xh, xl
105 adcs xh, xh, xh
[all …]
Dmuldi3.S14 #define xh r0 macro
20 #define xh r1 macro
28 mul xh, yl, xh
29 mla xh, xl, yh, xh
34 mla xh, yh, ip, xh
39 adc xh, xh, yh, lsr #16
41 adc xh, xh, ip, lsr #16
Ducmpdi2.S14 #define xh r0 macro
20 #define xh r1 macro
27 cmp xh, yh
40 cmp xh, yh
/linux-6.1.9/fs/ocfs2/
Dxattr.c242 struct ocfs2_xattr_header *xh,
956 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local
959 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside()
963 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside()
964 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()
1583 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local
1584 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start()
1588 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start()
1629 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local
1630 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue()
[all …]
/linux-6.1.9/include/math-emu/
Dop-2.h129 #define __FP_CLZ_2(R, xh, xl) \ argument
131 if (xh) \
132 __FP_CLZ(R,xh); \
143 #define __FP_FRAC_ADDI_2(xh, xl, i) \
144 (xh += ((xl += i) < i))
147 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
148 (rh = xh + yh + ((rl = xl + yl) < xl))
151 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
152 (rh = xh - yh - ((rl = xl - yl) > xl))
155 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
[all …]
/linux-6.1.9/lib/mpi/
Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \ argument
140 : "=r" ((USItype)(xh)) \
195 #define umul_ppmm(xh, xl, a, b) \ argument
209 : "=&r" (xh), \
215 #define umul_ppmm(xh, xl, a, b) \ argument
218 : "=&r" (xh), \
352 #define umul_ppmm(xh, xl, m0, m1) \ argument
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
364 (xh) += ((((SItype) __m0 >> 31) & __m1) \
367 #define smul_ppmm(xh, xl, m0, m1) \ argument
[all …]
/linux-6.1.9/drivers/input/touchscreen/
Draspberrypi-ts.c50 u8 xh; member
85 x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl; in rpi_ts_poll()
88 event_type = (regs.point[i].xh >> 6) & 0x03; in rpi_ts_poll()
/linux-6.1.9/net/sched/
Dact_csum.c451 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local
457 switch (xh[off]) { in tcf_csum_ipv6_hopopts()
462 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
466 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts()
469 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
/linux-6.1.9/Documentation/devicetree/bindings/ptp/
Dptp-idtcm.yaml10 - Vincent Cheng <vincent.cheng.xh@renesas.com>