Home
last modified time | relevance | path

Searched refs:block_count (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_add_q7.c45 uint32_t block_count; in arm_nn_add_q7() local
49 block_count = block_size >> 2U; in arm_nn_add_q7()
51 while (block_count > 0U) in arm_nn_add_q7()
60 block_count--; in arm_nn_add_q7()
64 block_count = block_size & 0x3; in arm_nn_add_q7()
66 block_count = block_size; in arm_nn_add_q7()
68 while (block_count > 0U) in arm_nn_add_q7()
74 block_count--; in arm_nn_add_q7()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_add_q7.c45 uint32_t block_count; in arm_nn_add_q7() local
49 block_count = block_size >> 2U; in arm_nn_add_q7()
51 while (block_count > 0U) in arm_nn_add_q7()
60 block_count--; in arm_nn_add_q7()
64 block_count = block_size & 0x3; in arm_nn_add_q7()
66 block_count = block_size; in arm_nn_add_q7()
68 while (block_count > 0U) in arm_nn_add_q7()
74 block_count--; in arm_nn_add_q7()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/usb/usb_host/inc/
A Dusb_mass_storage.h16 uint32_t* block_count,
21 uint32_t block_count,
27 uint32_t block_count,
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_sdmmc.h25 uint32_t hal_sdmmc_read_blocks(enum HAL_SDMMC_ID_T id, uint32_t start_block, uint32_t block_count, …
26 uint32_t hal_sdmmc_write_blocks(enum HAL_SDMMC_ID_T id, uint32_t start_block, uint32_t block_count,…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Drdtarga.c67 int block_count; /* # of pixels remaining in RLE block */ member
149 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */ in read_rle_pixel()
153 sinfo->block_count = 0; /* then read new block header */ in read_rle_pixel()
155 sinfo->block_count = i & 0x7F; /* number of pixels after this one */ in read_rle_pixel()
372 source->block_count = source->dup_pixel_count = 0; in start_input_tga()
/AliOS-Things-master/components/littlefs/include/
A Dlittlefs.h36 unsigned int block_count; member
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dnor.c72 int32_t hal_nor_erase_block(nor_dev_t *nor, uint32_t *addr, uint32_t block_count) in hal_nor_erase_block() argument
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/
A Dnor.h84 int32_t hal_nor_erase_block(nor_dev_t *nor, uint32_t *addr, uint32_t block_count);
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs1.c18 LFS1_ASSERT(block < lfs1->cfg->block_count); in lfs1_cache_read()
156 LFS1_ASSERT(block < lfs1->cfg->block_count); in lfs1_cache_prog()
278 + lfs1->cfg->block_count) % lfs1->cfg->block_count; in lfs1_alloc_lookahead()
319 % lfs1->cfg->block_count; in lfs1_alloc()
333 lfs1->free.ack = lfs1->cfg->block_count; in lfs1_alloc_ack()
366 d->block_count = lfs1_fromle32(d->block_count); in lfs1_superblock_fromle32()
374 d->block_count = lfs1_tole32(d->block_count); in lfs1_superblock_tole32()
1144 LFS1_ASSERT(head >= 2 && head <= lfs1->cfg->block_count); in lfs1_ctz_find()
1164 LFS1_ASSERT(nblock >= 2 && nblock <= lfs1->cfg->block_count); in lfs1_ctz_extend()
2146 .d.block_count = lfs1->cfg->block_count, in lfs1_format()
[all …]
A Dlfs1.h153 lfs1_size_t block_count; member
262 uint32_t block_count; member
A Dlfs2.c32 if (block >= lfs2->cfg->block_count || in lfs2_bd_read()
413 superblock->block_count = lfs2_fromle32(superblock->block_count); in lfs2_superblock_fromle32()
422 superblock->block_count = lfs2_tole32(superblock->block_count); in lfs2_superblock_tole32()
508 + lfs2->cfg->block_count) % lfs2->cfg->block_count; in lfs2_alloc_lookahead()
566 % lfs2->cfg->block_count; in lfs2_alloc()
848 if (pair[0] >= lfs2->cfg->block_count || pair[1] >= lfs2->cfg->block_count) { in lfs2_dir_fetchmatch()
3590 lfs2->cfg->block_count);
3605 .block_count = lfs2->cfg->block_count,
4292 uint32_t block_count; member
4357 d->block_count = lfs2_fromle32(d->block_count);
[all …]
A Dlfs2.h208 lfs2_size_t block_count; member
368 lfs2_size_t block_count; member
/AliOS-Things-master/components/littlefs/src/littlefs-v220/
A Dlfs.c41 if (block >= lfs->cfg->block_count || in lfs_bd_read()
43 if (block >= lfs->cfg->block_count) { in lfs_bd_read()
412 superblock->block_count = lfs_fromle32(superblock->block_count); in lfs_superblock_fromle32()
421 superblock->block_count = lfs_tole32(superblock->block_count); in lfs_superblock_tole32()
459 + lfs->cfg->block_count) % lfs->cfg->block_count; in lfs_alloc_lookahead()
518 % lfs->cfg->block_count; in lfs_alloc()
795 if (pair[0] >= lfs->cfg->block_count || pair[1] >= lfs->cfg->block_count) { in lfs_dir_fetchmatch()
3906 .block_count = lfs->cfg->block_count, in lfs_format()
4688 uint32_t block_count; member
4753 d->block_count = lfs_fromle32(d->block_count); in lfs1_superblock_fromle32()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c135 int32_t block_count = time_batches >> 1; in arm_svdf_s8() local
136 for (int i = 0; i < block_count; i++) in arm_svdf_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c135 int32_t block_count = time_batches >> 1; in arm_svdf_s8() local
136 for (int i = 0; i < block_count; i++) in arm_svdf_s8()
/AliOS-Things-master/components/littlefs/src/littlefs-v220/include/
A Dlfs.h198 lfs_size_t block_count; member
358 lfs_size_t block_count; member
/AliOS-Things-master/hardware/chip/haas1000/aos/
A Daos.c219 cfg_param->block_count = 520; in littlefs_fetch_cfg_param()
221 cfg_param->block_count = 1198; in littlefs_fetch_cfg_param()
/AliOS-Things-master/components/csi/csi1/include/drv/
A Dsdif.h137 uint32_t block_count; ///< Block count member
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_lfsx.c86 config->block_count = bc; in MP_VFS_LFSx()
412 t->items[2] = MP_OBJ_NEW_SMALL_INT(self->lfs.cfg->block_count); // f_blocks in MP_VFS_LFSx()
413 t->items[3] = MP_OBJ_NEW_SMALL_INT(self->lfs.cfg->block_count - n_used_blocks); // f_bfree in MP_VFS_LFSx()
/AliOS-Things-master/components/csi/csi2/include/drv/
A Dsdif.h193 uint32_t block_count; ///< Block count member
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c434 .block_count = 152,
454 .block_count = 152,
738 default_cfg[i].block_count = littlefs_mtd_get_block_cnt(g_lfs_manager[i]->config); in _lfs_init()
739 default_cfg[i].lookahead_size = GET_LOOKAHEAD_SIZE(default_cfg[i].block_count); in _lfs_init()
1060 sfs->f_blocks = g_lfs_manager[idx]->config->block_count; in lfs_vfs_statfs()
1061 sfs->f_bfree = g_lfs_manager[idx]->config->block_count - block_used; in lfs_vfs_statfs()
/AliOS-Things-master/hardware/board/c906/adapter/
A Dcsi_rhino.c1005 k_mpool_handle_t csi_kernel_mpool_new(void *p_addr, int32_t block_count, int32_t block_size) in csi_kernel_mpool_new() argument
1007 if (p_addr == NULL || block_count < 0 || block_size <= 0 || (block_size % 4 != 0)) { in csi_kernel_mpool_new()
1018 kstat_t ret = krhino_mblk_pool_init(handle, "UserMp", p_addr, block_count * block_size); in csi_kernel_mpool_new()
A Dcsi_kernel.h493 k_mpool_handle_t csi_kernel_mpool_new(void *p_addr, int32_t block_count, int32_t block_size);
/AliOS-Things-master/components/csi/csi2/include/
A Dcsi_kernel.h488 k_mpool_handle_t csi_kernel_mpool_new(void *p_addr, int32_t block_count, int32_t block_size);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h206 int block_count[3]; // number of intra4/intra16/skipped macroblocks member

Completed in 55 milliseconds

12