/foundation/filemanagement/app_file_service/utils/src/b_encryption/ |
H A D | b_encryption.cpp | 19 unsigned int CalculateChksum(const char *byteBlock, int blockSize) in CalculateChksum() argument
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | spunge_mem.c | 22 void *SpungeAlloc(size_t blockNum, size_t blockSize, FILLP_INT allocType) in SpungeAlloc() argument
|
/drivers/hdf_core/framework/model/storage/include/mtd/ |
H A D | mtd_spi_nor.h | 34 uint32_t blockSize; member
|
H A D | mtd_spi_nand.h | 53 uint32_t blockSize; member
|
/foundation/ai/ai_engine/services/common/utils/encdec/include/ |
H A D | data_encoder.h | 30 size_t blockSize; member
|
/third_party/lzma/C/ |
H A D | Lzma2Enc.h | 17 UInt64 blockSize;
member
|
H A D | XzEnc.h | 34 UInt64 blockSize;
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
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_paint_method.cpp | 60 auto blockSize = parameters_.blockSize; in UpdateContentModifier() local 110 auto blockSize = parameters_.blockSize; in UpdateOverlayModifier() local [all...] |
/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
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
H A D | slider_builder_test_ng.cpp | 103 SizeF blockSize; in SetSliderContentModifier() local
|
H A D | slider_content_modifier_test_ng.cpp | 101 SizeF blockSize; in SetSliderContentModifier() local
|
/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | sdio_if.c | 187 int32_t SdioSetBlockSize(DevHandle handle, uint32_t blockSize) in SdioSetBlockSize() argument
|
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_screenshot.cpp | 121 uint32_t blockSize = row * width * sizeof(uint32_t); in WriteBlockToFile() local
|
/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...] |
/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
|
/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
|