| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-indtex-create.c | 81 u32 size; in CreateEffectDL0() local 154 u32 size; in CreateEffectDL1() local 239 u32 size; in CreateEffectDL2() local 337 u32 size; in CreateEffectDL3() local
|
| D | gd-indtex-host.c | 84 u32 size; in main() local
|
| D | gd-light-host.c | 85 u32 size; in main() local
|
| D | gd-tev-host.c | 86 u32 size; in main() local
|
| D | gd-light-create.c | 83 u32 size; in CreateModelDL() local
|
| /RvlSDK-3.2.2/build/libraries/mem/src/ |
| D | mem_allocator.c | 43 u32 size in AllocatorAllocForExpHeap_() 88 u32 size in AllocatorAllocForFrmHeap_() 137 u32 size in AllocatorAllocForUnitHeap_() 191 u32 size in AllocatorAllocForOSHeap_() 241 u32 size in MEMAllocFromAllocator()
|
| D | mem_frameHeap.c | 140 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/ |
| D | CXCompression.h | 66 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/ |
| D | exp-1.c | 45 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
|
| D | frm-1.c | 229 u32 size; // Data size storage region member 257 u32 size = MEMGetSizeForMBlockExpHeap ( memBlock ); in ReportVisitorFunc() local
|
| D | thread_safe.c | 260 u32 size; // Data size storage region member 287 u32 size = MEMGetSizeForMBlockExpHeap ( memBlock ); in ReportVisitorFunc() local
|
| D | allocator.c | 42 AllocateTest( MEMAllocator* allocator, u32 size ) in AllocateTest()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/ |
| D | Hio2DllIf.cpp | 123 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()
|
| D | Hio2IfHost.cpp | 310 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/ |
| D | heapCommoni.h | 257 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/ |
| D | TCMem.cpp | 73 u32 size; member 234 void* TCMalloc ( u32 size ) in TCMalloc() 260 void* TCCalloc ( u32 num, u32 size ) in TCCalloc()
|
| D | TCCreateS3.cpp | 117 u32 size; in TCConvertToS3() local
|
| /RvlSDK-3.2.2/build/tools/darch/src/ |
| D | utils.c | 40 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/ |
| D | darchdemo.c | 125 static BOOL CompTest(u32 size, void* dstBuffer) in CompTest() 189 u32 size; in main() local
|
| /RvlSDK-3.2.2/include/revolution/mem/ |
| D | frameHeap.h | 128 u32 size in MEMCreateFrmHeap() 151 u32 size in MEMAllocFromFrmHeap()
|
| /RvlSDK-3.2.2/include/revolution/os/ |
| D | OSAlloc.h | 128 #define OSAlloc(size) OSAllocFromHeap(__OSCurrHeap, (size)) argument
|
| /RvlSDK-3.2.2/build/demos/hio2demo/HioIf/src/ |
| D | Hio2If.c | 331 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/ |
| D | OSAlloc.c | 129 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/ |
| D | util.c | 75 void* alloc32(u32 size) in alloc32()
|
| /RvlSDK-3.2.2/build/demos/thpdemo/src/THPSimple/ |
| D | main.c | 52 u32 size, x, y, count; in main() local
|