Searched refs:dstLong (Results 1 – 1 of 1) sorted by relevance
221 jlong *srcLong, *dstLong, *endLong; in Java_java_nio_Bits_copyFromLongArray() local224 dstLong = (jlong *)jlong_to_ptr(dstAddr); in Java_java_nio_Bits_copyFromLongArray()239 *dstLong++ = SWAPLONG(tmpLong); in Java_java_nio_Bits_copyFromLongArray()256 jlong *srcLong, *dstLong, *endLong; in Java_java_nio_Bits_copyToLongArray() local270 dstLong = (jlong *)(bytes + dstPos); in Java_java_nio_Bits_copyToLongArray()274 *dstLong++ = SWAPLONG(tmpLong); in Java_java_nio_Bits_copyToLongArray()