/Linux-v4.19/arch/arm/lib/ |
D | div64.S | 20 #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 …]
|
D | muldi3.S | 17 #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
|
D | ucmpdi2.S | 17 #define xh r0 macro 23 #define xh r1 macro 30 cmp xh, yh 43 cmp xh, yh
|
/Linux-v4.19/fs/ocfs2/ |
D | xattr.c | 252 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-v4.19/include/math-emu/ |
D | op-2.h | 134 #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-v4.19/lib/mpi/ |
D | longlong.h | 132 #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 …]
|
/Linux-v4.19/net/sched/ |
D | act_csum.c | 443 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local 449 switch (xh[off]) { in tcf_csum_ipv6_hopopts() 454 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts() 458 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts() 461 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
|