Searched refs:total (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_DeliverArg.cpp | 38 u16 total = iv; in CalcCRC16withIv() local 44 r1 = crc16_table[total & 0xf]; in CalcCRC16withIv() 45 total = (total >> 4) & 0x0fff; in CalcCRC16withIv() 46 total = total ^ r1 ^ crc16_table[*data & 0xf]; in CalcCRC16withIv() 49 r1 = crc16_table[total & 0xf]; in CalcCRC16withIv() 50 total = (total >> 4) & 0x0fff; in CalcCRC16withIv() 51 total = total ^ r1 ^ crc16_table[(*data >> 4) & 0xf]; in CalcCRC16withIv() 55 return total; in CalcCRC16withIv()
|
| /CTR-SDK-4.2.5/sources/libraries/rdt/CTR/ |
| D | rdt_Stopwatch.cpp | 176 s64 total = nnosTickConvertToMicroSeconds(m_total); in printContents() local 179 f64 avg = static_cast<f64>(total) / m_times; in printContents() 180 … Printf( "%10.2llf, %8lld, %8lld, %10lld, %8d, \"%s\"\n", avg, min, max, total, m_times, m_name); in printContents()
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_StreamingUncompression.cpp | 1073 u32 total; // Total: 4 bytes member 1101 info9->total = context->total9; in LRCIntro_() 1106 info12->total = context->total12; in LRCIntro_() 1136 context->total9 = info9->total; in LRCFin_() 1137 context->total12 = info12->total; in LRCFin_() 1188 info->total = tableSize; in RCInitInfo_() 1209 info->total++; in RCAddCount_() 1216 if ( info->total >= 0x00010000 ) in RCAddCount_() 1223 info->total = info->freq[ 0 ]; in RCAddCount_() 1232 info->total += info->freq[ i ]; in RCAddCount_() [all …]
|
| D | cx_Uncompression.cpp | 629 u32 total; // Total: 4 bytes member 681 info->total = tableSize; in RCInitInfo_() 701 info->total++; in RCAddCount_() 708 if ( info->total >= 0x00010000 ) in RCAddCount_() 715 info->total = info->freq[ 0 ]; in RCAddCount_() 724 info->total += info->freq[ i ]; in RCAddCount_() 748 u32 temp = range / info->total; in RCSearch_() 799 tmp = state->range / info->total; in RCGetData_()
|
| D | cx_SecureUncompression.cpp | 1089 u32 total; // Total: 4 bytes member 1142 info->total = tableSize; in RCInitInfo_() 1162 info->total++; in RCAddCount_() 1169 if ( info->total >= 0x00010000 ) in RCAddCount_() 1176 info->total = info->freq[ 0 ]; in RCAddCount_() 1185 info->total += info->freq[ i ]; in RCAddCount_() 1209 u32 temp = range / info->total; in RCSearch_() 1260 tmp = state->range / info->total; in RCGetData_()
|
| /CTR-SDK-4.2.5/sources/libraries/test/ |
| D | test_Suite.cpp | 73 int total = TotalTests(); // Number of tests including sub-suites in Run() local 78 output.OnInitialize(total, (subSuiteNum+1)); in Run() 85 output.OnFinished(total, time); in Run()
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | detail.csv | 43 …d value is units/16777215. For the values set in the registers, the above total values are convert… 4252 …eProgram,Sets a number that is one less than the total vertex attribute count. (One less than the …
|