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.c104 asr_int32_t atoi_with_check(const char* buf, asr_int32_t max);
263 wbcost = (costdata)atoi_with_check(val, MAXcostdata); in FST_LoadParams()
297 return (modelID)(hmm_ilabel_offset + (modelID)atoi_with_check(hmm_Name + 3, MAXmodelID)); in hmm_number()
402 my_wID = (wordID)atoi_with_check(wID_string, MAXwordID); in FST_LoadWordMap()
938 from_node = (nodeID)atoi_with_check(line, MAXnodeID); in FST_LoadGraph()
1015 from_node = (nodeID)atoi_with_check(args[0], MAXnodeID); in FST_LoadGraph()
1016 into_node = (nodeID)atoi_with_check(args[1], MAXnodeID); in FST_LoadGraph()
1025 from_node = (nodeID)atoi_with_check(args[0], MAXnodeID); in FST_LoadGraph()
1347 model_sequence[ model_sequence_len] = atoi_with_check(Tpron, MAXmodelID); in FST_AddWordToGrammar()
1945 asr_int32_t atoi_with_check(const char* buf, asr_int32_t mymax) in atoi_with_check() function