Searched refs:total (Results 1 – 2 of 2) sorted by relevance
607 u32 total; // Total: 4 bytes member660 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_()
591 int total; in ConstructFSTFromStructure() local623 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()