Home | History | Annotate | Download | only in content

Lines Matching refs:Ver4DictConstants

76             encodedEntry = (encodedEntry << (Ver4DictConstants::TIME_STAMP_FIELD_SIZE * CHAR_BIT))
78 encodedEntry = (encodedEntry << (Ver4DictConstants::WORD_LEVEL_FIELD_SIZE * CHAR_BIT))
80 encodedEntry = (encodedEntry << (Ver4DictConstants::WORD_COUNT_FIELD_SIZE * CHAR_BIT))
83 encodedEntry = (encodedEntry << (Ver4DictConstants::PROBABILITY_SIZE * CHAR_BIT))
92 Ver4DictConstants::FLAGS_IN_PROBABILITY_FILE_SIZE,
93 Ver4DictConstants::TIME_STAMP_FIELD_SIZE
94 + Ver4DictConstants::WORD_LEVEL_FIELD_SIZE
95 + Ver4DictConstants::WORD_COUNT_FIELD_SIZE);
97 Ver4DictConstants::TIME_STAMP_FIELD_SIZE,
98 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE
99 + Ver4DictConstants::WORD_COUNT_FIELD_SIZE);
101 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE,
102 Ver4DictConstants::WORD_COUNT_FIELD_SIZE);
104 Ver4DictConstants::WORD_COUNT_FIELD_SIZE, 0 /* pos */);
109 Ver4DictConstants::FLAGS_IN_PROBABILITY_FILE_SIZE,
110 Ver4DictConstants::PROBABILITY_SIZE);
112 Ver4DictConstants::PROBABILITY_SIZE, 0 /* pos */);