Home
last modified time | relevance | path

Searched refs:mp_parse_node_new_small_int (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dparse.h79 static inline mp_parse_node_t mp_parse_node_new_small_int(mp_int_t val) { in mp_parse_node_new_small_int() function
A Dparse.c475 return mp_parse_node_new_small_int(val); in mp_parse_node_new_small_int_checked()
A Dcompile.c1535 pn_range_start = mp_parse_node_new_small_int(0); in compile_for_stmt()
1537 pn_range_step = mp_parse_node_new_small_int(1); in compile_for_stmt()
1541 pn_range_step = mp_parse_node_new_small_int(1); in compile_for_stmt()

Completed in 13 milliseconds