Searched refs:OPSIZ (Results 1 – 7 of 7) sorted by relevance
43 srcp += OPSIZ; in WORDCOPY_FWD_ALIGNED()44 dstp += OPSIZ; in WORDCOPY_FWD_ALIGNED()55 srcp += 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED()101 srcp &= -OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()113 srcp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()114 dstp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()138 srcp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()139 dstp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()201 srcp &= -OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()206 srcp -= OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()[all …]
43 srcp += OPSIZ; in WORDCOPY_FWD_ALIGNED()44 dstp += OPSIZ; in WORDCOPY_FWD_ALIGNED()55 srcp += 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED()85 srcp &= -OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()97 srcp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()98 dstp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()133 srcp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()134 dstp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()180 srcp &= -OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()185 srcp -= OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()[all …]
62 #define OPSIZ (sizeof (op_t)) macro120 if (src_bp % OPSIZ == 0) \121 _wordcopy_fwd_aligned (dst_bp, src_bp, (nbytes) / OPSIZ); \124 src_bp += (nbytes) & -OPSIZ; \125 dst_bp += (nbytes) & -OPSIZ; \126 (nbytes_left) = (nbytes) % OPSIZ; \142 if (src_ep % OPSIZ == 0) \143 _wordcopy_bwd_aligned (dst_ep, src_ep, (nbytes) / OPSIZ); \146 src_ep -= (nbytes) & -OPSIZ; \147 dst_ep -= (nbytes) & -OPSIZ; \[all …]
38 #define OPSIZ 8 macro
36 #define OPSIZ 8 macro
49 #define OPSIZ 8 macro
Completed in 8 milliseconds