Searched refs:dstShort (Results 1 – 1 of 1) sorted by relevance
81 jshort *srcShort, *dstShort, *endShort; in Java_java_nio_Bits_copyFromShortArray() local84 dstShort = (jshort *)jlong_to_ptr(dstAddr); in Java_java_nio_Bits_copyFromShortArray()99 *dstShort++ = SWAPSHORT(tmpShort); in Java_java_nio_Bits_copyFromShortArray()116 jshort *srcShort, *dstShort, *endShort; in Java_java_nio_Bits_copyToShortArray() local130 dstShort = (jshort *)(bytes + dstPos); in Java_java_nio_Bits_copyToShortArray()134 *dstShort++ = SWAPSHORT(tmpShort); in Java_java_nio_Bits_copyToShortArray()