Home
last modified time | relevance | path

Searched refs:DEMOAlloc (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/build/demos/cxdemo/src/
Dcx_uncompress.c123 static inline void* DEMOAlloc( u32 size ) in DEMOAlloc() function
225 buf = DEMOAlloc( OSRoundUp32B( fileInfo.length ) ); in LoadTexData()
254 uncompData = DEMOAlloc( uncompSize ); in LoadTexDataRL()
288 uncompData = DEMOAlloc( uncompSize ); in LoadTexDataLZ()
322 uncompData = DEMOAlloc( uncompSize ); in LoadTexDataHuff()
Dcx_uncompress_stream.c117 static inline void* DEMOAlloc( u32 size ) in DEMOAlloc() function
220 buf = DEMOAlloc( OSRoundUp32B( fileInfo.length ) ); in LoadTexData()
258 uncompBuf = DEMOAlloc( uncompSize ); in LoadTexDataRL()
325 uncompBuf = DEMOAlloc( uncompSize ); in LoadTexDataLZ()
392 uncompBuf = DEMOAlloc( uncompSize ); in LoadTexDataHuff()