Home | History | Annotate | Download | only in include

Lines Matching full:uint32

85   void set_limit(uint32 max_lemma_count, uint32 max_lemma_size,
86 uint32 reclaim_ratio);
124 uint32 version;
128 uint32 disk_size;
129 uint32 lemma_count;
130 uint32 lemma_size;
131 uint32 delete_count;
132 uint32 delete_size;
134 uint32 sync_count;
136 uint32 reclaim_ratio;
137 uint32 limit_lemma_count;
138 uint32 limit_lemma_size;
144 uint32 total_other_nfreq_;
147 uint32 version_;
153 uint32 * offsets_;
155 static const uint32 kUserDictOffsetFlagRemove = (1 << 31);
157 static const uint32 kUserDictOffsetMask = ~(kUserDictOffsetFlagRemove);
159 static const uint32 kUserDictLMTBitWidth = 16;
161 static const uint32 kUserDictLMTGranularity = 60 * 60 * 24 * 7;
177 uint32 * scores_;
179 uint32 * ids_;
181 uint32 * predicts_;
184 uint32 * syncs_;
187 uint32 * offsets_by_id_;
197 uint32 reclaim_ratio;
199 uint32 limit_lemma_count;
203 uint32 limit_lemma_size;
206 uint32 lemma_count;
208 uint32 lemma_size;
210 uint32 free_count;
212 uint32 free_size;
214 uint32 sync_count;
219 static const uint32 kUserDictVersion = 0x0ABCDEF0;
221 static const uint32 kUserDictPreAlloc = 32;
222 static const uint32 kUserDictAverageNchar = 8;
243 uint32 signature[kMaxLemmaSize / 4];
256 uint32 signatures[kUserDictMissCacheSize][kMaxLemmaSize / 4];
261 uint32 signatures[kUserDictCacheSize][kMaxLemmaSize / 4];
262 uint32 offsets[kUserDictCacheSize];
263 uint32 lengths[kUserDictCacheSize];
272 uint32 offset, uint32 length);
275 uint32 *offset, uint32 *length);
278 uint32 *offset, uint32 *length);
281 uint32 offset, uint32 length);
320 uint32 get_dict_file_size(UserDictInfo * info);
334 void set_lemma_flag(uint32 offset, uint8 flag);
336 char get_lemma_flag(uint32 offset);
338 char get_lemma_nchar(uint32 offset);
340 uint16 * get_lemma_spell_ids(uint32 offset);
342 uint16 * get_lemma_word(uint32 offset);
369 uint32 locate_where_to_insert_in_predicts(const uint16 * words,
374 void remove_lemma_from_predict_list(uint32 offset);
379 void remove_lemma_from_sync_list(uint32 offset);
391 uint32 offset_index;