Home
last modified time | relevance | path

Searched refs:atoi_with_check (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/include/
Dsrec_context.h235 asr_int32_t atoi_with_check(const char* buf, asr_int32_t mymax);
/external/srec/srec/crec/
Dsrec_context.c103 asr_int32_t atoi_with_check(const char* buf, asr_int32_t max);
262 wbcost = (costdata)atoi_with_check(val, MAXcostdata); in FST_LoadParams()
296 return (modelID)(hmm_ilabel_offset + (modelID)atoi_with_check(hmm_Name + 3, MAXmodelID)); in hmm_number()
401 my_wID = (wordID)atoi_with_check(wID_string, MAXwordID); in FST_LoadWordMap()
937 from_node = (nodeID)atoi_with_check(line, MAXnodeID); in FST_LoadGraph()
1014 from_node = (nodeID)atoi_with_check(args[0], MAXnodeID); in FST_LoadGraph()
1015 into_node = (nodeID)atoi_with_check(args[1], MAXnodeID); in FST_LoadGraph()
1024 from_node = (nodeID)atoi_with_check(args[0], MAXnodeID); in FST_LoadGraph()
1346 model_sequence[ model_sequence_len] = atoi_with_check(Tpron, MAXmodelID); in FST_AddWordToGrammar()
1944 asr_int32_t atoi_with_check(const char* buf, asr_int32_t mymax) in atoi_with_check() function