xh                 51 drivers/input/touchscreen/raspberrypi-ts.c 		u8 xh;
xh                 87 drivers/input/touchscreen/raspberrypi-ts.c 		x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl;
xh                 90 drivers/input/touchscreen/raspberrypi-ts.c 		event_type = (regs.point[i].xh >> 6) & 0x03;
xh                244 fs/ocfs2/xattr.c 					     struct ocfs2_xattr_header *xh,
xh                958 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh;
xh                961 fs/ocfs2/xattr.c 	xh = (struct ocfs2_xattr_header *)
xh                965 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++)
xh                966 fs/ocfs2/xattr.c 		if (!ocfs2_xattr_is_local(&xh->xh_entries[i]))
xh               1585 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = loc->xl_header;
xh               1586 fs/ocfs2/xattr.c 	int i, count = le16_to_cpu(xh->xh_count);
xh               1590 fs/ocfs2/xattr.c 		offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset);
xh               1631 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = loc->xl_header;
xh               1632 fs/ocfs2/xattr.c 	int count = le16_to_cpu(xh->xh_count);
xh               1639 fs/ocfs2/xattr.c 	memmove((char *)xh + first_namevalue_offset + namevalue_size,
xh               1640 fs/ocfs2/xattr.c 		(char *)xh + first_namevalue_offset,
xh               1642 fs/ocfs2/xattr.c 	memset((char *)xh + first_namevalue_offset, 0, namevalue_size);
xh               1646 fs/ocfs2/xattr.c 		offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset);
xh               1648 fs/ocfs2/xattr.c 			le16_add_cpu(&xh->xh_entries[i].xe_name_offset,
xh               1813 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = loc->xl_header;
xh               1814 fs/ocfs2/xattr.c 	int count = le16_to_cpu(xh->xh_count);
xh               1824 fs/ocfs2/xattr.c 		tmp_xe = &xh->xh_entries[tmp];
xh               1837 fs/ocfs2/xattr.c 		memmove(&xh->xh_entries[low + 1],
xh               1838 fs/ocfs2/xattr.c 			&xh->xh_entries[low],
xh               1841 fs/ocfs2/xattr.c 	le16_add_cpu(&xh->xh_count, 1);
xh               1842 fs/ocfs2/xattr.c 	loc->xl_entry = &xh->xh_entries[low];
xh               1849 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = loc->xl_header;
xh               1856 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(nameval_offset);
xh               1857 fs/ocfs2/xattr.c 	le16_add_cpu(&xh->xh_name_value_len, size);
xh               1935 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = loc->xl_header;
xh               1941 fs/ocfs2/xattr.c 	le16_add_cpu(&xh->xh_count, -1);
xh               1942 fs/ocfs2/xattr.c 	count = le16_to_cpu(xh->xh_count);
xh               1950 fs/ocfs2/xattr.c 		index = ((char *)entry - (char *)&xh->xh_entries) /
xh               1952 fs/ocfs2/xattr.c 		memmove(&xh->xh_entries[index], &xh->xh_entries[index + 1],
xh               1954 fs/ocfs2/xattr.c 		memset(&xh->xh_entries[count], 0,
xh               3757 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = bucket_xh(bucket);
xh               3766 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh               3767 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh               3781 fs/ocfs2/xattr.c 							xh,
xh               3822 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = NULL;
xh               3843 fs/ocfs2/xattr.c 	xh = bucket_xh(search);
xh               3844 fs/ocfs2/xattr.c 	high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1;
xh               3856 fs/ocfs2/xattr.c 		xh = bucket_xh(search);
xh               3857 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[0];
xh               3868 fs/ocfs2/xattr.c 		if (xh->xh_count)
xh               3869 fs/ocfs2/xattr.c 			xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1];
xh               4027 fs/ocfs2/xattr.c 					     struct ocfs2_xattr_header *xh,
xh               4034 fs/ocfs2/xattr.c 	if (index < 0 || index >= le16_to_cpu(xh->xh_count))
xh               4037 fs/ocfs2/xattr.c 	name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset);
xh               4195 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = bucket_xh(bucket);
xh               4221 fs/ocfs2/xattr.c 	xh->xh_count = xb_xh->xh_count;
xh               4222 fs/ocfs2/xattr.c 	xh->xh_num_buckets = cpu_to_le16(1);
xh               4223 fs/ocfs2/xattr.c 	xh->xh_name_value_len = cpu_to_le16(size);
xh               4224 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
xh               4236 fs/ocfs2/xattr.c 		le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change);
xh               4391 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh;
xh               4421 fs/ocfs2/xattr.c 	xh = (struct ocfs2_xattr_header *)bucket_buf;
xh               4422 fs/ocfs2/xattr.c 	entries = (char *)xh->xh_entries;
xh               4423 fs/ocfs2/xattr.c 	xh_free_start = le16_to_cpu(xh->xh_free_start);
xh               4426 fs/ocfs2/xattr.c 	     (unsigned long long)blkno, le16_to_cpu(xh->xh_count),
xh               4427 fs/ocfs2/xattr.c 	     xh_free_start, le16_to_cpu(xh->xh_name_value_len));
xh               4434 fs/ocfs2/xattr.c 	sort(entries, le16_to_cpu(xh->xh_count),
xh               4439 fs/ocfs2/xattr.c 	xe = xh->xh_entries;
xh               4441 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++, xe++) {
xh               4473 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(end);
xh               4476 fs/ocfs2/xattr.c 	sort(entries, le16_to_cpu(xh->xh_count),
xh               4583 fs/ocfs2/xattr.c static int ocfs2_xattr_find_divide_pos(struct ocfs2_xattr_header *xh)
xh               4585 fs/ocfs2/xattr.c 	struct ocfs2_xattr_entry *entries = xh->xh_entries;
xh               4586 fs/ocfs2/xattr.c 	int count = le16_to_cpu(xh->xh_count);
xh               4635 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh;
xh               4687 fs/ocfs2/xattr.c 	xh = bucket_xh(s_bucket);
xh               4688 fs/ocfs2/xattr.c 	count = le16_to_cpu(xh->xh_count);
xh               4689 fs/ocfs2/xattr.c 	start = ocfs2_xattr_find_divide_pos(xh);
xh               4692 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[start-1];
xh               4702 fs/ocfs2/xattr.c 		xh = bucket_xh(t_bucket);
xh               4703 fs/ocfs2/xattr.c 		xh->xh_free_start = cpu_to_le16(blocksize);
xh               4704 fs/ocfs2/xattr.c 		xh->xh_entries[0].xe_name_hash = xe->xe_name_hash;
xh               4705 fs/ocfs2/xattr.c 		le32_add_cpu(&xh->xh_entries[0].xe_name_hash, 1);
xh               4714 fs/ocfs2/xattr.c 	xh = bucket_xh(t_bucket);
xh               4723 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh               4737 fs/ocfs2/xattr.c 	xe = &xh->xh_entries[start];
xh               4740 fs/ocfs2/xattr.c 			(int)((char *)xe - (char *)xh),
xh               4741 fs/ocfs2/xattr.c 			(int)((char *)xh->xh_entries - (char *)xh));
xh               4742 fs/ocfs2/xattr.c 	memmove((char *)xh->xh_entries, (char *)xe, len);
xh               4743 fs/ocfs2/xattr.c 	xe = &xh->xh_entries[count - start];
xh               4747 fs/ocfs2/xattr.c 	le16_add_cpu(&xh->xh_count, -start);
xh               4748 fs/ocfs2/xattr.c 	le16_add_cpu(&xh->xh_name_value_len, -name_value_len);
xh               4751 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE);
xh               4752 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh               4753 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh               4755 fs/ocfs2/xattr.c 		    le16_to_cpu(xh->xh_free_start))
xh               4756 fs/ocfs2/xattr.c 			xh->xh_free_start = xe->xe_name_offset;
xh               4762 fs/ocfs2/xattr.c 		xh->xh_num_buckets = cpu_to_le16(1);
xh               4764 fs/ocfs2/xattr.c 		xh->xh_num_buckets = 0;
xh               4770 fs/ocfs2/xattr.c 		*first_hash = le32_to_cpu(xh->xh_entries[0].xe_name_hash);
xh               4780 fs/ocfs2/xattr.c 	xh = bucket_xh(s_bucket);
xh               4781 fs/ocfs2/xattr.c 	memset(&xh->xh_entries[start], 0,
xh               4783 fs/ocfs2/xattr.c 	xh->xh_count = cpu_to_le16(start);
xh               4784 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(name_offset);
xh               4785 fs/ocfs2/xattr.c 	xh->xh_name_value_len = cpu_to_le16(name_value_len);
xh               5363 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = bucket_xh(bucket);
xh               5369 fs/ocfs2/xattr.c 	xe = &xh->xh_entries[xe_off];
xh               5522 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = bucket_xh(bucket);
xh               5525 fs/ocfs2/xattr.c 	if (name_hash != le32_to_cpu(xh->xh_entries[0].xe_name_hash))
xh               5528 fs/ocfs2/xattr.c 	if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash ==
xh               5529 fs/ocfs2/xattr.c 	    xh->xh_entries[0].xe_name_hash) {
xh               5533 fs/ocfs2/xattr.c 		     le32_to_cpu(xh->xh_entries[0].xe_name_hash));
xh               5658 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = bucket_xh(bucket);
xh               5671 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh               5672 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh               6007 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = bucket_xh(bucket);
xh               6008 fs/ocfs2/xattr.c 	struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
xh               6044 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh =
xh               6063 fs/ocfs2/xattr.c 				le16_to_cpu(xh->xh_count));
xh               6064 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh               6065 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh               6203 fs/ocfs2/xattr.c 				   struct ocfs2_xattr_header *xh,
xh               6216 fs/ocfs2/xattr.c 					     struct ocfs2_xattr_header *xh,
xh               6226 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh               6227 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh               6231 fs/ocfs2/xattr.c 		ret = func(sb, bh, xh, i, &xv, NULL, para);
xh               6260 fs/ocfs2/xattr.c 				      struct ocfs2_xattr_header *xh,
xh               6266 fs/ocfs2/xattr.c 	struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
xh               6268 fs/ocfs2/xattr.c 	*xv = (struct ocfs2_xattr_value_root *)((void *)xh +
xh               6283 fs/ocfs2/xattr.c 					struct ocfs2_xattr_header *xh,
xh               6294 fs/ocfs2/xattr.c 	ret = ocfs2_value_metas_in_xattr_header(osb->sb, NULL, xh,
xh               6341 fs/ocfs2/xattr.c 				      struct ocfs2_xattr_header *xh,
xh               6359 fs/ocfs2/xattr.c 					 le16_to_cpu(xh->xh_count));
xh               6362 fs/ocfs2/xattr.c 	for (i = 0, j = 0; i < le16_to_cpu(xh->xh_count); i++, j++) {
xh               6363 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh               6387 fs/ocfs2/xattr.c 		ret = func(sb, old_bh, xh, i, &xv, NULL, para);
xh               6472 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = (struct ocfs2_xattr_header *)
xh               6484 fs/ocfs2/xattr.c 	ret = ocfs2_reflink_lock_xattr_allocators(osb, xh, args->ref_root_bh,
xh               6511 fs/ocfs2/xattr.c 	ret = ocfs2_reflink_xattr_header(handle, args, args->old_bh, xh,
xh               6594 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header;
xh               6604 fs/ocfs2/xattr.c 	ret = ocfs2_reflink_lock_xattr_allocators(osb, xh, args->ref_root_bh,
xh               6640 fs/ocfs2/xattr.c 	ret = ocfs2_reflink_xattr_header(handle, args, blk_bh, xh,
xh               6684 fs/ocfs2/xattr.c 					struct ocfs2_xattr_header *xh,
xh               6711 fs/ocfs2/xattr.c 					struct ocfs2_xattr_header *xh,
xh               6730 fs/ocfs2/xattr.c 	struct ocfs2_xattr_header *xh =
xh               6736 fs/ocfs2/xattr.c 					xh, &metas->num_metas,
xh                129 include/math-emu/op-2.h #define __FP_CLZ_2(R, xh, xl)	\
xh                131 include/math-emu/op-2.h     if (xh)			\
xh                132 include/math-emu/op-2.h       __FP_CLZ(R,xh);		\
xh                143 include/math-emu/op-2.h #define __FP_FRAC_ADDI_2(xh, xl, i)	\
xh                144 include/math-emu/op-2.h   (xh += ((xl += i) < i))
xh                147 include/math-emu/op-2.h #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl)	\
xh                148 include/math-emu/op-2.h   (rh = xh + yh + ((rl = xl + yl) < xl))
xh                151 include/math-emu/op-2.h #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl)	\
xh                152 include/math-emu/op-2.h   (rh = xh - yh - ((rl = xl - yl) > xl))
xh                155 include/math-emu/op-2.h #define __FP_FRAC_DEC_2(xh, xl, yh, yl)	\
xh                158 include/math-emu/op-2.h     xh -= yh + ((xl -= yl) > _t);	\
xh                165 include/math-emu/op-2.h #define __FP_FRAC_ADDI_2(xh, xl, i)	add_ssaaaa(xh, xl, xh, xl, 0, i)
xh                171 include/math-emu/op-2.h #define __FP_FRAC_DEC_2(xh, xl, yh, yl)	sub_ddmmss(xh, xl, xh, xl, yh, yl)
xh                132 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xh                140 lib/mpi/longlong.h 		: "=r" ((USItype)(xh)) \
xh                195 lib/mpi/longlong.h #define umul_ppmm(xh, xl, a, b) \
xh                209 lib/mpi/longlong.h 	: "=&r" (xh), \
xh                215 lib/mpi/longlong.h #define umul_ppmm(xh, xl, a, b) \
xh                218 lib/mpi/longlong.h 	: "=&r" (xh), \
xh                352 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xh                363 lib/mpi/longlong.h 	(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
xh                364 lib/mpi/longlong.h 	(xh) += ((((SItype) __m0 >> 31) & __m1) \
xh                367 lib/mpi/longlong.h #define smul_ppmm(xh, xl, m0, m1) \
xh                377 lib/mpi/longlong.h 	(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
xh                557 lib/mpi/longlong.h #define umul_ppmm(xh, xl, a, b) \
xh                581 lib/mpi/longlong.h 	: "=&d" ((USItype)(xh)), "=&d" ((USItype)(xl)), \
xh                808 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xh                812 lib/mpi/longlong.h 	: "=r" ((USItype)(xh)), \
xh                816 lib/mpi/longlong.h 	(xh) += ((((SItype) __m0 >> 31) & __m1) \
xh                820 lib/mpi/longlong.h #define smul_ppmm(xh, xl, m0, m1) \
xh                822 lib/mpi/longlong.h 	: "=r" ((SItype)(xh)), \
xh               1163 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xh               1173 lib/mpi/longlong.h 	(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
xh               1174 lib/mpi/longlong.h 	(xh) += ((((SItype) __m0 >> 31) & __m1) \
xh               1209 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xh               1220 lib/mpi/longlong.h 	(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
xh               1221 lib/mpi/longlong.h 	(xh) += ((((signed int) __m0 >> 15) & __m1) \
xh                454 net/sched/act_csum.c 	unsigned char *xh = (void *)ip6xh;
xh                460 net/sched/act_csum.c 		switch (xh[off]) {
xh                465 net/sched/act_csum.c 			optlen = xh[off + 1] + 2;
xh                469 net/sched/act_csum.c 			*pl = ntohl(*(__be32 *)(xh + off + 2));
xh                472 net/sched/act_csum.c 			optlen = xh[off + 1] + 2;