Searched refs:start_block (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_sdmmc.h | 25 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 D | gc.c | 458 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 D | enc_sse41.c | 27 int start_block, int end_block, in CollectHistogram_SSE41() argument 32 for (j = start_block; j < end_block; ++j) { in CollectHistogram_SSE41()
|
A D | dsp.h | 298 int start_block, int end_block,
|
A D | enc.c | 63 int start_block, int end_block, in CollectHistogram_C() argument 67 for (j = start_block; j < end_block; ++j) { in CollectHistogram_C()
|
A D | enc_neon.c | 718 int start_block, int end_block, in CollectHistogram_NEON() argument 723 for (j = start_block; j < end_block; ++j) { in CollectHistogram_NEON()
|
A D | enc_mips_dsp_r2.c | 1456 int start_block, int end_block, in CollectHistogram_MIPSdspR2() argument 1461 for (j = start_block; j < end_block; ++j) { in CollectHistogram_MIPSdspR2()
|
A D | enc_msa.c | 226 int start_block, int end_block, in CollectHistogram_MSA() argument 230 for (j = start_block; j < end_block; ++j) { in CollectHistogram_MSA()
|
A D | enc_sse2.c | 438 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