Searched refs:endInt (Results 1 – 1 of 1) sorted by relevance
151 jint *srcInt, *dstInt, *endInt; in Java_java_nio_Bits_copyFromIntArray() local166 endInt = srcInt + (size / sizeof(jint)); in Java_java_nio_Bits_copyFromIntArray()167 while (srcInt < endInt) { in Java_java_nio_Bits_copyFromIntArray()186 jint *srcInt, *dstInt, *endInt; in Java_java_nio_Bits_copyToIntArray() local201 endInt = srcInt + (size / sizeof(jint)); in Java_java_nio_Bits_copyToIntArray()202 while (srcInt < endInt) { in Java_java_nio_Bits_copyToIntArray()