HomeSort by relevance Sort by last modified time
    Searched refs:atoi_with_check (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/include/
srec_context.h 235 asr_int32_t atoi_with_check(const char* buf, asr_int32_t mymax);
  /external/srec/srec/crec/
srec_context.c 103 asr_int32_t atoi_with_check(const char* buf, asr_int32_t max);
262 wbcost = (costdata)atoi_with_check(val, MAXcostdata);
296 return (modelID)(hmm_ilabel_offset + (modelID)atoi_with_check(hmm_Name + 3, MAXmodelID));
401 my_wID = (wordID)atoi_with_check(wID_string, MAXwordID);
937 from_node = (nodeID)atoi_with_check(line, MAXnodeID);
1944 asr_int32_t atoi_with_check(const char* buf, asr_int32_t mymax) function
    [all...]

Completed in 826 milliseconds