Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dip6.h64 u8_t hl, u8_t tc, u8_t nexth);
66 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
68 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
71 u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dip6.h67 u8_t hl, u8_t tc, u8_t nexth);
69 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
71 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
74 u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint);
/AliOS-Things-master/hardware/chip/rtl872xd/2nd_boot/
A Drec_uart.c61 unsigned char tc = 0; in uart_recv_byte() local
63 if(uart0_recv_byte(&tc)) { in uart_recv_byte()
64 *c = tc; in uart_recv_byte()
/AliOS-Things-master/components/SDL2/test/nacl/
A Dcommon.js451 var tc = toolchains.indexOf(searchVars.tc) !== -1 ?
452 searchVars.tc : toolchains[0];
465 var path = pathFormat.replace('{tc}', tc).replace('{config}', config);
470 loadFunction(body.dataset.name, tc, path, body.dataset.width,
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/prot/
A Dip6.h145 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/
A Dip6.h145 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument
/AliOS-Things-master/components/mbedtls/library/
A Daria.c210 uint32_t ta, tb, tc; in aria_a() local
218 tc = ARIA_P2( *b ); // 2301 in aria_a()
219 ta = ARIA_P1( ta ) ^ tc ^ *c; // 2301+5476+89ab+fedc in aria_a()
221 tc ^= ARIA_P1( *a ); // 2301+7654 in aria_a()
226 *d ^= ARIA_P1( ta ) ^ tc; // 1032+2301+6745+7654+98ba+ba98+cdef OUT in aria_a()
227 tc = ARIA_P2( tc ); // 0123+5476 in aria_a()
228 *c ^= ARIA_P1( tc ) ^ ta; // 0123+1032+4567+7654+ab89+dcfe+fedc OUT in aria_a()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6.c815 u8_t hl, u8_t tc, in ip6_output_if() argument
830 return ip6_output_if_src(p, src_used, dest, hl, tc, nexth, netif); in ip6_output_if()
839 u8_t hl, u8_t tc, in ip6_output_if_src() argument
866 IP6H_VTCFL_SET(ip6hdr, 6, tc, 0); in ip6_output_if_src()
936 u8_t hl, u8_t tc, u8_t nexth) in ip6_output() argument
968 return ip6_output_if(p, src, dest, hl, tc, nexth, netif); in ip6_output()
994 u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint) in ip6_output_hinted() argument
1028 err = ip6_output_if(p, src, dest, hl, tc, nexth, netif); in ip6_output_hinted()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Deap.c1320 struct t_client *tc; in eap_request() local
1472 tc = NULL; in eap_request()
1482 t_clientclose(tc); in eap_request()
1484 tc = NULL; in eap_request()
1489 if (tc == NULL) { in eap_request()
1568 if (tc == NULL) { in eap_request()
1579 Ap = t_clientgenexp(tc); in eap_request()
1586 if (tc == NULL) { in eap_request()
1615 t_clientpasswd(tc, secret); in eap_request()
1626 t_clientresponse(tc)); in eap_request()
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Derf_lgamma.c51 tc = 1.4616321325e+00f, /* 0x3fbb16c3 */ variable
198 else if(ix>=0x3e6d3308) {y= x-(tc-one); i=1;}
203 else if(ix>=0x3F9da620) {y=x-tc;i=1;} /* [1.23,1.73] */
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dmaktjpeg.st7 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
A Dmakcjpeg.st7 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
A Dmakdjpeg.st7 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
A Dinstall.txt595 filenames "pc..." to "tc..." in each project file. Note that libjpeg.prj
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c515 swig_type_info *tc = cast->type; in SWIG_TypeClientData() local
516 if (!tc->clientdata) { in SWIG_TypeClientData()
517 SWIG_TypeClientData(tc, clientdata); in SWIG_TypeClientData()
2299 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty); in SWIG_Python_ConvertPtrAndOwn() local
2300 if (!tc) { in SWIG_Python_ConvertPtrAndOwn()
2305 *ptr = SWIG_TypeCast(tc,vptr,&newmemory); in SWIG_Python_ConvertPtrAndOwn()
2384 swig_cast_info *tc = SWIG_TypeCheck(desc,ty); in SWIG_Python_ConvertFunctionPtr() local
2385 if (tc) { in SWIG_Python_ConvertFunctionPtr()
2387 *ptr = SWIG_TypeCast(tc,vptr,&newmemory); in SWIG_Python_ConvertFunctionPtr()
2408 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty); in SWIG_Python_ConvertPacked() local
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dmake_vms.com32 $ tc = tmpnam + ".c"
575 $ copy sys$input: 'tc'
/AliOS-Things-master/components/fatfs/src/
A Dff.c2960 TCHAR tc; local
2981 c = *sp++; tc = *tp++;
2982 if (IsLower(tc)) tc -= 0x20;
2983 } while (c && (TCHAR)c == tc);
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl_glext.h11092 typedef void (APIENTRYP PFNGLTEXCOORD2FVERTEX3FVSUNPROC) (const GLfloat *tc, const GLfloat *v);
11094 typedef void (APIENTRYP PFNGLTEXCOORD4FVERTEX4FVSUNPROC) (const GLfloat *tc, const GLfloat *v);
11096 typedef void (APIENTRYP PFNGLTEXCOORD2FCOLOR4UBVERTEX3FVSUNPROC) (const GLfloat *tc, const GLubyte …
11098 typedef void (APIENTRYP PFNGLTEXCOORD2FCOLOR3FVERTEX3FVSUNPROC) (const GLfloat *tc, const GLfloat *…
11100 typedef void (APIENTRYP PFNGLTEXCOORD2FNORMAL3FVERTEX3FVSUNPROC) (const GLfloat *tc, const GLfloat …
11133 GLAPI void APIENTRY glTexCoord2fVertex3fvSUN (const GLfloat *tc, const GLfloat *v);
11135 GLAPI void APIENTRY glTexCoord4fVertex4fvSUN (const GLfloat *tc, const GLfloat *v);
11137 GLAPI void APIENTRY glTexCoord2fColor4ubVertex3fvSUN (const GLfloat *tc, const GLubyte *c, const GL…
11139 GLAPI void APIENTRY glTexCoord2fColor3fVertex3fvSUN (const GLfloat *tc, const GLfloat *c, const GLf…
11141 GLAPI void APIENTRY glTexCoord2fNormal3fVertex3fvSUN (const GLfloat *tc, const GLfloat *n, const GL…
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm4 …)�3)�3(�4(�3'�4'�7)�9+�7*�6+�-&�;&�z@�т���ڭ�ڶ����������ڼ�������ڸ�֫�ӡ�Ґ�ڊ��^tc/{v5��B��m�ݶ�֬�ٮ��˾ݢ�…
266 …uZ3rT.sc5rm;pu>p�Dt�Hw�IuzBps<qu:ot:oy=q�Bt�Fv�Gz�IwzBxe7yZ2vP-wZ.y[.vS(v[,tc-sf/tr2op2pq3p}6s�7r�…
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin645 …��������qq�������~�h�A�A5 \�� �F)�A�aX�<F^�O�a��x�(� ��v������Ӱ��tc��K�늪�)i���A�Hx0�

Completed in 105 milliseconds