Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dxattr.c252 struct ocfs2_xattr_header *xh,
966 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local
969 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside()
973 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside()
974 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()
1593 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local
1594 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start()
1598 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start()
1639 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local
1640 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue()
[all …]
/linux-4.19.296/include/math-emu/
Dop-2.h134 #define __FP_CLZ_2(R, xh, xl) \ argument
136 if (xh) \
137 __FP_CLZ(R,xh); \
148 #define __FP_FRAC_ADDI_2(xh, xl, i) \
149 (xh += ((xl += i) < i))
152 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
153 (rh = xh + yh + ((rl = xl + yl) < xl))
156 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
157 (rh = xh - yh - ((rl = xl - yl) > xl))
160 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
[all …]
/linux-4.19.296/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 …]