Searched refs:highOffset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileDispatcherImpl.c132 long highOffset = 0; local
148 highOffset = (DWORD)(offset >> 32);
149 lowOffset = SetFilePointer(h, lowOffset, &highOffset, FILE_BEGIN);
276 long highOffset = 0; local
287 highOffset = (DWORD)(offset >> 32);
288 lowOffset = SetFilePointer(h, lowOffset, &highOffset, FILE_BEGIN);
H A DFileChannelImpl.c63 jint highOffset = (jint)(off >> 32); local
102 highOffset, /* High word of offset */

Completed in 31 milliseconds