Home
last modified time | relevance | path

Searched refs:mapAccess (Results 1 – 25 of 28) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
105 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
105 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
105 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
105 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/IO/
H A DMappedFile.cpp82 DWORD mapAccess = 0; in WinMappedFile() local
86 mapAccess = FILE_MAP_ALL_ACCESS; in WinMappedFile()
90 mapAccess = FILE_MAP_WRITE; in WinMappedFile()
94 mapAccess = FILE_MAP_READ; in WinMappedFile()
117 m_mappingHandle = OpenFileMapping(mapAccess, true, uMappingName); in WinMappedFile()
147 m_address = static_cast<char*>(MapViewOfFile(m_mappingHandle, mapAccess, 0, 0, 0)); in WinMappedFile()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
110 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
110 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
110 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
110 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dmmap_file.cpp109 DWORD mapAccess = 0; in open() local
114 mapAccess |= FILE_MAP_READ; in open()
120 mapAccess |= FILE_MAP_WRITE; in open()
136 if ( !(addr_ = ::MapViewOfFile( mapping_, mapAccess, 0, 0, 0 )) ) in open()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/nio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
105 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/nio/ch/
H A DFileChannelImpl.c74 DWORD mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0() local
81 mapAccess = FILE_MAP_READ; in Java_sun_nio_ch_FileChannelImpl_map0()
84 mapAccess = FILE_MAP_WRITE; in Java_sun_nio_ch_FileChannelImpl_map0()
87 mapAccess = FILE_MAP_COPY; in Java_sun_nio_ch_FileChannelImpl_map0()
105 mapAccess, /* Read and write access */ in Java_sun_nio_ch_FileChannelImpl_map0()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.MemoryMappedFiles/tests/
H A DMemoryMappedViewStream.Tests.cs77 …public void ValidAccessLevelCombinations(MemoryMappedFileAccess mapAccess, MemoryMappedFileAccess … in ValidAccessLevelCombinations() argument
80 …AssertExtensions.ThrowsIf<IOException>(PlatformDetection.IsUap && mapAccess == MemoryMappedFileAcc… in ValidAccessLevelCombinations()
83 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(null, Capacity, mapAccess)) in ValidAccessLevelCombinations()
101 …public void InvalidAccessLevelsCombinations(MemoryMappedFileAccess mapAccess, MemoryMappedFileAcce… in InvalidAccessLevelsCombinations() argument
104 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(null, Capacity, mapAccess)) in InvalidAccessLevelsCombinations()
116 …public void InvalidAccessLevels_ReadWriteExecute_NonUwp(MemoryMappedFileAccess mapAccess, MemoryMa… in InvalidAccessLevels_ReadWriteExecute_NonUwp() argument
119 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(null, Capacity, mapAccess)) in InvalidAccessLevels_ReadWriteExecute_NonUwp()
131 …public void InvalidAccessLevels_ReadWriteExecute_Uwp(MemoryMappedFileAccess mapAccess, MemoryMappe… in InvalidAccessLevels_ReadWriteExecute_Uwp() argument
134 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(null, Capacity, mapAccess)) in InvalidAccessLevels_ReadWriteExecute_Uwp()
H A DMemoryMappedViewAccessor.Tests.cs77 …public void ValidAccessLevelCombinations(MemoryMappedFileAccess mapAccess, MemoryMappedFileAccess … in ValidAccessLevelCombinations() argument
80 …AssertExtensions.ThrowsIf<IOException>(PlatformDetection.IsUap && mapAccess == MemoryMappedFileAcc… in ValidAccessLevelCombinations()
83 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(null, Capacity, mapAccess)) in ValidAccessLevelCombinations()
101 …public void InvalidAccessLevelsCombinations(MemoryMappedFileAccess mapAccess, MemoryMappedFileAcce… in InvalidAccessLevelsCombinations() argument
104 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(null, Capacity, mapAccess)) in InvalidAccessLevelsCombinations()
116 …public void InvalidAccessLevels_ReadWrite_NonUwp(MemoryMappedFileAccess mapAccess, MemoryMappedFil… in InvalidAccessLevels_ReadWrite_NonUwp() argument
119 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(null, Capacity, mapAccess)) in InvalidAccessLevels_ReadWrite_NonUwp()
131 …public void InvalidAccessLevels_ReadWrite_Uwp(MemoryMappedFileAccess mapAccess, MemoryMappedFileAc… in InvalidAccessLevels_ReadWrite_Uwp() argument
134 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(null, Capacity, mapAccess)) in InvalidAccessLevels_ReadWrite_Uwp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses,
314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander
425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses,
314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander
425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses,
314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander
425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses,
314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander
425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses,
314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander
425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses,
314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander
425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses,
314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander
425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses,
314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander
425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses,
314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander
425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi()
457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
/dports/benchmarks/fio/fio-3.29/os/windows/
H A Dposix.c367 DWORD mapAccess = 0; in mmap() local
378 mapAccess = FILE_MAP_READ; in mmap()
383 mapAccess |= FILE_MAP_WRITE; in mmap()
402 allocAddr = MapViewOfFile(hMap, mapAccess, off >> 16, in mmap()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/glw/
H A Dbuffer.h121 GLenum mapAccess(GLenum target, GLint unit) const in mapAccess() function
327 GLenum mapAccess(void) const
329 return this->object()->mapAccess(this->m_target, this->m_unit);

12