Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 206) sorted by relevance

123456789

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_prov.c436 memset(&link[i].addr, 0, sizeof(link[i].addr)); in provisioner_clear_connecting()
827 memset(&link[i].addr, 0, sizeof(link[i].addr)); in bt_mesh_provisioner_add_unprov_dev()
1427 if (link[i].id == link[j].id) { in send_link_open()
1986 if (bt_mesh_prov_conf_key(link[i].dhkey, link[i].conf_salt, link[i].conf_key)) { in send_confirm()
2014 if (bt_mesh_prov_conf(link[i].conf_key, link[i].rand, link[i].auth, in send_confirm()
2880 if (!bt_mesh_fcs_check(link[i].rx.buf, link[i].rx.fcs)) { in prov_msg_recv()
2886 link[i].rx.prev_id = link[i].rx.id; in prov_msg_recv()
2904 if (!link[i].rx.seg && link[i].rx.prev_id == rx->xact_id) { in gen_prov_cont()
3021 if (link[i].rx.buf->len > link[i].rx.buf->size) { in gen_prov_start()
3258 if (!memcmp(link[i].uuid, link[id].uuid, 16)) { in provisioner_pb_gatt_open()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_list.h108 (link)->next = (link); \
109 (link)->prev = (link); \
112 #define DWC_LIST_FIRST(link) ((link)->next) argument
113 #define DWC_LIST_LAST(link) ((link)->prev) argument
114 #define DWC_LIST_END(link) (link) argument
115 #define DWC_LIST_NEXT(link) ((link)->next) argument
116 #define DWC_LIST_PREV(link) ((link)->prev) argument
118 (DWC_LIST_FIRST(link) == DWC_LIST_END(link))
190 (link)->next->prev = (link)->prev; \
191 (link)->prev->next = (link)->next; \
[all …]
/AliOS-Things-master/components/freetype/src/cache/
A Dftccache.c244 pnode = &(*pnode)->link; in ftc_node_hash_unlink()
247 *pnode = node0->link; in ftc_node_hash_unlink()
248 node0->link = NULL; in ftc_node_hash_unlink()
263 node->link = *pnode; in ftc_node_hash_link()
370 node->link = NULL; in FTC_Cache_Clear()
515 pnode = &node->link; in FTC_Cache_Lookup()
539 *pnode = node->link; in FTC_Cache_Lookup()
540 node->link = *bucket; in FTC_Cache_Lookup()
592 node->link = frees; in FTC_Cache_RemoveFaceID()
596 pnode = &node->link; in FTC_Cache_RemoveFaceID()
[all …]
A Dftccache.h61 FTC_Node link; /* used for hashing */ member
237 _pnode = &_node->link; \
254 _pnode = &((*_pnode)->link); \
261 *_pnode = _node->link; \
262 _node->link = *_bucket; \
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dsco_api.h18 … void (*sco_notify_callback) (enum sco_event_enum event, void *pdata), void *link);
20 … void (*sco_notify_callback) (enum sco_event_enum event, void *pdata, void *link), void *link);
21 int8 sco_close_link(struct bdaddr_t *bdaddr1, uint8 reason, void *link);
/AliOS-Things-master/components/freetype/src/autofit/
A Dafcjk.c188 link = seg->link; in af_cjk_metrics_init_widths()
191 if ( link && link->link == seg && link > seg ) in af_cjk_metrics_init_widths()
824 link1 = seg1->link; in af_cjk_hints_link_segments()
855 AF_Segment link = seg->link; in af_cjk_hints_link_segments() local
872 seg1->link = link1->link = 0; in af_cjk_hints_link_segments()
882 seg2 = seg1->link; in af_cjk_hints_link_segments()
889 seg1->link = 0; in af_cjk_hints_link_segments()
969 AF_Segment link = seg->link; in af_cjk_hints_compute_edges() local
974 if ( link ) in af_cjk_hints_compute_edges()
1784 edge2 = edge->link; in af_cjk_hint_edges()
[all …]
A Daflatin2.c125 link = seg->link; in af_latin2_metrics_init_widths()
128 if ( link && link->link == seg && link > seg ) in af_latin2_metrics_init_widths()
1050 seg2 = seg1->link; in af_latin2_hints_link_segments()
1056 seg1->link = 0; in af_latin2_hints_link_segments()
1289 if ( ( seg->link && seg->link->edge != NULL ) || is_serif ) in af_latin2_hints_compute_edges()
1295 edge2 = edge->link; in af_latin2_hints_compute_edges()
1296 seg2 = seg->link; in af_latin2_hints_compute_edges()
1870 edge2 = edge->link; in af_latin2_hint_edges()
1923 edge2 = edge->link; in af_latin2_hint_edges()
2194 if ( edge3->link ) in af_latin2_hint_edges()
[all …]
A Daflatin.c182 link = seg->link; in af_latin_metrics_init_widths()
185 if ( link && link->link == seg && link > seg ) in af_latin_metrics_init_widths()
1419 seg2 = seg1->link; in af_latin_hints_link_segments()
1425 seg1->link = 0; in af_latin_hints_link_segments()
1645 if ( ( seg->link && seg->link->edge != NULL ) || is_serif ) in af_latin_hints_compute_edges()
1651 edge2 = edge->link; in af_latin_hints_compute_edges()
1652 seg2 = seg->link; in af_latin_hints_compute_edges()
2231 edge2 = edge->link; in af_latin_hint_edges()
2291 edge2 = edge->link; in af_latin_hint_edges()
2546 if ( edge3->link ) in af_latin_hint_edges()
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A Dgcc-fat.sh26 link=yes
36 compile=no; link=no;;
37 -c) link=no;;
43 if test x$link = xyes; then
48 if test x$link = xyes; then
/AliOS-Things-master/components/SDL2/build-scripts/
A Dg++-fat.sh24 link=yes
34 compile=no; link=no;;
35 -c) link=no;;
41 if test x$link = xyes; then
46 if test x$link = xyes; then
A Dgcc-fat.sh25 link=yes
35 compile=no; link=no;;
36 -c) link=no;;
42 if test x$link = xyes; then
47 if test x$link = xyes; then
/AliOS-Things-master/components/SDL2/test/
A Dgcc-fat.sh35 link=yes
45 compile=no; link=no;;
46 -c) link=no;;
52 if test x$link = xyes; then
57 if test x$link = xyes; then
/AliOS-Things-master/components/drivers/core/base/src/
A Ddevice.c77 struct k_rbtree_node_t **link = &device_map.rbt_node; in insert_device() local
80 while (*link) { in insert_device()
84 parent = *link; in insert_device()
85 tmp_dev = k_rbtree_entry(*link, aos_dev_t, rb_node); in insert_device()
87 link = (r < 0) ? &(*link)->rbt_left : &(*link)->rbt_right; in insert_device()
90 k_rbtree_link_node(&dev->rb_node, parent, link); in insert_device()
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/webview/
A Dwebview.js3 link: ''
7 this.setData({ link: decodeURIComponent(query.address) })
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Dgradlew15 link=`expr "$ls" : '.*-> \(.*\)$'`
16 if expr "$link" : '/.*' > /dev/null; then
17 PRG="$link"
19 PRG=`dirname "$PRG"`"/$link"
/AliOS-Things-master/components/freetype/src/base/
A Dftdbgmem.c73 FT_MemSource link; member
103 FT_MemNode link; member
284 next = node->link; in ft_mem_table_resize()
288 node->link = pnode[0]; in ft_mem_table_resize()
362 node->link = 0; in ft_mem_table_destroy()
401 next = source->link; in ft_mem_table_destroy()
444 pnode = &node->link; in ft_mem_table_get_nodep()
473 pnode = &node->link; in ft_mem_table_get_source()
494 node->link = NULL; in ft_mem_table_get_source()
585 node->link = pnode[0]; in ft_mem_table_set()
[all …]
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkIot/
A DlinkIot.axml2 <button size="default" class="link-iot-btn" onTap="scan" type="primary">
3 <image class="link-iot-btn-img" mode="scaleToFill" src="../../resource/image/scan.png"/>
A DlinkIot.acss8 .link-iot-btn{
16 .link-iot-btn-img{
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/
A Dethernetif.c171 LINK_STATS_INC(link.xmit);
235 LINK_STATS_INC(link.recv);
238 LINK_STATS_INC(link.memerr);
239 LINK_STATS_INC(link.drop);
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppos.c213 LINK_STATS_INC(link.memerr); in pppos_write()
214 LINK_STATS_INC(link.drop); in pppos_write()
259 LINK_STATS_INC(link.memerr); in pppos_netif_output()
260 LINK_STATS_INC(link.drop); in pppos_netif_output()
507 LINK_STATS_INC(link.lenerr); in pppos_input()
515 LINK_STATS_INC(link.chkerr); in pppos_input()
711 LINK_STATS_INC(link.drop); in pppos_input_callback()
792 LINK_STATS_INC(link.drop); in pppos_input_drop()
862 LINK_STATS_INC(link.xmit); in pppos_output_last()
868 LINK_STATS_INC(link.err); in pppos_output_last()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dmake_vms.com18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib
19 $ link minizip,zip,ioapi,[--]libz.olb/lib
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamodes.m112 if (refreshRate == 0 && link != NULL) {
173 int refreshrate = GetDisplayModeRefreshRate(vidmode, link);
344 CVDisplayLinkRef link = NULL;
373 CVDisplayLinkCreateWithCGDisplay(displays[i], &link);
378 if (!GetDisplayMode(_this, moderef, NULL, link, &mode)) {
379 CVDisplayLinkRelease(link);
386 CVDisplayLinkRelease(link);
486 CVDisplayLinkRef link = NULL;
492 CVDisplayLinkCreateWithCGDisplay(data->display, &link);
549 if (GetDisplayMode(_this, moderef, modes, link, &mode)) {
[all …]
/AliOS-Things-master/components/trace/
A DREADME.md11 SystemView 嵌入式端程序:用于记录嵌入式系统的行为,通过实时传输(Real Time Transfer, RTT)技术将记录的数据通过J-link工具传输到PC机上。
64 使用 SEGGER_SYSVIEW_PrintfTarget API通过J-link打印log 信息到时序图和Terminal窗口。
78 | HaaS引脚编号 | HaaS引脚说明 | J-link引脚说明 |J-link引脚编号 |
/AliOS-Things-master/documentation/manual/
A Dsolution.md42 * link\_sdk\_demo : 演示AliOS Things应用程序如何快速连接到阿里云IoT平台
43 * link\_sdk\_gateway\_demo : AliOS Things的网关示例程序
/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c953 p->link = NULL; in Finalize_Profile_Table()
972 p = p->link; in Finalize_Profile_Table()
2153 profile->link = current; in InsNew()
2222 next = current->link; in Sort()
2237 current->link = next->link; in Sort()
2244 next = current->link; in Sort()
2974 Q = P->link; in Draw_Sweep()
3008 P = P->link; in Draw_Sweep()
3028 Q = P->link; in Draw_Sweep()
3131 Q = P->link; in Draw_Sweep()
[all …]

Completed in 49 milliseconds

123456789