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

/linux-master/arch/arm/lib/
H A Dmuldi3.S14 #define xh r0 define
20 #define xh r1 define
28 mul xh, yl, xh
29 mla xh, xl, yh, xh
34 mla xh, yh, ip, xh
39 adc xh, xh, y
[all...]
H A Ddiv64.S17 #define xh r0 define
23 #define xh r1 define
35 * xh-xl = dividend (clobbered)
40 * xh = remainder
55 cmp xh, r4
66 clz ip, xh
77 cmpcc yl, xh
86 2: cmp xh, yl
88 subscs xh, xh, y
[all...]
H A Ducmpdi2.S14 #define xh r0 define
20 #define xh r1 define
27 cmp xh, yh
40 cmp xh, yh
/linux-master/fs/ocfs2/
H A Dxattr.c238 struct ocfs2_xattr_header *xh,
952 struct ocfs2_xattr_header *xh; local
955 xh = (struct ocfs2_xattr_header *)
959 for (i = 0; i < le16_to_cpu(xh->xh_count); i++)
960 if (!ocfs2_xattr_is_local(&xh->xh_entries[i]))
1579 struct ocfs2_xattr_header *xh = loc->xl_header; local
1580 int i, count = le16_to_cpu(xh->xh_count);
1584 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset);
1625 struct ocfs2_xattr_header *xh = loc->xl_header; local
1626 int count = le16_to_cpu(xh
1807 struct ocfs2_xattr_header *xh = loc->xl_header; local
1843 struct ocfs2_xattr_header *xh = loc->xl_header; local
1929 struct ocfs2_xattr_header *xh = loc->xl_header; local
3751 struct ocfs2_xattr_header *xh = bucket_xh(bucket); local
3816 struct ocfs2_xattr_header *xh = NULL; local
4020 ocfs2_xattr_bucket_get_name_value(struct super_block *sb, struct ocfs2_xattr_header *xh, int index, int *block_off, int *new_offset) argument
4189 struct ocfs2_xattr_header *xh = bucket_xh(bucket); local
4385 struct ocfs2_xattr_header *xh; local
4577 ocfs2_xattr_find_divide_pos(struct ocfs2_xattr_header *xh) argument
4629 struct ocfs2_xattr_header *xh; local
5357 struct ocfs2_xattr_header *xh = bucket_xh(bucket); local
5516 struct ocfs2_xattr_header *xh = bucket_xh(bucket); local
5652 struct ocfs2_xattr_header *xh = bucket_xh(bucket); local
6001 struct ocfs2_xattr_header *xh = bucket_xh(bucket); local
6038 struct ocfs2_xattr_header *xh = local
6208 ocfs2_value_metas_in_xattr_header(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int *metas, int *credits, int *num_recs, get_xattr_value_root *func, void *para) argument
6252 ocfs2_get_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) argument
6276 ocfs2_reflink_lock_xattr_allocators(struct ocfs2_super *osb, struct ocfs2_xattr_header *xh, struct buffer_head *ref_root_bh, int *credits, struct ocfs2_alloc_context **meta_ac) argument
6332 ocfs2_reflink_xattr_header(handle_t *handle, struct ocfs2_xattr_reflink *args, struct buffer_head *old_bh, struct ocfs2_xattr_header *xh, struct buffer_head *new_bh, struct ocfs2_xattr_header *new_xh, struct ocfs2_xattr_value_buf *vb, struct ocfs2_alloc_context *meta_ac, get_xattr_value_root *func, void *para) argument
6466 struct ocfs2_xattr_header *xh = (struct ocfs2_xattr_header *) local
6588 struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header; local
6676 ocfs2_get_reflink_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) argument
6703 ocfs2_value_tree_metas_in_bucket(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) argument
6724 struct ocfs2_xattr_header *xh = local
[all...]
/linux-master/lib/crypto/mpi/
H A Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \
140 : "=r" ((USItype)(xh)) \
195 #define umul_ppmm(xh, xl, a, b) \
209 : "=&r" (xh), \
215 #define umul_ppmm(xh, xl, a, b) \
218 : "=&r" (xh), \
352 #define umul_ppmm(xh, xl, m0, m1) \
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
364 (xh) += ((((SItype) __m0 >> 31) & __m1) \
367 #define smul_ppmm(xh, x
[all...]
/linux-master/include/math-emu/
H A Dop-2.h129 #define __FP_CLZ_2(R, xh, xl) \
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, x
[all...]
/linux-master/drivers/input/touchscreen/
H A Draspberrypi-ts.c50 u8 xh; member in struct:rpi_ts_regs::rpi_ts_touch
85 x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl;
88 event_type = (regs.point[i].xh >> 6) & 0x03;
/linux-master/net/sched/
H A Dact_csum.c451 unsigned char *xh = (void *)ip6xh; local
457 switch (xh[off]) {
462 optlen = xh[off + 1] + 2;
466 *pl = ntohl(*(__be32 *)(xh + off + 2));
469 optlen = xh[off + 1] + 2;
/linux-master/fs/fuse/
H A Ddir.c551 struct fuse_ext_header *xh; local
561 xh = extend_arg(ext, sg_len);
562 if (!xh)
565 xh->size = sg_len;
566 xh->type = FUSE_EXT_GROUPS;
568 sg = (struct fuse_supp_groups *) &xh[1];
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c158 #define RAZWI_INITIATOR_ID_X_Y(xl, yl, xh) \
159 (RAZWI_INITIATOR_ID_X_Y_LOW(xl, yl) | RAZWI_INITIATOR_ID_X_HIGH(xh))

Completed in 404 milliseconds