/linux-4.4.14/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-4.4.14/fs/ocfs2/ |
D | xattr.c | 252 struct ocfs2_xattr_header *xh, 942 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local 945 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside() 949 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside() 950 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside() 1568 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local 1569 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start() 1573 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start() 1614 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local 1615 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue() [all …]
|
/linux-4.4.14/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-4.4.14/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" ((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.4.14/sound/oss/ |
D | aedsp16.c | 347 #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.4.14/net/sched/ |
D | act_csum.c | 386 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local 392 switch (xh[off]) { in tcf_csum_ipv6_hopopts() 397 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts() 401 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts() 404 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
|