Home
last modified time | relevance | path

Searched refs:mapmode (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/iostreams/device/
Dmapped_file.hpp53 enum mapmode { enum in boost::iostreams::mapped_file_base
61 mapped_file_base::mapmode
62 operator|(mapped_file_base::mapmode a, mapped_file_base::mapmode b);
64 mapped_file_base::mapmode
65 operator&(mapped_file_base::mapmode a, mapped_file_base::mapmode b);
67 mapped_file_base::mapmode
68 operator^(mapped_file_base::mapmode a, mapped_file_base::mapmode b);
70 mapped_file_base::mapmode
71 operator~(mapped_file_base::mapmode a);
73 mapped_file_base::mapmode
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemoryBuffer.h51 static constexpr sys::fs::mapped_file_region::mapmode Mapmode =
159 static constexpr sys::fs::mapped_file_region::mapmode Mapmode =
221 static constexpr sys::fs::mapped_file_region::mapmode Mapmode =
DFileSystem.h1162 enum mapmode { enum
1175 mapmode Mode;
1177 std::error_code init(sys::fs::file_t FD, uint64_t Offset, mapmode Mode);
1185 mapped_file_region(sys::fs::file_t fd, mapmode mode, size_t length, uint64_t offset,
/third_party/boost/libs/iostreams/src/
Dmapped_file.cpp51 typedef mapped_file_source::mapmode mapmode; typedef in boost::iostreams::detail::mapped_file_impl
60 mapmode flags() const { return params_.flags; } in flags()
463 mapped_file_source::mapmode mapped_file_source::flags() const in flags()
/third_party/weston/shared/
Dos-compatibility.c338 enum ro_anonymous_file_mapmode mapmode) in os_ro_anonymous_file_get_fd() argument
349 if (seals != -1 && mapmode == RO_ANONYMOUS_FILE_MAPMODE_PRIVATE && in os_ro_anonymous_file_get_fd()
Dos-compatibility.h69 enum ro_anonymous_file_mapmode mapmode);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h687 enum mapmode { enum
698 std::error_code init(int FD, uint64_t Offset, mapmode Mode);
708 mapped_file_region(int fd, mapmode mode, uint64_t length, uint64_t offset,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp194 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); in loadYAML()
DProfile.cpp274 *FdOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in loadProfile()
DTrace.cpp399 *FdOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in loadTraceFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc479 mapmode Mode) {
490 mapped_file_region::mapped_file_region(int fd, mapmode mode, uint64_t length,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc523 mapmode Mode) {
584 mapped_file_region::mapped_file_region(int fd, mapmode mode, uint64_t length,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc798 uint64_t Offset, mapmode Mode) {
866 mapped_file_region::mapped_file_region(sys::fs::file_t fd, mapmode mode,
898 if (Mode == mapmode::readwrite && Exe && hasFlushBufferKernelBug()) {
/third_party/weston/libweston/
Dinput.c2093 enum ro_anonymous_file_mapmode mapmode; in weston_keyboard_send_keymap() local
2096 mapmode = RO_ANONYMOUS_FILE_MAPMODE_SHARED; in weston_keyboard_send_keymap()
2098 mapmode = RO_ANONYMOUS_FILE_MAPMODE_PRIVATE; in weston_keyboard_send_keymap()
2100 fd = os_ro_anonymous_file_get_fd(xkb_info->keymap_rofile, mapmode); in weston_keyboard_send_keymap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc781 mapmode Mode) {
812 mapped_file_region::mapped_file_region(int fd, mapmode mode, size_t length,