Searched defs:blk (Results 1 – 11 of 11) sorted by relevance
103 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()
331 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
88 #define MM_GET_BUF_SIZE(blk) ((blk)->buf_size & (~MM_ALIGN_MASK)) argument92 #define MM_GET_BLK_SIZE(blk) (MM_GET_BUF_SIZE(blk) + MMLIST_HEAD_SIZE) argument97 #define MM_GET_NEXT_BLK(blk) ((k_mm_list_t *)((blk)->mbinfo.buffer + MM_GET_BUF_SIZE(blk))) argument
110 #define krhino_mblk_check(pool, blk) \ argument121 RHINO_INLINE size_t krhino_mblk_get_size(mblk_pool_t *pool, void *blk) in krhino_mblk_get_size()
132 unsigned char *blk; /* intermediate and final stream */ in main() local
87 uint32_t *blk; in mbedtls_padlock_xcryptecb() local
942 uint8_t blk[MBEDTLS_ARIA_BLOCKSIZE]; in mbedtls_aria_self_test() local
541 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()
432 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_]; in VP8IteratorRotateI4() local
3394 static int gc_cb(void *data, lfs_block_t blk) in gc_cb()
95172 duk_uint_t blk; local
Completed in 269 milliseconds