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

/openjdk10/hotspot/src/cpu/s390/vm/
H A Dcopy_s390.hpp763 size_t count_in = count; local
764 if (has_destructive_overlap((char*)from, (char*)to, count_in*BytesPerLong)) {
765 switch (count_in) {
776 from += count_in;
777 to += count_in;
778 while (count_in-- > 0)
786 size_t len_bytes = count_in*BytesPerLong;
848 size_t count_in = count; local
849 if (has_destructive_overlap((char*)from, (char*)to, count_in))
850 (void)memmove(to, from, count_in);
877 size_t count_in = count; local
896 size_t count_in = count; local
928 size_t count_in = count; local
980 size_t count_in = count; local
[all...]

Completed in 82 milliseconds