Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/libraries/cx/src/
DCXUncompression.c607 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_()
/RvlSDK-3.2.3/build/tools/darch/src/
Dcreate.c591 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()