Searched refs:tmpShort (Results 1 – 1 of 1) sorted by relevance
82 jshort tmpShort; in Java_java_nio_Bits_copyFromShortArray() local98 tmpShort = *srcShort++; in Java_java_nio_Bits_copyFromShortArray()99 *dstShort++ = SWAPSHORT(tmpShort); in Java_java_nio_Bits_copyFromShortArray()117 jshort tmpShort; in Java_java_nio_Bits_copyToShortArray() local133 tmpShort = *srcShort++; in Java_java_nio_Bits_copyToShortArray()134 *dstShort++ = SWAPSHORT(tmpShort); in Java_java_nio_Bits_copyToShortArray()