/AliOS-Things-master/components/py_engine/engine/py/ |
A D | scope.c | 52 scope_t *scope = m_new0(scope_t, 1); in scope_new() local 70 void scope_free(scope_t *scope) { in scope_free() 75 id_info_t *scope_find_or_add_id(scope_t *scope, qstr qst, id_info_kind_t kind) { in scope_find_or_add_id() 99 id_info_t *scope_find(scope_t *scope, qstr qst) { in scope_find() 108 id_info_t *scope_find_global(scope_t *scope, qstr qst) { in scope_find_global() 115 STATIC void scope_close_over_in_parents(scope_t *scope, qstr qst) { in scope_close_over_in_parents() 138 void scope_check_to_close_over(scope_t *scope, id_info_t *id) { in scope_check_to_close_over()
|
A D | emitcommon.c | 33 void mp_emit_common_get_id_for_modification(scope_t *scope, qstr qst) { in mp_emit_common_get_id_for_modification() 42 …p(emit_t *emit, const mp_emit_method_table_id_ops_t *emit_method_table, scope_t *scope, qstr qst) { in mp_emit_common_id_op()
|
A D | emitbc.c | 53 scope_t *scope; member 311 void mp_emit_bc_start_pass(emit_t *emit, pass_kind_t pass, scope_t *scope) { in mp_emit_bc_start_pass() 790 void mp_emit_bc_make_function(emit_t *emit, scope_t *scope, mp_uint_t n_pos_defaults, mp_uint_t n_k… in mp_emit_bc_make_function() 798 void mp_emit_bc_make_closure(emit_t *emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint_t n_pos… in mp_emit_bc_make_closure()
|
A D | bc.h | 74 #define MP_BC_PRELUDE_SIG_ENCODE(S, E, scope, out_byte, out_env) \ argument
|
A D | compile.c | 243 scope_t *scope = scope_new(kind, pn, comp->source_file, emit_options); in scope_new_and_link() local 737 STATIC void compile_funcdef_lambdef(compiler_t *comp, scope_t *scope, mp_parse_node_t pn_params, pn… in compile_funcdef_lambdef() 3066 STATIC void compile_scope(compiler_t *comp, scope_t *scope, pass_kind_t pass) { in compile_scope() 3231 STATIC void compile_scope_inline_asm(compiler_t *comp, scope_t *scope, pass_kind_t pass) { in compile_scope_inline_asm() 3404 STATIC void scope_compute_things(scope_t *scope) { in scope_compute_things()
|
A D | emitnative.c | 247 scope_t *scope; member 355 STATIC void emit_native_start_pass(emit_t *emit, pass_kind_t pass, scope_t *scope) { in emit_native_start_pass() 2680 STATIC void emit_native_make_function(emit_t *emit, scope_t *scope, mp_uint_t n_pos_defaults, mp_ui… in emit_native_make_function() 2699 STATIC void emit_native_make_closure(emit_t *emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint… in emit_native_make_closure()
|
A D | emit.h | 164 static inline void mp_emit_common_get_id_for_load(scope_t *scope, qstr qst) { in mp_emit_common_get_id_for_load()
|
/AliOS-Things-master/components/uvoice/media/ |
A D | uvoice_fade.c | 11 int *pos, int scope, int channels) in fade_out_proc_8bit() 40 int *pos, int scope, int channels) in fade_in_proc_8bit() 77 int *pos, int scope, int channels) in fade_out_proc_16bit() 106 int *pos, int scope, int channels) in fade_in_proc_16bit()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | avrcp_api.h | 1005 avrcp_scope_t scope; member 1322 avrcp_scope_t scope; /* The requested scope */ member 1338 avrcp_scope_t scope; /* The requested scope */ member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 21584 int scope = fd->scope_count; in push_scope() local 21632 int scope = fd->scope_level; in pop_scope() local 23281 int scope; member 23293 int opcode, scope, label, depth; in get_lvalue() local 23625 int opcode, scope, tok1, skip_bits; in js_parse_destructuring_element() local 24392 int scope; in js_parse_postfix_expr() local 24770 int opcode, op, scope, label; in js_parse_unary() local 24820 int opcode, op, scope, label; in js_parse_unary() local 25117 int opcode, op, scope; in js_parse_assign_expr() local 30244 int scope; in resolve_variables() local [all …]
|