Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/lib/
Ddiv64.S20 #define xh r0 macro
26 #define xh r1 macro
58 cmp xh, r4
69 clz ip, xh
80 cmpcc yl, xh
89 2: cmp xh, yl
91 subcss xh, xh, yl
97 3: cmp xh, #0
100 movlo xh, xl
108 adcs xh, xh, xh
[all …]
Dmuldi3.S17 #define xh r0 macro
23 #define xh r1 macro
31 mul xh, yl, xh
32 mla xh, xl, yh, xh
37 mla xh, yh, ip, xh
42 adc xh, xh, yh, lsr #16
44 adc xh, xh, ip, lsr #16
Ducmpdi2.S17 #define xh r0 macro
23 #define xh r1 macro
30 cmp xh, yh
43 cmp xh, yh
/linux-4.1.27/fs/ocfs2/
Dxattr.c252 struct ocfs2_xattr_header *xh,
948 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local
951 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside()
955 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside()
956 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()
1574 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local
1575 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start()
1579 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start()
1620 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local
1621 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue()
[all …]
/linux-4.1.27/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.1.27/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" ((USItype)(xh)), \
215 #define umul_ppmm(xh, xl, a, b) \ argument
218 : "=&r" ((USItype)(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-4.1.27/sound/oss/
Daedsp16.c347 #define CDROM(xh) (xh & 0x20) argument
348 #define CDROMADDR(xh) (((xh & 0x1F) << 4) + 0x200) argument
387 #define BLDCDROM(xh, val) { \ argument
388 xh &= ~0x20; \
390 xh |= 0x20; \
392 #define BLDCDROMADDR(xh, val) { \ argument
397 xh |= tmp; \
398 xh &= 0x7F; \
399 xh |= 0x40; \
/linux-4.1.27/net/sched/
Dact_csum.c385 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local
391 switch (xh[off]) { in tcf_csum_ipv6_hopopts()
396 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
400 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts()
403 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()