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

/openjdk7/jdk/src/share/native/java/nio/
H A DBits.c76 jshort *srcShort, *dstShort, *endShort; local
91 endShort = srcShort + (size / sizeof(jshort));
92 while (srcShort < endShort) {
111 jshort *srcShort, *dstShort, *endShort; local
126 endShort = srcShort + (size / sizeof(jshort));
127 while (srcShort < endShort) {

Completed in 30 milliseconds