Home
last modified time | relevance | path

Searched refs:tjAlloc (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
Dtjunittest.c491 if((dstBuf=(unsigned char *)tjAlloc(size))==NULL) in doTest()
558 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL) in bufSizeTest()
587 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL) in bufSizeTest()
Dturbojpeg.h861 DLLEXPORT unsigned char* DLLCALL tjAlloc(int bytes);
Dturbojpeg.c470 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes) in tjAlloc() function