HomeSort by relevance Sort by last modified time
    Searched defs:GetBlockSize (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/fxcrt/xml/
cxml_databufacc.h 23 size_t GetBlockSize() const { return m_dwSize; }
  /external/vulkan-validation-layers/layers/
gpu_validation.h 38 uint32_t GetBlockSize() { return block_size_; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolumeBlock/
FirmwareVolumeBlock.h 249 EFI_FVB_GET_BLOCK_SIZE GetBlockSize;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFirmwareVolumeBlock.h 105 The GetBlockSize() function retrieves the size of the requested
107 the identical size. The GetBlockSize() function is used to
341 FRAMEWORK_EFI_FVB_GET_BLOCK_SIZE GetBlockSize;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolumeBlock.h 114 The GetBlockSize() function retrieves the size of the requested
116 the identical size. The GetBlockSize() function is used to
352 EFI_FVB_GET_BLOCK_SIZE GetBlockSize;
  /external/gptfdisk/
diskio-unix.cc 137 int DiskIO::GetBlockSize(void) {
179 } // DiskIO::GetBlockSize()
284 seekTo = sector * (uint64_t) GetBlockSize();
308 blockSize = GetBlockSize();
351 blockSize = GetBlockSize();
423 long long b = GetBlockSize();
443 sectors /= (GetBlockSize() / 512);
diskio-windows.cc 126 int DiskIO::GetBlockSize(void) {
145 } // DiskIO::GetBlockSize()
200 seekTo.QuadPart = sector * (uint64_t) GetBlockSize();
227 blockSize = GetBlockSize();
271 blockSize = GetBlockSize();
323 sectors = (uint64_t) buf.Length.QuadPart / GetBlockSize();
327 sectors = ((uint64_t) bytes + ((uint64_t) moreBytes) * UINT32_MAX) / GetBlockSize();
gpt.h 176 uint32_t GetBlockSize(void) {return blockSize;}
  /external/mesa3d/src/amd/addrlib/core/
addrlib2.h 323 UINT_32 GetBlockSize(AddrSwizzleMode swizzleMode) const
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/
ExtendedSalGuid.h 175 GetBlockSize,

Completed in 738 milliseconds