Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/update/packaging_tools/
H A Dbuild_module_img.py24 BLOCK_SIZE = 4096 variable
H A Dbuild_pkcs7.py34 BLOCK_SIZE = 8192 variable
H A Dcreate_update_package.py49 BLOCK_SIZE = 8192 variable
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dspace_to_batch_nd_builder.cpp31 static const int BLOCK_SIZE = 2; variable
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_decrypt_module_service.cpp36 static const size_t BLOCK_SIZE = AES_BLOCK_SIZE; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dbase_def.h35 #define BLOCK_SIZE sizeof(uint32_t) macro
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dtar_file.h49 const uint32_t BLOCK_SIZE = 512; variable
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_gzipfile.cpp33 constexpr int32_t BLOCK_SIZE = 8; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_dir.rs31 const BLOCK_SIZE: usize = 32; const
/ohos5.0/base/startup/init/services/modules/trace/
H A Dinit_trace.c39 #define BLOCK_SIZE 4096 macro