Home
last modified time | relevance | path

Searched refs:num_str_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_main.c131 str_to_uint (const char *num_str_p, /**< string to convert */ in str_to_uint() argument
138 while (*num_str_p >= '0' && *num_str_p <= '9') in str_to_uint()
141 result += (uint32_t) (*num_str_p - '0'); in str_to_uint()
142 num_str_p++; in str_to_uint()
147 *out_p = num_str_p; in str_to_uint()

Completed in 2 milliseconds