Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 25 of 27) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/py/
A Dcompile.c580 c_assign_tuple(comp, pns->nodes[0], n, pns2->nodes); in c_assign()
876 mp_parse_node_t *nodes; in compile_decorated() local
877 size_t n = mp_parse_node_extract_list(&pns->nodes[0], PN_decorators, &nodes); in compile_decorated()
1102 pn = pns->nodes[0]; in do_import_name()
1288 size_t n = mp_parse_node_extract_list(&pns->nodes[0], PN_name_list, &nodes); in compile_global_nonlocal_stmt()
1729 …pile_try_finally(comp, pns->nodes[0], n_except, pn_excepts, pns2->nodes[1], ((mp_parse_node_struct… in compile_try_stmt()
1774 compile_with_stmt_helper(comp, n, nodes, pns->nodes[1]); in compile_with_stmt()
1962 compile_async_with_stmt_helper(comp, n, nodes, pns->nodes[1]); in compile_async_with_stmt()
2156 compile_namedexpr_helper(comp, pns->nodes[0], pns->nodes[1]); in compile_namedexpr()
2407 …compile_namedexpr_helper(comp, pns_arg->nodes[0], ((mp_parse_node_struct_t *)pns_arg->nodes[1])->n… in compile_trailer_paren_helper()
[all …]
A Dparse.c338 *o = (uint64_t)pns->nodes[0] | ((uint64_t)pns->nodes[1] << 32); in mp_parse_node_get_int_maybe()
340 *o = (mp_obj_t)pns->nodes[0]; in mp_parse_node_get_int_maybe()
350 *nodes = NULL; in mp_parse_node_extract_list()
353 *nodes = pn; in mp_parse_node_extract_list()
358 *nodes = pn; in mp_parse_node_extract_list()
361 *nodes = pns->nodes; in mp_parse_node_extract_list()
404 …mp_printf(print, "literal const(%016llx)\n", (uint64_t)pns->nodes[0] | ((uint64_t)pns->nodes[1] <<… in mp_parse_node_print()
457 pn->nodes[0] = (uint64_t)obj; in make_node_const_object()
458 pn->nodes[1] = (uint64_t)obj >> 32; in make_node_const_object()
461 pn->nodes[0] = (uintptr_t)obj; in make_node_const_object()
[all …]
A Demitinlinethumb.c257 pn = pns->nodes[0]; in get_arg_reglist()
267 assert(MP_PARSE_NODE_IS_STRUCT(pns->nodes[1])); // should succeed in get_arg_reglist()
268 mp_parse_node_struct_t *pns1 = (mp_parse_node_struct_t *)pns->nodes[1]; in get_arg_reglist()
273 reglist |= 1 << get_arg_reg(emit, op, pns->nodes[0], 15); in get_arg_reglist()
276 mp_parse_node_t *nodes; in get_arg_reglist() local
277 … int n = mp_parse_node_extract_list(&pns1->nodes[0], PN_dictorsetmaker_list2, &nodes); in get_arg_reglist()
281 reglist |= 1 << get_arg_reg(emit, op, nodes[i], 15); in get_arg_reglist()
319 if (!MP_PARSE_NODE_IS_STRUCT_KIND(pns->nodes[0], PN_testlist_comp)) { in get_arg_addr()
322 pns = (mp_parse_node_struct_t *)pns->nodes[0]; in get_arg_addr()
327 *pn_base = pns->nodes[0]; in get_arg_addr()
[all …]
A Dparse.h57 mp_parse_node_t nodes[]; // nodes member
88 size_t mp_parse_node_extract_list(mp_parse_node_t *pn, size_t pn_kind, mp_parse_node_t **nodes);
A Dscope.c58 scope->simple_name = MP_PARSE_NODE_LEAF_ARG(((mp_parse_node_struct_t *)pn)->nodes[0]); in scope_new()
/AliOS-Things-master/components/freetype/src/cache/
A Dftcmru.c177 list->nodes = NULL; in FTC_MruList_Init()
187 while ( list->nodes ) in FTC_MruList_Reset()
188 FTC_MruList_Remove( list, list->nodes ); in FTC_MruList_Reset()
210 first = list->nodes; in FTC_MruList_Find()
247 node = list->nodes->prev; in FTC_MruList_New()
253 FTC_MruNode_Up( &list->nodes, node ); in FTC_MruList_New()
260 FTC_MruNode_Remove( &list->nodes, node ); in FTC_MruList_New()
273 FTC_MruNode_Prepend( &list->nodes, node ); in FTC_MruList_New()
311 FTC_MruNode_Remove( &list->nodes, node ); in FTC_MruList_Remove()
334 first = list->nodes; in FTC_MruList_RemoveSelection()
[all …]
A Dftcmru.h122 FTC_MruNode nodes; member
164 FTC_MruNode* _pfirst = &(list)->nodes; \
218 FTC_MruNode _first = (list)->nodes; \
/AliOS-Things-master/components/freetype/src/base/
A Dftdbgmem.c115 FT_ULong nodes; member
260 new_size = ft_mem_closest_prime( table->nodes ); in ft_mem_table_resize()
317 table->nodes = 0; in ft_mem_table_new()
391 table->nodes = 0; in ft_mem_table_destroy()
588 table->nodes++; in ft_mem_table_set()
595 if ( table->nodes * 3 < table->size || in ft_mem_table_set()
596 table->size * 3 < table->nodes ) in ft_mem_table_set()
651 table->nodes--; in ft_mem_table_remove()
660 if ( table->nodes * 3 < table->size || in ft_mem_table_remove()
661 table->size * 3 < table->nodes ) in ft_mem_table_remove()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dgraph_info.h75 std::vector<int> nodes; member
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dkconfiglib.py3275 if not sym.nodes:
4186 for node in self.nodes:
4202 for node in self.nodes:
4242 if self.nodes:
4300 self.nodes = []
4419 for node in self.nodes:
4787 for node in self.nodes:
4802 for node in self.nodes:
4871 self.nodes = []
5634 for node in sc.nodes:
[all …]
A Dmenuconfig.py1036 for node in choice.selection.nodes:
1424 for choice_node in menu.item.nodes
2028 cached_nodes += sym.nodes
2038 for node in choice.nodes],
2408 for node in sc.nodes:
2444 for node in sc.nodes:
2569 nodes = [item] if isinstance(item, MenuNode) else item.nodes
2572 .format("s" if len(nodes) > 1 else "")
2575 for node in nodes:
2621 if not sc.nodes:
[all …]
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dkconfiglib.py3275 if not sym.nodes:
4186 for node in self.nodes:
4202 for node in self.nodes:
4242 if self.nodes:
4300 self.nodes = []
4419 for node in self.nodes:
4787 for node in self.nodes:
4802 for node in self.nodes:
4871 self.nodes = []
5634 for node in sc.nodes:
[all …]
A Dmenuconfig.py1036 for node in choice.selection.nodes:
1424 for choice_node in menu.item.nodes
2028 cached_nodes += sym.nodes
2038 for node in choice.nodes],
2408 for node in sc.nodes:
2444 for node in sc.nodes:
2569 nodes = [item] if isinstance(item, MenuNode) else item.nodes
2572 .format("s" if len(nodes) > 1 else "")
2575 for node in nodes:
2621 if not sc.nodes:
[all …]
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A DKconfig267 bool "Automatically start looking for Friend nodes once provisioned"
271 looking for Friend nodes. If this option is disabled LPN mode
281 will wait before starting to look for Friend nodes.
398 int "Number of supported LPN nodes"
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt28 hidraw nodes associated with them. Keyboards, mice, and some other devices
29 which are blacklisted from having hidraw nodes will not work. Fortunately,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c576 #define NODE(n, l) (nodes[(n)][(l) + MIN_DELTA])
597 Node nodes[16][NUM_NODES]; in TrellisQuantizeBlock() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCHANGELOG3689 …pNodes, ListCustomImages. Support stopping a post-paid cluster or partial nodes of a cluster to sa…
3691 …ameters for CreateCluster API: DeploymentMode. Support creating a cluster with fewer manager nodes.
3875 2, Include APIs of E-HPC clusters, nodes, users, jobs, job templates etc.
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile1698 # the class node. If there are many fields or methods and many nodes the
1788 # nodes that will be shown in the graph. If the number of nodes in a graph
1798 # graphs generated by dot. A depth value of 3 means that only nodes reachable
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile1507 # nodes that will be shown in the graph. If the number of nodes in a graph
1517 # graphs generated by dot. A depth value of 3 means that only nodes reachable
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile1586 # nodes that will be shown in the graph. If the number of nodes in a graph
1596 # graphs generated by dot. A depth value of 3 means that only nodes reachable
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in2126 # class node. If there are many fields or methods and many nodes the graph may
2244 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2245 # that will be shown in the graph. If the number of nodes in a graph becomes
2257 # generated by dot. A depth value of 3 means that only nodes reachable from the
A Dweb_doxyfile.in2114 # class node. If there are many fields or methods and many nodes the graph may
2232 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2233 # that will be shown in the graph. If the number of nodes in a graph becomes
2245 # generated by dot. A depth value of 3 means that only nodes reachable from the
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile2247 # class node. If there are many fields or methods and many nodes the graph may
2397 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2398 # that will be shown in the graph. If the number of nodes in a graph becomes
2410 # generated by dot. A depth value of 3 means that only nodes reachable from the
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1951.txt323 1 and in which the leaf nodes correspond one-for-one with (are
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS2553 # class node. If there are many fields or methods and many nodes the graph may
2723 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2724 # that will be shown in the graph. If the number of nodes in a graph becomes
2736 # generated by dot. A depth value of 3 means that only nodes reachable from the

Completed in 75 milliseconds

12