/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | loadbmp.c | 70 free(path); in GetBmpInfo() 78 free(path); in GetBmpInfo() 85 free(path); in GetBmpInfo() 119 free(path); in LoadBMP() 127 free(path); in LoadBMP() 133 free(path); in LoadBMP() 139 free(path); in LoadBMP() 145 free(path); in LoadBMP() 165 free(path); in LoadBMP() 192 free(pOrigBMPBu in LoadBMP() [all...] |
H A D | sample_comm_venc.c | 132 free(cDstBuf); in FileTrans_GetThmFromJpg() 287 free(DstBuf); in SAMPLE_COMM_VENC_Getdcfinfo() 1065 free(stStream.pstPack); in SAMPLE_COMM_VENC_SnapProcess() 1074 free(stStream.pstPack); in SAMPLE_COMM_VENC_SnapProcess() 1081 free(stStream.pstPack); in SAMPLE_COMM_VENC_SnapProcess() 1089 free(stStream.pstPack); in SAMPLE_COMM_VENC_SnapProcess() 1098 free(stStream.pstPack); in SAMPLE_COMM_VENC_SnapProcess() 1109 free(stStream.pstPack); in SAMPLE_COMM_VENC_SnapProcess() 1121 free(stStream.pstPack); in SAMPLE_COMM_VENC_SnapProcess() 1137 free(stStrea in SAMPLE_COMM_VENC_SnapProcess() [all...] |
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | file.c | 55 free(ptr); \ 92 free(tmpBuf); in GetCanonicalPath() 100 free(tmpBuf); in GetCanonicalPath() 108 free(tmpBuf); in GetCanonicalPath() 119 free(tmpBuf); in GetCanonicalPath() 132 free(tmpBuf); in GetCanonicalPath() 137 free(tmpBuf); in GetCanonicalPath() 142 free(tmpBuf); in GetCanonicalPath()
|
H A D | pthread.c | 105 free(pthreadData); in PthreadEntry() 145 free(pthreadData); in pthread_create() 160 free(pthreadData); in pthread_create() 262 free(pthreadData); in pthread_cancel() 328 free(pthreadData); in pthread_join() 362 free(pthreadData); in pthread_detach() 382 free(pthreadData); in pthread_exit()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_demo_hks.c | 110 free(cert_len_array); in app_hks_get_cert_store_addr() 117 free(cert_len_array); in app_hks_get_cert_store_addr() 173 /* free mem before malloc again */ in hks_set_blob() 174 free(hks_blob_param->data); in hks_set_blob() 187 free(hks_blob_param->data); in hks_set_blob() 242 /* free mem before malloc again */ in hks_set_conn_key_param() 243 free(key_param->key_auth_id.data); in hks_set_conn_key_param() 351 free(blob_key.data); in app_hks_generate_conn_key() 359 free(blob_key.data); in app_hks_generate_conn_key() 367 free(blob_ke in app_hks_generate_conn_key() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
H A D | sample_ive_queue.c | 52 free(pstQueueTmp);
in SAMPLE_IVE_QueueDestory() 57 free(pstQueueHead);
in SAMPLE_IVE_QueueDestory() 74 free(pstQueueTmp);
in SAMPLE_IVE_QueueClear() 167 free(pstNode);
in SAMPLE_IVE_QueueFreeNode()
|
/device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/ |
H A D | deferred-free-helper.c | 17 #include "deferred-free-helper.h" 25 void deferred_free(struct deferred_freelist_item *item, void (*free)(struct deferred_freelist_item *, enum df_reason), in deferred_free() 32 item->free = free; in deferred_free() 59 item->free(item, reason); in free_one_item() 122 freelist_task = kthread_run(deferred_free_thread, NULL, "%s", "dmabuf-deferred-free-worker"); in deferred_freelist_init() 124 pr_err("Creating thread for deferred free failed\n"); in deferred_freelist_init()
|
H A D | deferred-free-helper.h | 9 * This provides a reason for why the free function was called 14 * DF_NORMAL: Normal deferred free 19 * memory in the free call, as it may 34 * @free: function pointer to be called when freeing the item 39 void (*free)(struct deferred_freelist_item *i, enum df_reason reason); member 44 * deferred_free - call to add item to the deferred free list 47 * @free: Function pointer to the free call 51 void (*free)(struct deferred_freelist_item *i, enum df_reason reason), size_t nr_pages);
|
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/ |
H A D | deferred-free-helper.c | 17 #include "deferred-free-helper.h" 26 void (*free)(struct deferred_freelist_item*, in deferred_free() 34 item->free = free; in deferred_free() 61 item->free(item, reason); in free_one_item() 128 "%s", "dmabuf-deferred-free-worker"); in deferred_freelist_init() 130 pr_err("Creating thread for deferred free failed\n"); in deferred_freelist_init()
|
H A D | deferred-free-helper.h | 9 * This provides a reason for why the free function was called 14 * DF_NORMAL: Normal deferred free 19 * memory in the free call, as it may 34 * @free: function pointer to be called when freeing the item 39 void (*free)(struct deferred_freelist_item *i, member 45 * deferred_free - call to add item to the deferred free list 48 * @free: Function pointer to the free call 52 void (*free)(struct deferred_freelist_item *i,
|
/device/soc/rockchip/common/vendor/include/ |
H A D | deferred-free-helper.h | 9 * This provides a reason for why the free function was called 14 * DF_NORMAL: Normal deferred free 19 * memory in the free call, as it may 34 * @free: function pointer to be called when freeing the item 39 void (*free)(struct deferred_freelist_item *i, enum df_reason reason); member 44 * deferred_free - call to add item to the deferred free list 47 * @free: Function pointer to the free call 51 void (*free)(struct deferred_freelist_item *i, enum df_reason reason), size_t nr_pages);
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | deferred-free-helper.h | 9 * This provides a reason for why the free function was called 14 * DF_NORMAL: Normal deferred free 19 * memory in the free call, as it may 34 * @free: function pointer to be called when freeing the item 39 void (*free)(struct deferred_freelist_item *i, member 45 * deferred_free - call to add item to the deferred free list 48 * @free: Function pointer to the free call 52 void (*free)(struct deferred_freelist_item *i,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_block_alloc.c | 4 * This program is free software and is provided to you under the terms of the GNU General Public License version 2 80 INIT_LIST_HEAD(&info->free); in mali_mem_block_allocator_create() 86 /* add blocks(4k size) to free list */ in mali_mem_block_allocator_create() 90 /* add to free list */ in mali_mem_block_allocator_create() 96 list_add_tail(&m_node->list, &info->free); in mali_mem_block_allocator_create() 118 list_for_each_entry_safe(m_page, m_tmp, &info->free, list) in mali_mem_block_allocator_destroy() 157 list_for_each_entry_safe(m_page, m_tmp, &info->free, list) in mali_mem_block_alloc() 187 ("BLOCK Mem free : allocated size = 0x%x, free size = 0x%x\n", in mali_mem_block_free() 215 /* free th [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_block_alloc.c | 4 * This program is free software and is provided to you under the terms of the GNU General Public License version 2 83 INIT_LIST_HEAD(&info->free); in mali_mem_block_allocator_create() 90 /* add blocks(4k size) to free list*/ in mali_mem_block_allocator_create() 94 /* add to free list */ in mali_mem_block_allocator_create() 99 list_add_tail(&m_node->list, &info->free); in mali_mem_block_allocator_create() 120 list_for_each_entry_safe(m_page, m_tmp , &info->free, list) { in mali_mem_block_allocator_destroy() 159 list_for_each_entry_safe(m_page, m_tmp , &info->free, list) { in mali_mem_block_alloc() 187 MALI_DEBUG_PRINT(4, ("BLOCK Mem free : allocated size = 0x%x, free size = 0x%x\n", block_mem->count * _MALI_OSK_MALI_PAGE_SIZE, in mali_mem_block_free() 215 /* free th [all...] |
/device/qemu/arm_virt/liteos_a/board/extcmd/ |
H A D | reset_shell.c | 69 free(pstCurFuncNode); in osReHookFuncDel() 81 free(pstFuncNode); in osReHookFuncDel()
|
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 2 * This is free and unencumbered software released into the public domain. 4 * Anyone is free to copy, modify, publish, use, compile, sell, or 300 free(iobuf->buf[i]); in delete_bufs() 301 free(iobuf->iocb[i]); in delete_bufs() 303 free(iobuf->buf); in delete_bufs() 304 free(iobuf->iocb); in delete_bufs() 357 free(ep_path); in main() 449 /* free resources */ in main()
|
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 2 * This is free and unencumbered software released into the public domain. 4 * Anyone is free to copy, modify, publish, use, compile, sell, or 338 free(ep_path); in main() 438 /* free resources */ in main() 442 free(buf_in); in main() 443 free(buf_out); in main() 444 free(iocb_in); in main() 445 free(iocb_out); in main()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_mm.h | 4 * This program is free software; you can redistribute it and/or 107 free(p_buf); in oal_free() 116 free(p_buf); in oal_vfree()
|
H A D | plat_firmware.h | 4 * This program is free software; you can redistribute it and/or 104 #define OS_MEM_KFREE(p) free(p) 107 #define OS_MEM_VFREE(p) free(p)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | wifi_sta.c | 149 free(pst_results); in hi_wifi_start_sta() 156 free(pst_results); in hi_wifi_start_sta()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
H A D | display_gralloc.c | 67 free(funcs); in GrallocUninitialize() 83 free(grallocFuncs)); in GrallocInitialize()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/ |
H A D | display_gralloc.c | 67 free(funcs); in GrallocUninitialize() 83 free(grallocFuncs)); in GrallocInitialize()
|
/device/soc/rockchip/common/sdk_linux/scripts/kconfig/ |
H A D | parser.y | 252 free($2); 381 free($2); 412 free(current_entry->help); 471 nonconst_symbol: T_WORD { $$ = sym_lookup($1, 0); free($1); }; 474 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); } 482 assignment_stmt: T_WORD assign_op assign_val T_EOL { variable_add($1, $3, $2); free($1); free($3); } 520 /* Variables are expanded in the parse phase. We can free them here. */
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
H A D | display_gralloc.c | 158 free(bufferHdl); in AllocMem() 174 free(buffer->virAddr); in FreeMem() 203 free(funcs); in GrallocUninitialize()
|
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/ |
H A D | display_gralloc.cpp | 75 free(grallocFuncs); in GrallocInitialize() 94 free(funcs); in GrallocUninitialize()
|