Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 109) sorted by relevance

12345

/RvlSDK-3.2.2/build/demos/gddemo/src/
Dgd-indtex-create.c81 u32 size; in CreateEffectDL0() local
154 u32 size; in CreateEffectDL1() local
239 u32 size; in CreateEffectDL2() local
337 u32 size; in CreateEffectDL3() local
Dgd-indtex-host.c84 u32 size; in main() local
Dgd-light-host.c85 u32 size; in main() local
Dgd-tev-host.c86 u32 size; in main() local
Dgd-light-create.c83 u32 size; in CreateModelDL() local
/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_allocator.c43 u32 size in AllocatorAllocForExpHeap_()
88 u32 size in AllocatorAllocForFrmHeap_()
137 u32 size in AllocatorAllocForUnitHeap_()
191 u32 size in AllocatorAllocForOSHeap_()
241 u32 size in MEMAllocFromAllocator()
Dmem_frameHeap.c140 u32 size, in AllocFromHead_()
179 u32 size, in AllocFromTail_()
273 u32 size, in PrintSize_()
402 u32 size, in MEMCreateFrmHeapEx()
464 u32 size, in MEMAllocFromFrmHeapEx()
/RvlSDK-3.2.2/include/revolution/cx/
DCXCompression.h66 inline u32 CXCompressLZEx(const u8 *srcp, u32 size, u8 *dstp, void* work) in CXCompressLZEx()
70 inline u32 CXCompressLZ(const u8 *srcp, u32 size, u8 *dstp, void *work) in CXCompressLZ()
/RvlSDK-3.2.2/build/demos/memdemo/src/
Dexp-1.c45 u32 size; // Data size storage region member
171 u32 size = 0; in SampleExpHeap() local
238 u32 size; // Data size storage region member
266 u32 size = MEMGetSizeForMBlockExpHeap ( memBlock ); in ReportVisitorFunc() local
Dfrm-1.c229 u32 size; // Data size storage region member
257 u32 size = MEMGetSizeForMBlockExpHeap ( memBlock ); in ReportVisitorFunc() local
Dthread_safe.c260 u32 size; // Data size storage region member
287 u32 size = MEMGetSizeForMBlockExpHeap ( memBlock ); in ReportVisitorFunc() local
Dallocator.c42 AllocateTest( MEMAllocator* allocator, u32 size ) in AllocateTest()
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp123 BOOL CHio2DllIf::Read( HIO2Handle h, u32 addr, void* buffer, s32 size ) in Read()
130 BOOL CHio2DllIf::Write( HIO2Handle h, u32 addr, const void* buffer, s32 size ) in Write()
138 s32 size, HIO2DmaCallback callback ) in ReadAsync()
146 s32 size, HIO2DmaCallback callback ) in WriteAsync()
DHio2IfHost.cpp310 HIO2IF_RESULT CHio2If::Read(HIO2IF_ID id, DWORD addr, LPVOID buffer, int size, BOOL async) in Read()
354 HIO2IF_RESULT CHio2If::ReadFree(HIO2IF_ID id, DWORD addr, LPVOID buffer, int size, BOOL async) in ReadFree()
392 HIO2IF_RESULT CHio2If::Write(HIO2IF_ID id, DWORD addr, LPVOID buffer, int size, BOOL async) in Write()
436 HIO2IF_RESULT CHio2If::WriteFree(HIO2IF_ID id, DWORD addr, LPVOID buffer, int size, BOOL async) in WriteFree()
/RvlSDK-3.2.2/build/libraries/mem/include/
DheapCommoni.h257 u32 size in FillAllocMemory()
280 #define FillFreeMemory( pHeapHd, address, size ) ((void) 0) argument
281 #define FillNoUseMemory( pHeapHd, address, size ) ((void) 0) argument
300 u32 size in FillFreeMemory()
324 u32 size in FillNoUseMemory()
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCMem.cpp73 u32 size; member
234 void* TCMalloc ( u32 size ) in TCMalloc()
260 void* TCCalloc ( u32 num, u32 size ) in TCCalloc()
DTCCreateS3.cpp117 u32 size; in TCConvertToS3() local
/RvlSDK-3.2.2/build/tools/darch/src/
Dutils.c40 void CopyUtility(int srcfid, int srcoff, int dstfid, int dstoff, int size) in CopyUtility()
109 BOOL DiffUtility(int fidA, int Aoff, int fidB, int Boff, int size) in DiffUtility()
/RvlSDK-3.2.2/build/demos/darchdemo/src/
Ddarchdemo.c125 static BOOL CompTest(u32 size, void* dstBuffer) in CompTest()
189 u32 size; in main() local
/RvlSDK-3.2.2/include/revolution/mem/
DframeHeap.h128 u32 size in MEMCreateFrmHeap()
151 u32 size in MEMAllocFromFrmHeap()
/RvlSDK-3.2.2/include/revolution/os/
DOSAlloc.h128 #define OSAlloc(size) OSAllocFromHeap(__OSCurrHeap, (size)) argument
/RvlSDK-3.2.2/build/demos/hio2demo/HioIf/src/
DHio2If.c331 HIO2IF_RESULT HIO2IFRead( HIO2IF_ID id, u32 addr, void* buffer, s32 size, in HIO2IFRead()
380 HIO2IF_RESULT HIO2IFReadFree( HIO2IF_ID id, u32 addr, void* buffer, s32 size, in HIO2IFReadFree()
423 HIO2IF_RESULT HIO2IFWrite( HIO2IF_ID id, u32 addr, void* buffer, s32 size, in HIO2IFWrite()
473 s32 size, BOOL async ) in HIO2IFWriteFree()
/RvlSDK-3.2.2/build/libraries/os/src/
DOSAlloc.c129 long size; // size of object plus HEADERSIZE member
140 long size; // if -1 then heap is free. Note OSAllocFixed() member
316 long size = 0; in DLSize() local
338 void* OSAllocFromHeap(OSHeapHandle heap, u32 size) in OSAllocFromHeap()
791 long size; in OSDestroyHeap() local
/RvlSDK-3.2.2/build/demos/nanddemo/src/
Dutil.c75 void* alloc32(u32 size) in alloc32()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPSimple/
Dmain.c52 u32 size, x, y, count; in main() local

12345