Searched refs:to_align32 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/tile/lib/
H A Dmemset_32.c26 int to_align32; memset() local
80 to_align32 = memset()
87 if (to_align32 <= n32 - CACHE_LINE_SIZE_IN_WORDS) { memset()
91 n32 -= to_align32; memset()
92 for (; to_align32 != 0; to_align32--) { memset()

Completed in 66 milliseconds