Searched refs:total (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-2.1/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 258 static u32 TCWriteTplPaletteBank ( FILE* fp, u32 total, u8* tplPrev, u32* imFlags ); 259 static u32 TCWriteTplImageBank ( FILE* fp, u32 total, u8* tplPrev, u32* imFlags ); 380 u32 total; in TCWriteTplFile() local 414 total = 0; in TCWriteTplFile() 422 total += TCWriteTplValue( fp, total, (void*)&TplVersion, 4 ); in TCWriteTplFile() 427 total += TCWriteTplValue( fp, total, (void*)&NumTex, 4 ); in TCWriteTplFile() 432 total += TCWriteTplValue( fp, total, (void*)&TplHdrSize, 4 ); in TCWriteTplFile() 443 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplImageOffset, 4 ); in TCWriteTplFile() 448 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplPaletteOffset, 4 ); in TCWriteTplFile() 469 total += TCWriteTplValue( fp, total, (void*)&palPtr->palPtr->numEntry, 2 ); in TCWriteTplFile() [all …]
|
| D | TCMem.cpp | 263 u32 total; in TCCalloc() local 268 total = num * size; in TCCalloc() 270 if( total == 15 ) in TCCalloc() 278 TCErrorMsg("TCCalloc: couldn't allocate block of size %d\n", total ); in TCCalloc() 282 newM->size = total; in TCCalloc() 284 TotalAlloc += ( total + sizeof(TCMemNode) ); in TCCalloc()
|
| /RvlSDK-2.1/build/libraries/os/src/ |
| D | OSAlloc.c | 907 long total = 0; in OSCheckHeap() local 925 total += cell->size; in OSCheckHeap() 926 CHECK(0 < total && total <= hd->size); in OSCheckHeap() 944 total += cell->size; in OSCheckHeap() 946 CHECK(0 < total && total <= hd->size); in OSCheckHeap() 953 CHECK(total == hd->size); in OSCheckHeap()
|
| /RvlSDK-2.1/build/tools/darch/src/ |
| D | create.c | 587 int total; in ConstructFSTFromStructure() local 619 root->numItems = total = numItems; in ConstructFSTFromStructure() 621 fstLength = total * sizeof(FSTEntry) + charLength; in ConstructFSTFromStructure() 630 charPtr = FSTStringStart = (char*)(currFSTEntry + total); in ConstructFSTFromStructure() 647 for(i = 0; i < total; i++) in ConstructFSTFromStructure()
|
| /RvlSDK-2.1/include/revolution/ |
| D | os.h | 611 OSTime total; // total time running member
|
| /RvlSDK-2.1/build/tools/TexConv/sample/ |
| D | sample.tcs | 82 ; create 8 LODs total, starting at LOD 0
|