/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 109 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, 155 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice() argument 157 return getFileAux<MemoryBuffer>(FilePath, -1, MapSize, Offset, false, in getFileSlice() 239 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, 244 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, in getFileAux() argument 252 auto Ret = getOpenFileImpl<MB>(FD, Filename, FileSize, MapSize, Offset, in getFileAux() 267 WritableMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice() argument 269 return getFileAux<WritableMemoryBuffer>(Filename, -1, MapSize, Offset, false, in getFileSlice() 310 size_t MapSize, in shouldUseMmap() argument 323 if (MapSize < 4 * 4096 || MapSize < (unsigned)PageSize) in shouldUseMmap() [all …]
|
/external/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 105 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, 180 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice() argument 182 return getFileAux(FilePath, -1, MapSize, Offset, false, false); in getFileSlice() 264 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, 268 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, in getFileAux() argument 276 getOpenFileImpl(FD, Filename, FileSize, MapSize, Offset, in getFileAux() 284 size_t MapSize, in shouldUseMmap() argument 297 if (MapSize < 4 * 4096 || MapSize < (unsigned)PageSize) in shouldUseMmap() 317 size_t End = Offset + MapSize; in shouldUseMmap() 340 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl() argument [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | MemoryBuffer.cpp | 105 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, 180 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice() argument 182 return getFileAux(FilePath, -1, MapSize, Offset, false, false); in getFileSlice() 264 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, 268 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, in getFileAux() argument 276 getOpenFileImpl(FD, Filename, FileSize, MapSize, Offset, in getFileAux() 284 size_t MapSize, in shouldUseMmap() argument 297 if (MapSize < 4 * 4096 || MapSize < (unsigned)PageSize) in shouldUseMmap() 317 size_t End = Offset + MapSize; in shouldUseMmap() 340 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl() argument [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | MemoryBuffer.cpp | 235 size_t MapSize, in shouldUseMmap() argument 241 if (MapSize < 4096*4) in shouldUseMmap() 263 size_t End = Offset + MapSize; in shouldUseMmap() 278 uint64_t FileSize, uint64_t MapSize, in getOpenFile() argument 284 if (MapSize == uint64_t(-1)) { in getOpenFile() 295 MapSize = FileSize; in getOpenFile() 298 if (shouldUseMmap(FD, FileSize, MapSize, Offset, RequiresNullTerminator, in getOpenFile() 302 size_t RealMapSize = MapSize + Delta; in getOpenFile() 308 StringRef(Pages + Delta, MapSize), Filename, RequiresNullTerminator)); in getOpenFile() 313 MemoryBuffer *Buf = MemoryBuffer::getNewUninitMemBuffer(MapSize, Filename); in getOpenFile() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | MemoryBuffer.h | 94 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize, 132 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, 186 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, 247 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset);
|
/external/llvm/include/llvm/Support/ |
D | MemoryBuffer.h | 79 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize, 129 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MemoryBuffer.h | 89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize, 139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset);
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_MapSize.pbtxt | 2 graph_op_name: "MapSize"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_MapSize.pbtxt | 2 graph_op_name: "MapSize"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MapSize.pbtxt | 2 graph_op_name: "MapSize"
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MemoryBuffer.h | 79 uint64_t MapSize = -1,
|
/external/libchrome/base/memory/ |
D | shared_memory_region_unittest.cc | 143 TYPED_TEST(SharedMemoryRegionTest, MapSize) { in TYPED_TEST() argument
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 283 int MapSize(const Message& message, const FieldDescriptor* field) const;
|
D | message.h | 990 virtual int MapSize(const Message& /* message */, in MapSize() function
|
D | generated_message_reflection.cc | 1834 int GeneratedMessageReflection::MapSize( in MapSize() function in google::protobuf::internal::GeneratedMessageReflection
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 318 return message->GetReflection()->MapSize(*message, in Length()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 1876 name: "MapSize"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 1876 name: "MapSize"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 5616 func MapSize(scope *Scope, dtypes []tf.DataType, optional ...MapSizeAttr) (size tf.Output) { func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 18018 name: "MapSize"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 34402 name: "MapSize"
|
D | ops_history.v1.pbtxt | 34840 name: "MapSize"
|