HomeSort by relevance Sort by last modified time
    Searched refs:MapSize (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrVariable.c 133 UINTN MapSize;
136 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize);
140 Callback (MapName, MapGuid, MapId, Map, MapSize);
184 UINTN MapSize;
187 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize);
190 *Size = MapSize;
253 UINTN MapSize;
256 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize);
259 *Size = MapSize;
313 UINTN MapSize;
    [all...]
  /external/llvm/lib/Support/
MemoryBuffer.cpp 105 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize,
180 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize,
182 return getFileAux(FilePath, -1, MapSize, Offset, false, false);
264 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator,
268 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize,
276 getOpenFileImpl(FD, Filename, FileSize, MapSize, Offset,
284 size_t MapSize,
297 if (MapSize < 4 * 4096 || MapSize < (unsigned)PageSize)
307 // RequiresNullTerminator = false and MapSize != -1
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
MemoryBuffer.cpp 105 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize,
180 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize,
182 return getFileAux(FilePath, -1, MapSize, Offset, false, false);
264 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator,
268 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize,
276 getOpenFileImpl(FD, Filename, FileSize, MapSize, Offset,
284 size_t MapSize,
297 if (MapSize < 4 * 4096 || MapSize < (unsigned)PageSize)
307 // RequiresNullTerminator = false and MapSize != -1
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
MemoryBuffer.cpp 235 size_t MapSize,
241 if (MapSize < 4096*4)
251 // RequiresNullTerminator = false and MapSize != -1.
263 size_t End = Offset + MapSize;
278 uint64_t FileSize, uint64_t MapSize,
284 if (MapSize == uint64_t(-1)) {
295 MapSize = FileSize;
298 if (shouldUseMmap(FD, FileSize, MapSize, Offset, RequiresNullTerminator,
302 size_t RealMapSize = MapSize + Delta;
308 StringRef(Pages + Delta, MapSize), Filename, RequiresNullTerminator))
    [all...]
  /external/llvm/include/llvm/Support/
MemoryBuffer.h 76 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
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/
MemoryBuffer.h 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize,
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize,
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize,
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize,
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize,
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize,
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize,
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize,
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 86 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
89 getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize,
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MemoryBuffer.h 79 uint64_t MapSize = -1,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c 519 UINTN MapSize;
794 MapSize = sizeof (mUsbHubPortStateMap) / sizeof (USB_PORT_STATE_MAP);
795 for (Index = 0; Index < MapSize; Index++) {
801 MapSize = sizeof (mUsbHubPortChangeMap) / sizeof (USB_PORT_STATE_MAP);
802 for (Index = 0; Index < MapSize; Index++) {
808 MapSize = sizeof (mUsbHubClearPortChangeMap) / sizeof (USB_CLEAR_PORT_MAP);
810 for (Index = 0; Index < MapSize; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.c 378 UINTN MapSize;
428 MapSize = sizeof (mUsbPortStateMap) / sizeof (USB_PORT_STATE_MAP);
430 for (Index = 0; Index < MapSize; Index++) {
442 MapSize = sizeof (mUsbPortChangeMap) / sizeof (USB_PORT_STATE_MAP);
444 for (Index = 0; Index < MapSize; Index++) {
450 MapSize = sizeof (mUsbClearPortChangeMap) / sizeof (USB_CLEAR_PORT_MAP);
452 for (Index = 0; Index < MapSize; Index++) {
773 UINTN MapSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.c 927 UINTN MapSize;
966 MapSize = sizeof (mUsbPortStateMap) / sizeof (USB_PORT_STATE_MAP);
968 for (Index = 0; Index < MapSize; Index++) {
974 MapSize = sizeof (mUsbPortChangeMap) / sizeof (USB_PORT_STATE_MAP);
976 for (Index = 0; Index < MapSize; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 370 IN UINT32 MapSize,
383 MapSize - The amount of the file to map in bytes
427 MapSize,
441 MapSize,
448 if (MapSize == 0) {
464 *Length = (UINT64) MapSize;
    [all...]
SecMain.h 225 UINT32 MapSize,
239 MapSize - TODO: add argument description
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.c 346 UINTN MapSize;
395 MapSize = sizeof (mUsbPortStateMap) / sizeof (USB_PORT_STATE_MAP);
397 for (Index = 0; Index < MapSize; Index++) {
403 MapSize = sizeof (mUsbPortChangeMap) / sizeof (USB_PORT_STATE_MAP);
405 for (Index = 0; Index < MapSize; Index++) {
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 283 int MapSize(const Message& message, const FieldDescriptor* field) const;
message.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 283 int MapSize(const Message& message, const FieldDescriptor* field) const;
message.h     [all...]

Completed in 1589 milliseconds

1 2