Home | History | Annotate | Download | only in share

Lines Matching refs:scores

1104   uint32 *scores = NULL;
1138 scores = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2);
1139 if (!scores) goto error;
1178 readed += fread((((uint8*)scores) + readed), 1, toread - readed, fp);
1205 scores_ = scores;
1226 if (scores) free(scores);