Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/kernel/rhino/
A Dk_mm_blk.c103 kstat_t krhino_mblk_free_nolock(mblk_pool_t *pool, void *blk) in krhino_mblk_free_nolock()
181 kstat_t krhino_mblk_free(mblk_pool_t *pool, void *blk) in krhino_mblk_free()
A Dk_mm.c331 static void k_mm_freelist_insert(k_mm_head *mmhead, k_mm_list_t *blk) in k_mm_freelist_insert()
353 static void k_mm_freelist_delete(k_mm_head *mmhead, k_mm_list_t *blk) in k_mm_freelist_delete()
758 k_mm_list_t *blk; in krhino_owner_attach() local
/AliOS-Things-master/kernel/rhino/include/
A Dk_mm.h88 #define MM_GET_BUF_SIZE(blk) ((blk)->buf_size & (~MM_ALIGN_MASK)) argument
92 #define MM_GET_BLK_SIZE(blk) (MM_GET_BUF_SIZE(blk) + MMLIST_HEAD_SIZE) argument
97 #define MM_GET_NEXT_BLK(blk) ((k_mm_list_t *)((blk)->mbinfo.buffer + MM_GET_BUF_SIZE(blk))) argument
A Dk_mm_blk.h110 #define krhino_mblk_check(pool, blk) \ argument
121 RHINO_INLINE size_t krhino_mblk_get_size(mblk_pool_t *pool, void *blk) in krhino_mblk_get_size()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dfitblk.c132 unsigned char *blk; /* intermediate and final stream */ in main() local
/AliOS-Things-master/components/mbedtls/library/
A Dpadlock.c87 uint32_t *blk; in mbedtls_padlock_xcryptecb() local
A Daria.c942 uint8_t blk[MBEDTLS_ARIA_BLOCKSIZE]; in mbedtls_aria_self_test() local
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dmtdnand.c541 static int nand_block_isbad(aos_mtd_t *mtd, uint32_t blk) in nand_block_isbad()
562 static int nand_block_markbad(aos_mtd_t *mtd, uint32_t blk) in nand_block_markbad()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Diterator_enc.c432 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_]; in VP8IteratorRotateI4() local
/AliOS-Things-master/components/littlefs/src/littlefs-v220/
A Dlfs.c3394 static int gc_cb(void *data, lfs_block_t blk) in gc_cb()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c95172 duk_uint_t blk; local

Completed in 270 milliseconds