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

/openjdk7/jdk/src/share/native/java/nio/
H A DBits.c146 jint *srcInt, *dstInt, *endInt; local
160 srcInt = (jint *)(bytes + srcPos);
161 endInt = srcInt + (size / sizeof(jint));
162 while (srcInt < endInt) {
163 tmpInt = *srcInt++;
181 jint *srcInt, *dstInt, *endInt; local
184 srcInt = (jint *)jlong_to_ptr(srcAddr);
196 endInt = srcInt + (size / sizeof(jint));
197 while (srcInt < endInt) {
198 tmpInt = *srcInt
[all...]

Completed in 804 milliseconds