Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/ssp/jpegEncoder/src/
Dmain.c45 static void* MyAlloc(u32 size) in MyAlloc() function
182 data = MyAlloc(length); in TwlMain()
204 … tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderBufferSize(256,192,SSP_JPEG_OUTPUT_YUV422,option)); in TwlMain()
209 tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderLiteBufferSize(option)); in TwlMain()
265 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
332 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
/TwlSDK-5.2.1/build/demos/ssp/jpegDecoder/src/
Dmain.c38 static void* MyAlloc(u32 size) in MyAlloc() function
157 data = MyAlloc(length); in TwlMain()
177 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
244 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
/TwlSDK-5.2.1/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.2.1/build/demos.TWL/crypto/rsa-1/src/
Dmain.c125 static void* MyAlloc(u32 size) in MyAlloc() function
376 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()
/TwlSDK-5.2.1/build/demos.TWL/crypto/sign-2/src/
Dmain.c92 static void* MyAlloc(u32 size) in MyAlloc() function
336 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()