Home
last modified time | relevance | path

Searched defs:blockSize (Results 26 - 50 of 208) sorted by relevance

123456789

/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeRingbuffer.c34 deInt32 blockSize; member
52 deRingbuffer* deRingbuffer_create (deInt32 blockSize, deInt32 blockCount) in deRingbuffer_create() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp300 std::vector<int64_t> blockSize; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.cpp52 auto blockSize = block->GetBlockSize(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.h118 void SetBlockSize(const SizeF& blockSize) in SetBlockSize() argument
H A Dslider_layout_algorithm.cpp216 auto blockSize = axis == Axis::HORIZONTAL ? blockSize_.Width() : blockSize_.Height(); in Layout() local
40 CalculateHotSize( LayoutWrapper* layoutWrapper, const SizeF& blockSize, float themeBlockHotSize) CalculateHotSize() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_morph.cpp182 const auto blockSize = (static_cast<uint32_t>(activeTargets.size()) + 3u) / 4u; in UpdateWeightsAndTargets() local
213 const auto blockSize = (static_cast<uint32_t>(submesh.activeTargets.size()) + 3u) / 4u; in ComputeMorphs() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_astc_test.cpp51 static bool GenAstcHeader(uint8_t* header, size_t blockSize, size_t width, size_t height) in GenAstcHeader() argument
/kernel/linux/linux-5.10/drivers/staging/hisysevent/
H A Dhisysevent_builder.c321 s32 blockSize; in hisysevent_builder_build() local
/kernel/linux/linux-6.6/drivers/staging/hisysevent/
H A Dhisysevent_builder.c321 s32 blockSize; in hisysevent_builder_build() local
/kernel/liteos_a/fs/vfs/include/bcache/
H A Dbcache.h98 UINT32 blockSize; /* block size in bytes */ member
/kernel/liteos_m/utils/
H A Dlos_debug.h67 UINT32 blockSize; member
/third_party/gptfdisk/
H A Dmbrpart.cc36 uint32_t MBRPart::blockSize = 512; member in MBRPart
H A Ddiskio-unix.cc160 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 Dgptpart.cc297 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 DMethodProps.h236 UInt64 blockSize = (UInt64)dictSize << 2; in Get_Xz_BlockSize() local
269 UInt32 blockSize = val.ulVal; Get_BZip2_BlockSize() local
[all...]
/third_party/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp65 UInt64 blockSize = (UInt64)dictSize << 2; in Get_ExpectedBlockSize_From_Dict() local
[all...]
/third_party/lz4/tests/
H A DcheckFrame.c128 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/lzma/C/
H A DLzFind.h38 UInt32 blockSize; member
H A DMtCoder.h78 size_t blockSize; /* size of input block */ member
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs369 private readonly int blockSize; global() field in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
371 SmallBlockInputStream(byte[] data, int blockSize) SmallBlockInputStream() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp75 CreatePool(VmaAllocator allocator, uint32_t memoryTypeIndex, bool buddyAlgorithm, VkDeviceSize blockSize, VmaPool *pPool) CreatePool() argument
/third_party/skia/src/gpu/
H A DGrSubRunAllocator.h32 MinimumSizeWithOverhead( int requestedSize, int assumedAlignment, int blockSize, int maxAlignment) MinimumSizeWithOverhead() argument
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp431 uint32_t blockSize = 0; in dumpVmaStats() local
/third_party/skia/third_party/externals/brotli/research/
H A Ddictionary_generator.cc131 size_t blockSize = 1024; in main() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_iptc.cpp224 Parse(const void *blockData, uint32 blockSize, uint64 offsetInOriginalFile) Parse() argument

Completed in 19 milliseconds

123456789