Home
last modified time | relevance | path

Searched refs:MyAlloc (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/build/demos/ssp/jpegEncoder/src/
Dmain.c53 static void* MyAlloc(u32 size) in MyAlloc() function
190 data = MyAlloc(length); in TwlMain()
212 … tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderBufferSize(256,192,SSP_JPEG_OUTPUT_YUV422,option)); in TwlMain()
217 tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderLiteBufferSize(option)); in TwlMain()
222 tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderFastBufferSize(option)); in TwlMain()
282 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
/TwlSDK-5.4/build/demos/ssp/jpegDecoder/src/
Dmain.c40 static void* MyAlloc(u32 size) in MyAlloc() function
163 data = MyAlloc(length); in TwlMain()
183 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
262 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
/TwlSDK-5.4/build/demos/crypto/sign-1/src/
Dmain.c51 static void* MyAlloc(u32 size) in MyAlloc() function
342 CRYPTO_SetAllocator(MyAlloc, MyFree); in SignTest()
/TwlSDK-5.4/build/demos.TWL/crypto/rsa-1/src/
Dmain.c126 static void* MyAlloc(u32 size) in MyAlloc() function
380 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()
/TwlSDK-5.4/build/demos.TWL/crypto/sign-2/src/
Dmain.c93 static void* MyAlloc(u32 size) in MyAlloc() function
340 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()