/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | provisioner_prov.c | 436 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 D | dwc_list.h | 108 (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 D | ftccache.c | 244 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 D | ftccache.h | 61 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 D | sco_api.h | 18 … 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 D | afcjk.c | 188 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 D | aflatin2.c | 125 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 D | aflatin.c | 182 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 D | gcc-fat.sh | 26 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 D | g++-fat.sh | 24 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 D | gcc-fat.sh | 25 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 D | gcc-fat.sh | 35 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 D | device.c | 77 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 D | webview.js | 3 link: '' 7 this.setData({ link: decodeURIComponent(query.address) })
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | gradlew | 15 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 D | ftdbgmem.c | 73 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 D | linkIot.axml | 2 <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 D | linkIot.acss | 8 .link-iot-btn{ 16 .link-iot-btn-img{
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ |
A D | ethernetif.c | 171 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 D | pppos.c | 213 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 D | make_vms.com | 18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib 19 $ link minizip,zip,ioapi,[--]libz.olb/lib
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 112 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 D | README.md | 11 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 D | solution.md | 42 * link\_sdk\_demo : 演示AliOS Things应用程序如何快速连接到阿里云IoT平台 43 * link\_sdk\_gateway\_demo : AliOS Things的网关示例程序
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftraster.c | 953 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 …]
|