/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | class2.py | 20 class C3: class 24 C3()
|
A D | class_str.py | 15 class C3: class 43 c3 = C3(1)
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | base64.c | 81 int C1, C2, C3; in mbedtls_base64_encode() local 112 C3 = *src++; in mbedtls_base64_encode() 116 *p++ = base64_enc_map[(((C2 & 15) << 2) + (C3 >> 6)) & 0x3F]; in mbedtls_base64_encode() 117 *p++ = base64_enc_map[C3 & 0x3F]; in mbedtls_base64_encode()
|
A D | aes.c | 150 V(0C,04,04,08), V(52,C7,C7,95), V(65,23,23,46), V(5E,C3,C3,9D), \ 170 V(4C,CD,CD,81), V(14,0C,0C,18), V(35,13,13,26), V(2F,EC,EC,C3), \ 200 V(C3,41,41,82), V(B0,99,99,29), V(77,2D,2D,5A), V(11,0F,0F,1E), \ 269 V(50,A7,F4,51), V(53,65,41,7E), V(C3,A4,17,1A), V(96,5E,27,3A), \ 274 V(02,75,2F,C3), V(12,F0,4C,81), V(A3,97,46,8D), V(C6,F9,D3,6B), \ 312 V(C2,13,8D,F6), V(E8,B8,D8,90), V(5E,F7,39,2E), V(F5,AF,C3,82), \ 330 V(72,C3,1D,16), V(0C,25,E2,BC), V(8B,49,3C,28), V(41,95,0D,FF), \
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_cfft_radix4_q15.c | 161 q31_t C1, C2, C3, out1, out2; in arm_radix4_butterfly_q15() local 332 out1 = __SMUAD(C3, R) >> 16u; in arm_radix4_butterfly_q15() 334 out2 = __SMUSDX(C3, R); in arm_radix4_butterfly_q15() 339 out1 = __SMUSDX(R, C3) >> 16u; in arm_radix4_butterfly_q15() 341 out2 = __SMUAD(C3, R); in arm_radix4_butterfly_q15() 501 out2 = __SMUSDX(C3, R); in arm_radix4_butterfly_q15() 506 out2 = __SMUAD(C3, R); in arm_radix4_butterfly_q15() 1078 q31_t C1, C2, C3, out1, out2; in arm_radix4_butterfly_inverse_q15() local 1247 out1 = __SMUSD(C3, R) >> 16u; in arm_radix4_butterfly_inverse_q15() 1249 out2 = __SMUADX(C3, R); in arm_radix4_butterfly_inverse_q15() [all …]
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | __cos.c | 56 C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */ variable 67 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6)); in __cos()
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | k_cos.c | 54 C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */ variable 69 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6))))); in __kernel_cos()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | kf_cos.c | 35 C3 = 2.4801587642e-05f, /* 0x37d00d01 */ variable 55 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | common_sse2.h | 180 const __m128i C3 = _mm_unpackhi_epi8(B2, B3); in VP8L32bToPlanar_SSE2() local 182 *in0 = _mm_unpackhi_epi64(C1, C3); in VP8L32bToPlanar_SSE2() 183 *in1 = _mm_unpacklo_epi64(C1, C3); in VP8L32bToPlanar_SSE2()
|
A D | rescaler_sse2.c | 209 const __m128i C3 = _mm_add_epi64(B3, rounder); in ProcessRow_SSE2() local 216 _mm_and_si128(_mm_slli_epi64(C3, 32 - WEBP_RESCALER_RFIX), mask); in ProcessRow_SSE2() 219 const __m128i D3 = _mm_and_si128(C3, mask); in ProcessRow_SSE2() 294 const __m128i C3 = _mm_add_epi64(A3, B3); in RescalerExportRowExpand_SSE2() local 298 const __m128i D3 = _mm_add_epi64(C3, rounder); in RescalerExportRowExpand_SSE2() 340 const __m128i C3 = _mm_add_epi64(B3, rounder); in RescalerExportRowShrink_SSE2() local 344 const __m128i D3 = _mm_srli_epi64(C3, WEBP_RESCALER_RFIX); in RescalerExportRowShrink_SSE2()
|
A D | ssim.c | 35 const uint32_t C3 = 8 * 8 * w2; // 'dark' limit ~= 6 in SSIMCalculation() local 38 if (xmxm + ymym >= C3) { in SSIMCalculation()
|
/AliOS-Things-master/components/py_engine/tests/cmdline/ |
A D | repl_words_move.py | 29 12[1;5C3
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_aes.c | 112 V(5E, C3, C3, 9D), V(28, 18, 18, 30), V(A1, 96, 96, 37), \ 138 V(14, 0C, 0C, 18), V(35, 13, 13, 26), V(2F, EC, EC, C3), \ 177 V(C6, 42, 42, 84), V(B8, 68, 68, D0), V(C3, 41, 41, 82), \ 233 V(50, A7, F4, 51), V(53, 65, 41, 7E), V(C3, A4, 17, 1A), \ 239 V(98, 0E, EA, 45), V(E1, C0, FE, 5D), V(02, 75, 2F, C3), \ 291 V(5E, F7, 39, 2E), V(F5, AF, C3, 82), V(BE, 80, 5D, 9F), \ 314 V(5F, 40, A3, C2), V(72, C3, 1D, 16), V(0C, 25, E2, BC), \
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | get_disto.c | 114 const uint32_t C3 = 8 * 8 * w2; // 'dark' limit ~= 6 in SSIMCalculation() local 117 if (xmxm + ymym >= C3) { in SSIMCalculation()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2018-5784.patch | 2 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
A D | libtiff-CVE-2018-7456.patch | 2 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/gyroscope/ |
A D | gyroscope.md | 179 …afts museum](https://en.wikipedia.org/wiki/Conservatoire_national_des_arts_et_m%C3%A9tiers), Paris.
|
/AliOS-Things-master/components/csi/csi1/include/core/ |
A D | core_ck610.h | 241 uint32_t C3: 1; /*!< bit: 3 Cacheable setting */ member
|
/AliOS-Things-master/components/csi/csi2/include/core/ |
A D | core_ck610.h | 241 uint32_t C3: 1; /*!< bit: 3 Cacheable setting */ member
|
/AliOS-Things-master/components/SDL2/test/ |
A D | utf8.txt | 66 U+03BA U+1F79 U+03C3 U+03BC U+03B5 --ryan.) |
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …C3�B0�B.�B/�A.�@-�>-�>-�>-�>-�?0�<-�=-�=,�=.�>-�=,�=+�=+�<*�<,�<,�;+�;+�<-�;,�;-�<0�<0�<2�>3�?4�A8… 5 …C3�;-�4+�GD�.1�4;�4?�+9�@Q�(9�&+�*-�*-�"�#$�()�((��"�+1� )�&1�.<�$5�Yn�+@�`j�^i�Yc�T[�PT�HI�@;…
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_image2_all.bin | 148 3p#�3@CFF#�C3#C@����#p@��TF��p@�/��#x[�+ۀ##p���<��F�F�F�F�@�$S�\@��##pw�@�$S�\s… 230 …3C#`hOL@`C�|2@�@��hC��&C`C�3��h�� @`@�S0h�\8@C� 3`C3`C�T#��h'@@�T,]<C… 943 C`B� #��CaC�����G@�&" c��3h C3`�G;x+�3hJ@"C3`�h;�@�#!��h
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 344 …'&�$$�%%�$&�+'�(&�� $�&'�!(�#%�%'�('�()�%)�+*�+*�++�+*�,.�*5�1,�3.�71�?1�C3�X1ȣs�ğ�ɡų�ȤpĨnx|%…
|