Home
last modified time | relevance | path

Searched refs:temp_stream_tree (Results 1 – 4 of 4) sorted by relevance

/dports/audio/festival/festival/src/modules/hts_engine/
H A DHTS_model.c927 char **temp_stream_tree; in HTS_ModelSet_load() local
1195 temp_stream_tree = (char **) HTS_calloc(ms->num_streams, sizeof(char *)); in HTS_ModelSet_load()
1197 temp_stream_tree[j] = NULL; in HTS_ModelSet_load()
1254 if (temp_stream_tree[j] != NULL) in HTS_ModelSet_load()
1255 free(temp_stream_tree[j]); in HTS_ModelSet_load()
1256 temp_stream_tree[j] = HTS_strdup(&buff1[matched_size]); in HTS_ModelSet_load()
1381 …if (HTS_get_token_from_string_with_separator(temp_stream_tree[j], &matched_size, buff2, '-') == TR… in HTS_ModelSet_load()
1383 e = (size_t) atoi(&temp_stream_tree[j][matched_size]); in HTS_ModelSet_load()
1437 if (temp_stream_tree[j] != NULL) in HTS_ModelSet_load()
1438 free(temp_stream_tree[j]); in HTS_ModelSet_load()
[all …]
/dports/audio/hts_engine-API/hts_engine_API-1.10/lib/
H A DHTS_model.c933 char **temp_stream_tree; in HTS_ModelSet_load() local
1207 temp_stream_tree = (char **) HTS_calloc(ms->num_streams, sizeof(char *)); in HTS_ModelSet_load()
1209 temp_stream_tree[j] = NULL; in HTS_ModelSet_load()
1266 if (temp_stream_tree[j] != NULL) in HTS_ModelSet_load()
1267 free(temp_stream_tree[j]); in HTS_ModelSet_load()
1268 temp_stream_tree[j] = HTS_strdup(&buff1[matched_size]); in HTS_ModelSet_load()
1394 …if (HTS_get_token_from_string_with_separator(temp_stream_tree[j], &matched_size, buff2, '-') == TR… in HTS_ModelSet_load()
1396 e = (size_t) atoi(&temp_stream_tree[j][matched_size]); in HTS_ModelSet_load()
1450 if (temp_stream_tree[j] != NULL) in HTS_ModelSet_load()
1451 free(temp_stream_tree[j]); in HTS_ModelSet_load()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/hts_engine_API/lib/
H A DHTS_model.c933 char **temp_stream_tree; in HTS_ModelSet_load() local
1207 temp_stream_tree = (char **) HTS_calloc(ms->num_streams, sizeof(char *)); in HTS_ModelSet_load()
1209 temp_stream_tree[j] = NULL; in HTS_ModelSet_load()
1266 if (temp_stream_tree[j] != NULL) in HTS_ModelSet_load()
1267 free(temp_stream_tree[j]); in HTS_ModelSet_load()
1268 temp_stream_tree[j] = HTS_strdup(&buff1[matched_size]); in HTS_ModelSet_load()
1394 …if (HTS_get_token_from_string_with_separator(temp_stream_tree[j], &matched_size, buff2, '-') == TR… in HTS_ModelSet_load()
1396 e = (size_t) atoi(&temp_stream_tree[j][matched_size]); in HTS_ModelSet_load()
1450 if (temp_stream_tree[j] != NULL) in HTS_ModelSet_load()
1451 free(temp_stream_tree[j]); in HTS_ModelSet_load()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/hts_engine/
H A DHTS_model.c945 char **temp_stream_tree; in HTS_ModelSet_load() local
1219 temp_stream_tree = (char **) HTS_calloc(ms->num_streams, sizeof(char *)); in HTS_ModelSet_load()
1221 temp_stream_tree[j] = NULL; in HTS_ModelSet_load()
1278 if (temp_stream_tree[j] != NULL) in HTS_ModelSet_load()
1279 free(temp_stream_tree[j]); in HTS_ModelSet_load()
1280 temp_stream_tree[j] = HTS_strdup(&buff1[matched_size]); in HTS_ModelSet_load()
1406 …if (HTS_get_token_from_string_with_separator(temp_stream_tree[j], &matched_size, buff2, '-') == TR… in HTS_ModelSet_load()
1408 e = (size_t) atoi(&temp_stream_tree[j][matched_size]); in HTS_ModelSet_load()
1462 if (temp_stream_tree[j] != NULL) in HTS_ModelSet_load()
1463 free(temp_stream_tree[j]); in HTS_ModelSet_load()
[all …]