/AliOS-Things-master/components/py_engine/engine/py/ |
A D | compile.c | 48 #define DEF_RULE(rule, comp, kind, ...) PN_##rule, argument 55 #define DEF_RULE(rule, comp, kind, ...) argument 213 STATIC uint comp_next_label(compiler_t *comp) { in comp_next_label() 224 #define reserve_labels_for_native(comp, n) argument 235 STATIC void compile_decrease_except_level(compiler_t *comp) { in compile_decrease_except_level() 284 STATIC void compile_load_id(compiler_t *comp, qstr qst) { in compile_load_id() 296 STATIC void compile_store_id(compiler_t *comp, qstr qst) { in compile_store_id() 308 STATIC void compile_delete_id(compiler_t *comp, qstr qst) { in compile_delete_id() 1777 STATIC void compile_yield_from(compiler_t *comp) { in compile_yield_from() 2798 #define DEF_RULE(rule, comp, kind, ...) comp, argument [all …]
|
A D | parse.c | 62 #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 D | emitinlinethumb.c | 40 #define DEF_RULE(rule, comp, kind, ...) PN_##rule, argument 47 #define DEF_RULE(rule, comp, kind, ...) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | vj.c | 48 vj_compress_init(struct vjcompress *comp) in vj_compress_init() 160 vj_compress_tcp(struct vjcompress *comp, struct pbuf **pb) in vj_compress_tcp() 453 vj_uncompress_err(struct vjcompress *comp) in vj_uncompress_err() 464 vj_uncompress_uncomp(struct pbuf *nb, struct vjcompress *comp) in vj_uncompress_uncomp() 501 vj_uncompress_tcp(struct pbuf **nb, struct vjcompress *comp) in vj_uncompress_tcp()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/common/ |
A D | mesh_model.c | 210 static int mesh_model_set_user_data(const struct bt_mesh_comp *comp, S_ELEM_STATE *state) in mesh_model_set_user_data() 230 int ble_mesh_model_init(const struct bt_mesh_comp *comp) in ble_mesh_model_init()
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/ |
A D | uai_odla_inference.h | 20 odla_computation comp = (odla_computation)arg; in alios_b0_helper() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngwutil.c | 478 png_text_compress_init(compression_state *comp, png_const_bytep input, in png_text_compress_init() 489 compression_state *comp, png_uint_32 prefix_len) in png_text_compress() 637 png_write_compressed_data_out(png_structrp png_ptr, compression_state *comp) 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
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_arc.c | 179 unsigned char comp; in fast_atan2() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | main.c | 422 int bt_mesh_init(const struct bt_mesh_prov *prov, const struct bt_mesh_comp *comp, in bt_mesh_init()
|
A D | health_srv.c | 80 const struct bt_mesh_comp *comp; in health_get_current() local
|
A D | lpn.c | 292 const struct bt_mesh_comp *comp = bt_mesh_comp_get(); in send_friend_req() local
|
A D | access.c | 325 int bt_mesh_comp_register(const struct bt_mesh_comp *comp) in bt_mesh_comp_register()
|
A D | provisioner_main.c | 63 static const struct bt_mesh_comp *comp; variable
|
A D | cfg_cli.c | 37 struct net_buf_simple *comp; member 885 …_cfg_comp_data_get(u16_t net_idx, u16_t addr, u8_t page, u8_t *status, struct net_buf_simple *comp) in bt_mesh_cfg_comp_data_get()
|
A D | provisioner_prov.c | 517 int i = 0, j = 0, comp = 0; in provisioner_dev_find() local 3797 const struct bt_mesh_comp *comp = NULL; in bt_mesh_provisioner_local_provision() local
|
A D | cfg_srv.c | 167 const struct bt_mesh_comp *comp; in comp_get_page_0() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 37 struct bt_mesh_comp *comp; member 194 static struct bt_mesh_comp comp = {0}; in ble_stack_mesh_init() local
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_value.cpp | 304 int comp = memcmp(this->cstr_, other.cstr_, min_len); in operator <() local 322 int comp = memcmp(this->cstr_, other.cstr_, this_len); in operator ==() local 519 int comp = memcmp(this_str, other_str, min_len); in operator <() local 575 int comp = memcmp(this_str, other_str, this_len); in operator ==() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/ |
A D | mesh_provisioner.c | 35 ble_mesh_provisioner_t comp; member
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 28 static struct bt_mesh_comp comp; variable
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/ |
A D | mesh_node.c | 50 const struct bt_mesh_comp *comp; member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_cli.c | 1491 unsigned char comp; in ssl_parse_server_hello() local
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 2822 int comp = memcmp(this->cstr_, other.cstr_, min_len); in operator <() local 2836 int comp = memcmp(this->cstr_, other.cstr_, this_len); in operator ==() local 3099 int comp = memcmp(this_str, other_str, min_len); in operator <() local 3155 int comp = memcmp(this_str, other_str, this_len); in operator ==() local
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 940 evt_data_gatt_discovery_complete_t comp; in discover_func() member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | flexbuffers.h | 857 int (*comp)(const void *, const void *) = nullptr; variable
|