Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 25 of 81) sorted by relevance

1234

/AliOS-Things-master/components/py_engine/engine/py/
A Dcompile.c67 #define EMIT(fun) (comp->emit_method_table->fun(comp->emit))
230 if (comp->cur_except_level > comp->scope_cur->exc_stack_size) { in compile_increase_except_level()
231 comp->scope_cur->exc_stack_size = comp->cur_except_level; in compile_increase_except_level()
289 mp_emit_common_id_op(comp->emit, &comp->emit_method_table->load_id, comp->scope_cur, qst); in compile_load_id()
301 mp_emit_common_id_op(comp->emit, &comp->emit_method_table->store_id, comp->scope_cur, qst); in compile_store_id()
313 mp_emit_common_id_op(comp->emit, &comp->emit_method_table->delete_id, comp->scope_cur, qst); in compile_delete_id()
763 close_over_variables_etc(comp, scope, comp->num_default_params, comp->num_dict_params); in compile_funcdef_lambdef()
2149 comp->scope_cur = comp->scope_cur->parent; in compile_namedexpr_helper()
2798 #define DEF_RULE(rule, comp, kind, ...) comp, argument
3061 (void)comp; in check_for_doc_string()
[all …]
A Dparse.c62 #define DEF_RULE(rule, comp, kind, ...) RULE_##rule, argument
70 #define DEF_RULE(rule, comp, kind, ...) argument
87 #define DEF_RULE(rule, comp, kind, ...) kind, argument
95 #define DEF_RULE(rule, comp, kind, ...) argument
116 #define DEF_RULE(rule, comp, kind, ...) __VA_ARGS__, argument
122 #define DEF_RULE(rule, comp, kind, ...) argument
147 #define DEF_RULE(rule, comp, kind, ...) argument
171 #define DEF_RULE(rule, comp, kind, ...) argument
185 #define DEF_RULE(rule, comp, kind, ...) argument
195 #define DEF_RULE(rule, comp, kind, ...) #rule, argument
[all …]
A Dmakecompresseddata.py171 for uncomp, comp in error_strings.items():
172 if uncomp == comp:
176 print('MP_MATCH_COMPRESSED("{}", "{}{}")'.format(uncomp, prefix, comp))
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/
A Duai_odla_inference.h20 odla_computation comp = (odla_computation)arg; in alios_b0_helper() local
22 odla_value input = odla_AddArgument(comp, "input", INT8, in alios_b0_helper()
27 …odla_AddConstant(comp, INT8, (odla_dims)&(const _odla_dims) {.size = 1, .dims = {2}}, conv_1_bias); in alios_b0_helper()
31 …odla_AddConstant(comp, INT8, (odla_dims)&(const _odla_dims) {.size = 1, .dims = {8}}, conv_2_bias); in alios_b0_helper()
33comp, INT8, (odla_dims)&(const _odla_dims) {.size = 4, .dims = {5, 5, 8, 16}}, conv_3_kernel); in alios_b0_helper()
37 comp, INT8, (odla_dims)&(const _odla_dims) {.size = 2, .dims = {1536, 48}}, fc_1_kernel); in alios_b0_helper()
65 comp, INT8, (odla_dims)&(const _odla_dims) {.size = 4, .dims = {1, 24, 16, 2}}, in alios_b0_helper()
76 comp, INT8, (odla_dims)&(const _odla_dims) {.size = 4, .dims = {1, 24, 16, 8}}, in alios_b0_helper()
83 comp, INT8, (odla_dims)&(const _odla_dims) {.size = 4, .dims = {1, 12, 8, 8}}, in alios_b0_helper()
94 odla_Reshape(comp, INT8, (odla_dims)&(const _odla_dims) {.size = 4, .dims = {1, 12, 8, 16}}, in alios_b0_helper()
[all …]
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/
A Dmesh.c37 struct bt_mesh_comp *comp; member
194 static struct bt_mesh_comp comp = {0}; in ble_stack_mesh_init() local
262 comp.cid = param->comp->cid; in ble_stack_mesh_init()
263 comp.pid = param->comp->pid; in ble_stack_mesh_init()
264 comp.vid = param->comp->vid; in ble_stack_mesh_init()
265 comp.elem_count = param->comp->elem_count; in ble_stack_mesh_init()
273 comp.elem = elems; in ble_stack_mesh_init()
477 ble_mesh_dev.comp = ∁ in ble_stack_mesh_init()
479 ret = bt_mesh_init(&prov, &comp, NULL); in ble_stack_mesh_init()
542 if (elem_id <= ble_mesh_dev.comp->elem_count) { in ble_stack_mesh_send()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dvj.c54 memset((char *)comp, 0, sizeof(*comp)); in vj_compress_init()
64 comp->last_cs = &tstate[0]; in vj_compress_init()
65 comp->last_recv = 255; in vj_compress_init()
66 comp->last_xmit = 255; in vj_compress_init()
67 comp->flags = VJF_TOSS; in vj_compress_init()
263 comp->last_cs = lcs; in vj_compress_tcp()
271 comp->last_cs = lcs; in vj_compress_tcp()
412 if (!comp->compressSlot || comp->last_xmit != cs->cs_id) { in vj_compress_tcp()
455 comp->flags |= VJF_TOSS; in vj_uncompress_err()
483 cs = &comp->rstate[comp->last_recv = IPH_PROTO(ip)]; in vj_uncompress_uncomp()
[all …]
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/common/
A Dmesh_model.c210 static int mesh_model_set_user_data(const struct bt_mesh_comp *comp, S_ELEM_STATE *state) in mesh_model_set_user_data() argument
215 for (ele_num = 0 ; ele_num < comp->elem_count; ele_num++) { in mesh_model_set_user_data()
216 for (model_num = 0; model_num < comp->elem[ele_num].model_count; model_num++) { in mesh_model_set_user_data()
218 comp->elem[ele_num].models[model_num].id != BT_MESH_MODEL_ID_CFG_CLI && \ in mesh_model_set_user_data()
221 comp->elem[ele_num].models[model_num].user_data = &state[ele_num]; in mesh_model_set_user_data()
230 int ble_mesh_model_init(const struct bt_mesh_comp *comp) in ble_mesh_model_init() argument
232 if (!comp) { in ble_mesh_model_init()
237 ret = mesh_model_bind_map_get(comp); in ble_mesh_model_init()
254 memset(g_mesh_model.element_states, 0, sizeof(S_ELEM_STATE) * comp->elem_count); in ble_mesh_model_init()
256 ret = mesh_model_set_user_data(comp, g_mesh_model.element_states); in ble_mesh_model_init()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dvj.h153 extern void vj_compress_init (struct vjcompress *comp);
154 extern u8_t vj_compress_tcp (struct vjcompress *comp, struct pbuf **pb);
155 extern void vj_uncompress_err (struct vjcompress *comp);
156 extern int vj_uncompress_uncomp(struct pbuf *nb, struct vjcompress *comp);
157 extern int vj_uncompress_tcp (struct pbuf **nb, struct vjcompress *comp);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dvj.h153 extern void vj_compress_init (struct vjcompress *comp);
154 extern u8_t vj_compress_tcp (struct vjcompress *comp, struct pbuf **pb);
155 extern void vj_uncompress_err (struct vjcompress *comp);
156 extern int vj_uncompress_uncomp(struct pbuf *nb, struct vjcompress *comp);
157 extern int vj_uncompress_tcp (struct pbuf **nb, struct vjcompress *comp);
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_arc.c179 unsigned char comp; in fast_atan2() local
206 comp = 0; in fast_atan2()
209 if(tempdegree <= 44) comp++; in fast_atan2()
210 if(tempdegree <= 41) comp++; in fast_atan2()
211 if(tempdegree <= 37) comp++; in fast_atan2()
212 if(tempdegree <= 32) comp++; /*max is 4 degrees compensated*/ in fast_atan2()
214 if(tempdegree >= 2) comp++; in fast_atan2()
215 if(tempdegree >= 6) comp++; in fast_atan2()
216 if(tempdegree >= 10) comp++; in fast_atan2()
217 if(tempdegree >= 15) comp++; /*max is 4 degrees compensated*/ in fast_atan2()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Dmakevms.com37 $ comp = "__decc__=1"
45 $ comp = "__gcc__=1"
48 $ comp = "__vaxc__=1"
53 $ comp = "__decc__=1"
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A Dmakevms.com12 $ comp = "__decc__=1"
20 $ comp = "__gcc__=1"
23 $ comp = "__vaxc__=1"
28 $ comp = "__decc__=1"
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/PoolingFunctions/
A Darm_max_pool_s8.c137 int32_t comp = *source; in clamp_output()
138 comp = MAX(comp, act_min); in clamp_output()
139 comp = MIN(comp, act_max); in clamp_output()
140 *source++ = (int8_t)comp; in clamp_output()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/PoolingFunctions/
A Darm_max_pool_s8.c137 int32_t comp = *source; in clamp_output()
138 comp = MAX(comp, act_min); in clamp_output()
139 comp = MIN(comp, act_max); in clamp_output()
140 *source++ = (int8_t)comp; in clamp_output()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwutil.c481 comp->input = input; in png_text_compress_init()
482 comp->input_len = input_len; in png_text_compress_init()
483 comp->output_len = 0; in png_text_compress_init()
596 comp->output_len = output_len; in png_text_compress()
621 optimize_cmf(comp->output, comp->input_len); in png_text_compress()
639 png_uint_32 output_len = comp->output_len; in png_write_compressed_data_out()
640 png_const_bytep output = comp->output; in png_write_compressed_data_out()
1123 compression_state comp; in png_write_iCCP() local
1578 compression_state comp; in png_write_zTXt() local
1630 compression_state comp; in png_write_iTXt() local
[all …]
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_main.c260 comp = bt_mesh_comp_get(); in provisioner_upper_init()
262 if (!comp) { in provisioner_upper_init()
1198 if (!comp) { in bt_mesh_provisioner_unbind_local_model_app_idx()
1204 elem = &comp->elem[i]; in bt_mesh_provisioner_unbind_local_model_app_idx()
1211 if (i == comp->elem_count) { in bt_mesh_provisioner_unbind_local_model_app_idx()
1249 if (!comp) { in bt_mesh_provisioner_bind_local_model_app_idx()
1255 elem = &comp->elem[i]; in bt_mesh_provisioner_bind_local_model_app_idx()
1262 if (i == comp->elem_count) { in bt_mesh_provisioner_bind_local_model_app_idx()
1338 if (!comp) { in bt_mesh_provisioner_print_local_element_info()
1344 BT_WARN("* cid: 0x%04x pid: 0x%04x vid: 0x%04x *", comp->cid, comp->pid, comp->vid); in bt_mesh_provisioner_print_local_element_info()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A Dali_vendormodel_profile.c28 static struct bt_mesh_comp comp; variable
446 ret = bt_mesh_init(&prov, &comp, NULL); in bt_mesh_ready()
516 comp.cid = CONFIG_CID_TAOBAO; in bt_mesh_profile_composition_data_init()
517 comp.pid = 0; in bt_mesh_profile_composition_data_init()
518 comp.vid = 1; // firmware version fir ota in bt_mesh_profile_composition_data_init()
519 comp.elem = elements; in bt_mesh_profile_composition_data_init()
520 comp.elem_count = ARRAY_SIZE(elements); in bt_mesh_profile_composition_data_init()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dmakevms.com30 $ comp = "__decc__=1"
38 $ comp = "__gcc__=1"
41 $ comp = "__vaxc__=1"
46 $ comp = "__decc__=1"
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/adc/
A DConfig.in8 # Configurations for comp adc_test
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/dac/
A DConfig.in8 # Configurations for comp dac_test
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/flash/
A DConfig.in8 # Configurations for comp flash_test
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/gpio/
A DConfig.in8 # Configurations for comp gpio_test
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/i2c/
A DConfig.in8 # Configurations for comp i2c_test
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/pwm/
A DConfig.in8 # Configurations for comp pwm_test
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/rng/
A DConfig.in8 # Configurations for comp rng_test

Completed in 41 milliseconds

1234