Home
last modified time | relevance | path

Searched refs:af (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h587 #define inet_ntop(af,src,dst,size) \ argument
588 (((af) == AF_INET6) ? ip6addr_ntoa_r((const ip6_addr_t*)(src),(dst),(size)) \
591 #define inet_pton(af,src,dst) \ argument
592 (((af) == AF_INET6) ? ip6addr_aton((src),(ip6_addr_t*)(dst)) \
593 : (((af) == AF_INET) ? ip4addr_aton((src),(ip4_addr_t*)(dst)) : 0))
595 #define inet_ntop(af,src,dst,size) \ argument
597 #define inet_pton(af,src,dst) \ argument
598 (((af) == AF_INET) ? ip4addr_aton((src),(ip4_addr_t*)(dst)) : 0)
600 #define inet_ntop(af,src,dst,size) \ argument
602 #define inet_pton(af,src,dst) \ argument
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h568 #define inet_ntop(af,src,dst,size) \ argument
569 (((af) == AF_INET6) ? ip6addr_ntoa_r((const ip6_addr_t*)(src),(dst),(size)) \
572 #define inet_pton(af,src,dst) \ argument
573 (((af) == AF_INET6) ? ip6addr_aton((src),(ip6_addr_t*)(dst)) \
574 : (((af) == AF_INET) ? ip4addr_aton((src),(ip4_addr_t*)(dst)) : 0))
576 #define inet_ntop(af,src,dst,size) \ argument
578 #define inet_pton(af,src,dst) \ argument
579 (((af) == AF_INET) ? ip4addr_aton((src),(ip4_addr_t*)(dst)) : 0)
581 #define inet_ntop(af,src,dst,size) \ argument
583 #define inet_pton(af,src,dst) \ argument
[all …]
/AliOS-Things-master/components/py_engine/tests/wipy/
A Dpin.py75 for af in Pin(p).alt_list():
76 if af[1] <= max_af_idx:
77 Pin(p, mode=Pin.ALT, alt=af[1])
78 Pin(p, mode=Pin.ALT_OPEN_DRAIN, alt=af[1])
/AliOS-Things-master/components/amp-utility/python/
A Dusocket.py29 def __init__(self,af=AF_INET): argument
/AliOS-Things-master/components/SDL2/test/
A Dutf8.txt222 4.1.1 U+002F = c0 af = "��" |
223 4.1.2 U+002F = e0 80 af = "���" |
224 4.1.3 U+002F = f0 80 80 af = "����" |
225 4.1.4 U+002F = f8 80 80 80 af = "�����" |
226 4.1.5 U+002F = fc 80 80 80 80 af = "������" |
265 5.1.4 U+DBFF = ed af bf = "�" |
278 5.2.7 U+DBFF U+DC00 = ed af bf ed b0 80 = "��" |
279 5.2.8 U+DBFF U+DFFF = ed af bf ed bf bf = "��" |
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A DREADME4 From: "Conrad J. Poelman (WSAT)" <poelmanc@plk.af.mil>
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js20af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.right…
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxPrimitives.c55 float af; in InitRandomPoints() local
121 af=((float)rx1[i]/(float)(WIDTH/2)); in InitRandomPoints()
122 ra[i]=(int)(255.0*af); in InitRandomPoints()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME294 -af .................... auto-adjust filter strength
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm4 …:&�<)�=+�=+�=,�9.�;.�=1�?1�?1�@1�@2�A4�k_�qe�d[�mi�ro�cb�ji�tu�k|�iv�dm�_h�af�gj�nk�qk�|w�}��Yj�[w…
5 …@2�>5�HD�13�4;�6@�4@�ES�3A�),�"&�#&�03�--�''�%%�12�(*�7:�+1�)1�3?�R^�=K�Yi�af�V\�OT�MR�EI�:;�74�?9…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm9 …��U��V��X��\x0x�C{�@��H��E��F��I��L��K��M��O��<y�4r�Br�?}�Cx�Er�S����ř�Ȏ��af�4\AG 3��.��O�…

Completed in 49 milliseconds