Home
last modified time | relevance | path

Searched refs:start_block (Results 1 – 9 of 9) sorted by relevance

/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/py_engine/engine/py/
A Dgc.c458 size_t start_block; in gc_alloc() local
500 start_block = i - n_free + 1; in gc_alloc()
512 ATB_FREE_TO_HEAD(start_block); in gc_alloc()
516 for (size_t bl = start_block + 1; bl <= end_block; bl++) { in gc_alloc()
522 void *ret_ptr = (void *)(MP_STATE_MEM(gc_pool_start) + start_block * BYTES_PER_BLOCK); in gc_alloc()
533 memset((byte *)ret_ptr, 0, (end_block - start_block + 1) * BYTES_PER_BLOCK); in gc_alloc()
540 memset((byte *)ret_ptr + n_bytes, 0, (end_block - start_block + 1) * BYTES_PER_BLOCK - n_bytes); in gc_alloc()
549 FTB_SET(start_block); in gc_alloc()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Denc_sse41.c27 int start_block, int end_block, in CollectHistogram_SSE41() argument
32 for (j = start_block; j < end_block; ++j) { in CollectHistogram_SSE41()
A Ddsp.h298 int start_block, int end_block,
A Denc.c63 int start_block, int end_block, in CollectHistogram_C() argument
67 for (j = start_block; j < end_block; ++j) { in CollectHistogram_C()
A Denc_neon.c718 int start_block, int end_block, in CollectHistogram_NEON() argument
723 for (j = start_block; j < end_block; ++j) { in CollectHistogram_NEON()
A Denc_mips_dsp_r2.c1456 int start_block, int end_block, in CollectHistogram_MIPSdspR2() argument
1461 for (j = start_block; j < end_block; ++j) { in CollectHistogram_MIPSdspR2()
A Denc_msa.c226 int start_block, int end_block, in CollectHistogram_MSA() argument
230 for (j = start_block; j < end_block; ++j) { in CollectHistogram_MSA()
A Denc_sse2.c438 int start_block, int end_block, in CollectHistogram_SSE2() argument
444 for (j = start_block; j < end_block; ++j) { in CollectHistogram_SSE2()

Completed in 35 milliseconds