Searched defs:ret_val (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | parsenum.c | 53 mp_obj_t ret_val; in mp_parse_num_integer() local
|
A D | nlr.h | 102 void *ret_val; // always a concrete object (an exception instance) member
|
A D | objgenerator.c | 150 …mp_obj_gen_resume(mp_obj_t self_in, mp_obj_t send_value, mp_obj_t throw_value, mp_obj_t *ret_val) { in mp_obj_gen_resume()
|
A D | runtime.c | 1283 …_kind_t mp_resume(mp_obj_t self_in, mp_obj_t send_value, mp_obj_t throw_value, mp_obj_t *ret_val) { in mp_resume()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_dir.c | 861 int ret_val = 1; in _TIFFVGetField() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | run-test262.c | 458 JSValue ret_val; in agent_start() local
|
A D | quickjs-libc.c | 2721 JSValue val, ret_val; in js_os_exec() local
|
A D | quickjs.c | 15736 JSValue ret_val; in js_call_c_function() local 15931 JSValue *local_buf = NULL, *stack_buf, *var_buf, *arg_buf, *sp, ret_val, *pval; in JS_CallInternal() local 17254 JSValue ret_val; in JS_CallInternal() local 27854 JSValue ret_val; in js_evaluate_module() local 32894 JSValue ret_val; in JS_EvalFunctionInternal() local 32960 JSValue fun_obj, ret_val; in __JS_EvalInternal() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 2991 JSValue val, ret_val; in js_os_exec() local
|
Completed in 123 milliseconds