Searched refs:kCheckSumLength (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dcompat.h81 check_sum_.resize(kCheckSumLength, '\0');
86 for (int i = 0; i < kCheckSumLength; ++i)
93 check_sum_[(count_++) % kCheckSumLength] ^= p[i];
98 check_sum_[(count_++) % kCheckSumLength] ^= data[i];
106 static const int kCheckSumLength = 32; member in class:fst::CheckSummer

Completed in 472 milliseconds