| /RvlSDK-3.2.2/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 263 static u32 TCWriteTplPaletteBank ( FILE* fp, u32 total, u8* tplPrev, u32* imFlags ); 264 static u32 TCWriteTplImageBank ( FILE* fp, u32 total, u8* tplPrev, u32* imFlags ); 385 u32 total; in TCWriteTplFile() local 419 total = 0; in TCWriteTplFile() 427 total += TCWriteTplValue( fp, total, (void*)&TplVersion, 4 ); in TCWriteTplFile() 432 total += TCWriteTplValue( fp, total, (void*)&NumTex, 4 ); in TCWriteTplFile() 437 total += TCWriteTplValue( fp, total, (void*)&TplHdrSize, 4 ); in TCWriteTplFile() 448 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplImageOffset, 4 ); in TCWriteTplFile() 453 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplPaletteOffset, 4 ); in TCWriteTplFile() 474 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-3.2.2/build/libraries/cx/src/ |
| D | CXUncompression.c | 607 u32 total; // Total: 4 bytes member 660 info->total = tableSize; in RCInitInfo_() 680 info->total++; in RCAddCount_() 687 if ( info->total >= 0x00010000 ) in RCAddCount_() 694 info->total = info->freq[ 0 ]; in RCAddCount_() 703 info->total += info->freq[ i ]; in RCAddCount_() 727 u32 temp = range / info->total; in RCSearch_() 778 tmp = state->range / info->total; in RCGetData_()
|
| D | CXStreamingUncompression.c | 996 u32 total; // Total: 4 bytes member 1025 info9->total = context->total9; in LRCIntro_() 1030 info12->total = context->total12; in LRCIntro_() 1060 context->total9 = info9->total; in LRCFin_() 1061 context->total12 = info12->total; in LRCFin_() 1112 info->total = tableSize; in RCInitInfo_() 1133 info->total++; in RCAddCount_() 1140 if ( info->total >= 0x00010000 ) in RCAddCount_() 1147 info->total = info->freq[ 0 ]; in RCAddCount_() 1156 info->total += info->freq[ i ]; in RCAddCount_() [all …]
|
| D | CXSecureUncompression.c | 1039 u32 total; // Total: 4 bytes member 1093 info->total = tableSize; in RCInitInfo_() 1113 info->total++; in RCAddCount_() 1120 if ( info->total >= 0x00010000 ) in RCAddCount_() 1127 info->total = info->freq[ 0 ]; in RCAddCount_() 1136 info->total += info->freq[ i ]; in RCAddCount_() 1161 u32 temp = range / info->total; in RCSearch_() 1213 tmp = state->range / info->total; in RCGetData_()
|
| /RvlSDK-3.2.2/build/demos/wbcdemo/src/ |
| D | simple_wbc.c | 176 double total; in main() local 180 total = (double)(weight[0]+weight[1]+weight[2]+weight[3]); in main() 183 if (WBCGetTGCWeight(total, &tgc_weight, &status) == WBC_ERR_NONE) in main()
|
| D | balance.c | 214 double total; in main() local 218 total = (double)(weight[0]+weight[1]+weight[2]+weight[3]); in main() 221 if (WBCGetTGCWeight(total, &tgc_weight, &status) == WBC_ERR_NONE) in main()
|
| /RvlSDK-3.2.2/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-3.2.2/build/tools/darch/src/ |
| D | create.c | 591 int total; in ConstructFSTFromStructure() local 623 root->numItems = total = numItems; in ConstructFSTFromStructure() 625 fstLength = total * sizeof(FSTEntry) + charLength; in ConstructFSTFromStructure() 634 charPtr = FSTStringStart = (char*)(currFSTEntry + total); in ConstructFSTFromStructure() 651 for(i = 0; i < total; i++) in ConstructFSTFromStructure()
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | os.h | 612 OSTime total; // total time running member
|
| /RvlSDK-3.2.2/build/tools/TexConv/sample/ |
| D | sample.tcs | 82 ; create 8 LODs total, starting at LOD 0
|