/third_party/lzma/C/ |
H A D | Lzma2Enc.h | 17 UInt64 blockSize;
member
|
H A D | XzEnc.h | 34 UInt64 blockSize;
member
|
H A D | LzFind.h | 38 UInt32 blockSize;
member
|
H A D | MtCoder.h | 78 size_t blockSize; /* size of input block */
member
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsPosixFileReader.cpp | 33 FileReader::FileReader (int blockSize, int numBlocks) in FileReader() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | BuddyAllocatorTests.cpp | 59 uint64_t blockSize = (1ull << order); in TEST() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fCompressedTextureTests.cpp | 49 const IVec3 blockSize = tcu::getBlockPixelSize(format); in getASTCFormatShortName() local
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditAstcTests.cpp | 56 const IVec3 blockSize = getBlockPixelSize(format); in getASTCFormatShortName() local
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_format_traits.hpp | 115 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t blockSize( VULKAN_HPP_NAMESPACE::Format format ) in blockSize() function
|
/third_party/gptfdisk/ |
H A D | mbrpart.h | 67 static uint32_t blockSize; member in MBRPart
|
H A D | basicmbr.h | 52 uint32_t blockSize; // block size (usually 512) member in BasicMBRData
|
H A D | diskio-windows.cc | 128 DWORD blockSize = 0, retBytes; in GetBlockSize() local 224 int blockSize = 512, i, numBlocks; in Read() local 268 int blockSize = 512, i, numBlocks, retval = 0; Write() local [all...] |
H A D | mbrpart.cc | 36 uint32_t MBRPart::blockSize = 512; member in MBRPart
|
H A D | diskio-unix.cc | 160 int err = -1, blockSize = 0; in GetBlockSize() local 342 int blockSize, numBlocks, retval = 0; in Read() local 385 int blockSize, i, numBlocks, retval = 0; Write() local [all...] |
H A D | gptpart.cc | 297 void GPTPart::ShowSummary(int partNum, uint32_t blockSize) { argument 369 void GPTPart::ShowDetails(uint32_t blockSize) { argument
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | StreamObjects.cpp | 246 size_t blockSize = (size_t)1 << _blockSizeLog;
in Read() local
|
H A D | LimitedStreams.cpp | 104 const UInt32 blockSize = (UInt32)1 << BlockSizeLog;
in Read() local
|
H A D | MethodProps.h | 236 UInt64 blockSize = (UInt64)dictSize << 2;
in Get_Xz_BlockSize() local 269 UInt32 blockSize = val.ulVal; Get_BZip2_BlockSize() local [all...] |
/third_party/mesa3d/src/gallium/winsys/sw/hgl/ |
H A D | hgl_sw_winsys.cpp | 126 unsigned blockSize = util_format_get_nblocksy(format, height); in hgl_winsys_displaytarget_create() local
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | CodedInputStreamTest.java | 69 private final int blockSize; field in CodedInputStreamTest.SmallBlockInputStream 71 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() argument 75 public SmallBlockInputStream(InputStream in, int blockSize) { in SmallBlockInputStream() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.cpp | 79 uint32_t blockSize = utils::GetTexelBlockSizeInBytes(textureFormat); in RequiredBytesInCopy() local
|
/third_party/vk-gl-cts/framework/delibs/destream/ |
H A D | deRingbuffer.c | 34 deInt32 blockSize; member 52 deRingbuffer* deRingbuffer_create (deInt32 blockSize, deInt32 blockCount) in deRingbuffer_create() argument [all...] |
/third_party/lzma/CPP/7zip/Compress/ |
H A D | Lzma2Decoder.cpp | 65 UInt64 blockSize = (UInt64)dictSize << 2;
in Get_ExpectedBlockSize_From_Dict() local [all...] |
/third_party/lz4/tests/ |
H A D | checkFrame.c | 128 int frameCheck(cRess_t ress, FILE* const srcFile, unsigned bsid, size_t blockSize) in frameCheck() argument 220 size_t blockSize=0; in main() local
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | CodedInputStreamTest.cs | 369 private readonly int blockSize; global() field in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream 371 SmallBlockInputStream(byte[] data, int blockSize) SmallBlockInputStream() argument [all...] |