Searched refs:file_offset (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemsys.h148 long file_offset, long byte_count));
152 long file_offset, long byte_count));
H A Djmemmgr.c697 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
700 file_offset = ptr->cur_start_row * bytesperrow;
716 file_offset, byte_count); local
720 file_offset, byte_count); local
721 file_offset += byte_count;
730 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
733 file_offset = ptr->cur_start_row * bytesperrow;
749 file_offset, byte_count); local
753 file_offset, byte_count); local
754 file_offset
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp124 static char* pd_map_memory(int fd, const char* file_name, size_t file_offset,
127 static char* pd_remap_memory(int fd, const char* file_name, size_t file_offset,
300 static char* map_memory(int fd, const char* file_name, size_t file_offset,
303 static char* remap_memory(int fd, const char* file_name, size_t file_offset,
H A Dos.cpp1492 char* os::map_memory(int fd, const char* file_name, size_t file_offset, argument
1495 char* result = pd_map_memory(fd, file_name, file_offset, addr, bytes, read_only, allow_exec);
1502 char* os::remap_memory(int fd, const char* file_name, size_t file_offset, argument
1505 return pd_remap_memory(fd, file_name, file_offset, addr, bytes,
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp4437 char* os::pd_map_memory(int fd, const char* file_name, size_t file_offset, argument
4477 overlapped.Offset = (DWORD)file_offset;
4505 base = (char*)MapViewOfFileEx(hMap, access, 0, (DWORD)file_offset,
4557 char* os::pd_remap_memory(int fd, const char* file_name, size_t file_offset, argument
4570 return os::map_memory(fd, file_name, file_offset, addr, bytes,
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp5243 char* os::pd_map_memory(int fd, const char* file_name, size_t file_offset, argument
5266 fd, file_offset);
5275 char* os::pd_remap_memory(int fd, const char* file_name, size_t file_offset, argument
5279 return os::map_memory(fd, file_name, file_offset, addr, bytes, read_only,
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp5025 char* os::pd_map_memory(int fd, const char* file_name, size_t file_offset, argument
5046 fd, file_offset);
5055 char* os::pd_remap_memory(int fd, const char* file_name, size_t file_offset, argument
5059 return os::map_memory(fd, file_name, file_offset, addr, bytes, read_only,
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5783 char* os::pd_map_memory(int fd, const char* file_name, size_t file_offset, argument
5806 fd, file_offset);
5815 char* os::pd_remap_memory(int fd, const char* file_name, size_t file_offset, argument
5819 return os::map_memory(fd, file_name, file_offset, addr, bytes, read_only,

Completed in 577 milliseconds