Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/lib/
A Ddiv64.S17 #define xh r0 macro
23 #define xh r1 macro
55 cmp xh, r4
66 clz ip, xh
88 subscs xh, xh, yl
105 adcs xh, xh, xh
109 subcs xh, xh, r4
125 clz xh, xl @ we know xh is zero here so...
126 add xh, xh, #1
181 THUMB( lsl xh, xh, ip )
[all …]
A 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
A Ducmpdi2.S14 #define xh r0 macro
20 #define xh r1 macro
27 cmp xh, yh
40 cmp xh, yh
/linux-6.3-rc2/fs/ocfs2/
A Dxattr.c1836 &xh->xh_entries[low], in ocfs2_xa_bucket_add_entry()
1950 memmove(&xh->xh_entries[index], &xh->xh_entries[index + 1], in ocfs2_xa_remove_entry()
3779 xh, in ocfs2_find_xe_in_bucket()
3841 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3854 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3866 if (xh->xh_count) in ocfs2_xattr_bucket_find()
3867 xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1]; in ocfs2_xattr_bucket_find()
4437 xe = xh->xh_entries; in ocfs2_defrag_xattr_bucket()
4739 (int)((char *)xh->xh_entries - (char *)xh)); in ocfs2_divide_xattr_bucket()
4762 xh->xh_num_buckets = 0; in ocfs2_divide_xattr_bucket()
[all …]
/linux-6.3-rc2/include/math-emu/
A 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))
148 (rh = xh + yh + ((rl = xl + yl) < xl))
152 (rh = xh - yh - ((rl = xl - yl) > xl))
155 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
158 xh -= yh + ((xl -= yl) > _t); \
165 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i) argument
[all …]
/linux-6.3-rc2/lib/mpi/
A 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
367 #define smul_ppmm(xh, xl, m0, m1) \ argument
557 #define umul_ppmm(xh, xl, a, b) \ argument
812 : "=r" ((USItype)(xh)), \
[all …]
/linux-6.3-rc2/drivers/input/touchscreen/
A 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.3-rc2/net/sched/
A Dact_csum.c452 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local
458 switch (xh[off]) { in tcf_csum_ipv6_hopopts()
463 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
467 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts()
470 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
/linux-6.3-rc2/Documentation/devicetree/bindings/ptp/
A Dptp-idtcm.yaml10 - Vincent Cheng <vincent.cheng.xh@renesas.com>
/linux-6.3-rc2/fs/fuse/
A Ddir.c555 struct fuse_ext_header *xh; in get_create_supp_group() local
565 xh = extend_arg(ext, sg_len); in get_create_supp_group()
566 if (!xh) in get_create_supp_group()
569 xh->size = sg_len; in get_create_supp_group()
570 xh->type = FUSE_EXT_GROUPS; in get_create_supp_group()
572 sg = (struct fuse_supp_groups *) &xh[1]; in get_create_supp_group()

Completed in 30 milliseconds