Searched defs:srcShort (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/nio/
H A DBits.c76 jshort *srcShort, *dstShort, *endShort; local
90 srcShort = (jshort *)(bytes + srcPos);
91 endShort = srcShort + (size / sizeof(jshort));
92 while (srcShort < endShort) {
93 tmpShort = *srcShort++;
111 jshort *srcShort, *dstShort, *endShort; local
114 srcShort = (jshort *)jlong_to_ptr(srcAddr);
126 endShort = srcShort + (size / sizeof(jshort));
127 while (srcShort < endShort) {
128 tmpShort = *srcShort
[all...]

Completed in 125 milliseconds