Lines Matching refs:predicts
1108 uint32 *predicts = NULL;1129 predicts = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2);1130 if (!predicts) goto error;1170 readed += fread((((uint8*)predicts) + readed), 1, toread - readed, fp);1208 predicts_ = predicts;1230 if (predicts) free(predicts);