Home
last modified time | relevance | path

Searched refs:OS_Alloc (Results 1 – 25 of 58) sorted by relevance

123

/TwlSDK-5.5/build/demos.TWL/tcl/tcl-2/src/
Dmain.c182 pTableBuf = OS_Alloc( TCL_GetTableBufferSize() ); in TwlMain()
183 pWorkBuf = OS_Alloc( TCL_GetWorkBufferSize() ); in TwlMain()
341 pData = OS_Alloc( length ); in TwlMain()
356 pRGBBuf = OS_Alloc( TCL_JPEG_WIDTH * TCL_JPEG_HEIGHT * sizeof(u16) ); in TwlMain()
369 pTmpBuf = OS_Alloc( length ); in TwlMain()
376 pJpegBuf = OS_Alloc( TCL_MAX_JPEG_SIZE ); in TwlMain()
/TwlSDK-5.5/build/demos.TWL/nandApp/sharedFont/src/
Dmain.c65 pBufferTable = OS_Alloc((u32)sizeTable); in TwlMain()
77 pBufferFont = OS_Alloc((u32)sizeFont); in TwlMain()
/TwlSDK-5.5/build/demos.TWL/crypto/rsa-1/src/
Dmain.c130 ptr = OS_Alloc(size+4); in MyAlloc()
136 ptr = OS_Alloc(size); in MyAlloc()
173 buf = OS_Alloc(new_size+4); in MyRealloc()
186 if ((buf = OS_Alloc(new_size)) == NULL) in MyRealloc()
/TwlSDK-5.5/build/demos/mi/uncompressStream-1/src/
Dmain.c92 data_uncomp_buf = (u8 *)OS_Alloc(read_len); in NitroMain()
128 data_uncomp_buf = (u8 *)OS_Alloc(data_size); in NitroMain()
225 data_uncomp_buf = (u8 *)OS_Alloc(data_size); in NitroMain()
/TwlSDK-5.5/build/demos.TWL/crypto/sign-2/src/
Dmain.c97 ptr = OS_Alloc(size+4); in MyAlloc()
103 ptr = OS_Alloc(size); in MyAlloc()
140 buf = OS_Alloc(new_size+4); in MyRealloc()
153 if ((buf = OS_Alloc(new_size)) == NULL) in MyRealloc()
/TwlSDK-5.5/build/demos/os/heap-1/src/
Dmain.c93 area1 = OS_Alloc(ALLOC_SIZE1); in NitroMain()
94 area2 = OS_Alloc(ALLOC_SIZE2); in NitroMain()
/TwlSDK-5.5/build/demos.TWL/aes/ctr-compatible/src/
Dmain.c87 pEncrypted = OS_Alloc(srcSize); in SampleMain()
175 pDecrypted = OS_Alloc(srcSize); in SampleMain()
401 pBuffer = OS_Alloc(fileSize + 1); in DEMO_LoadFile()
591 p_table = OS_Alloc(need_size); in DEMO_InitFileSystem()
/TwlSDK-5.5/build/demos/wbt/wbt-1/src/
Dbt.c243 block_info_table.block_info[peer_aid] = (WBTBlockInfo *)OS_Alloc(sizeof(WBTBlockInfo)); in bt_callback()
288 (u8 *)OS_Alloc((u32)block_info_table.block_info[peer_aid]->block_size); in bt_callback()
294 OS_Alloc((u32) in bt_callback()
352 block_info_table.block_info[peer_aid] = (WBTBlockInfo *)OS_Alloc(sizeof(WBTBlockInfo)); in bt_callback()
/TwlSDK-5.5/build/libraries/el/common/include/
Del_config.h70 #define OSAPI_MALLOC OS_Alloc
/TwlSDK-5.5/build/demos.TWL/aes/ccm/src/
Dmain.c112 pPlainText = OS_Alloc(srcASize + srcPSize); in SampleMain()
113 pEncrypted = OS_Alloc(srcASize + srcPSize + macSize); in SampleMain()
114 pDecrypted = OS_Alloc(srcPSize); in SampleMain()
/TwlSDK-5.5/build/demos/crypto/sign-1/src/
Dmain.c55 ptr = OS_Alloc(size+4); in MyAlloc()
61 ptr = OS_Alloc(size); in MyAlloc()
/TwlSDK-5.5/build/demos.TWL/aes/encrypt/src/
Dmain.c89 pEncrypted = OS_Alloc(cipherSize); in SampleMain()
90 pDecrypted = OS_Alloc(plainSize); in SampleMain()
/TwlSDK-5.5/build/demos.TWL/aes/encrypt-and-sign/src/
Dmain.c89 pEncrypted = OS_Alloc(cipherSize); in SampleMain()
90 pDecrypted = OS_Alloc(plainSize); in SampleMain()
/TwlSDK-5.5/build/demos.TWL/aes/ccm-compatible/src/
Dmain.c122 pEncrypted = OS_Alloc(pdataSize + macSize); in SampleMain()
156 void* pWorkBuffer = OS_Alloc(workSize); in SampleMain()
250 pDecrypted = OS_Alloc(cdataSize); in SampleMain()
280 void* pWorkBuffer = OS_Alloc(workSize); in SampleMain()
741 pBuffer = OS_Alloc(fileSize + 1); in DEMO_LoadFile()
931 p_table = OS_Alloc(need_size); in DEMO_InitFileSystem()
/TwlSDK-5.5/build/demos.TWL/aes/ctr/src/
Dmain.c88 pEncrypted = OS_Alloc(srcSize); in SampleMain()
89 pDecrypted = OS_Alloc(srcSize); in SampleMain()
/TwlSDK-5.5/build/demos.TWL/tcl/tcl-1/src/
Dmain.c225 pTableBuf = OS_Alloc( TCL_GetTableBufferSize() ); in TwlMain()
226 pWorkBuf = OS_Alloc( TCL_GetWorkBufferSize() ); in TwlMain()
501 pJpegBuf = (u8*)OS_Alloc( TCL_MAX_JPEG_SIZE ); in TwlMain()
504 pDecodeTmpBuf = (u16*)OS_Alloc( width * height * sizeof(u16) ); in TwlMain()
/TwlSDK-5.5/build/demos/mb/multiboot-PowerSave/src/
Dmain.c106 void *p_table = OS_Alloc(need_size); in NitroMain()
/TwlSDK-5.5/build/demos/mb/multiboot-wfs/common/src/
Dcommon.c69 return OS_Alloc(size); in AllocatorForWFS()
/TwlSDK-5.5/build/demos/mb/mbm/src/
Dmain.c102 void *wm_sys_buf_ptr = OS_Alloc(WM_SYSTEM_BUF_SIZE); in NitroMain()
/TwlSDK-5.5/build/demos/wm/wireless-all/src/
Dwh_datasharing.c70 return OS_Alloc(size); in AllocatorForWFS()
/TwlSDK-5.5/build/demos/wxc/relayStation-2/src/
Duser.c166 WXC_Init(OS_Alloc(WXC_WORK_SIZE), system_callback, 2); in User_Init()
/TwlSDK-5.5/build/demos.TWL/nandApp/simple/src/
Dmain.c62 pBuffer = OS_Alloc(fileSize + 1); in TwlMain()
/TwlSDK-5.5/build/demos.TWL/aes/ctr-partial/src/
Dmain.c96 pEncrypted = OS_Alloc(srcSize); in SampleMain()
97 pDecrypted = OS_Alloc(srcSize); in SampleMain()
/TwlSDK-5.5/build/demos.TWL/el/simple-1/simple-1_static/src/
Dmain.c45 heap = OS_Alloc( size); in MY_Alloc()
/TwlSDK-5.5/build/demos/mi/uncompressBLZ/src/
Dmain.c91 if (NULL == (buf = OS_Alloc(uncomp_size))) in NitroMain()

123