/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_image2_all.bin | 11 …D��1hh��A�G� �� ���D��1(h��A�G(���r�D��1(h��A�G(��D��1hh��A�GбD��1hh��A�G��0�s���G�� 59 …��C�G�#@�r�P�;%`e`�c�3%def�f�P3�P �GA�W#A��DA��I���G��D��I&% �G�G(��@� �G�GCF@�@… 71 ��P3�\B�)jFQF���G��kF!Z �G�#��C�@� 144 �"AF�CZFST[FXFj�G=� ����;�[F�i"�XF3���(��#2�!XF��X�����E�uT ���G �G��E�YT ��… 149 ���E�YS ���G���������ch�G@��c�\�����#h�G���ch�G#h�G@����x+����`@����h �G��@����… 198 #�G@�s���Fh8�G@�s��hHF�G�%"+C%�� JDx 370 C�p���F��S@�B����\����"!�p2�T@�����ph�G@����h �G��F��R@�a� ��S\@ CSTpG… 399 …F��@!��@������F�A�FF��T���Ah���G��F�A(h��A�G(-�@����h������F�D��!hh��A&�G�… 423 …&�-��F�W���@�P��F��T@�\C@�9���\F�W�U@�@"�hF���G�]*��&"iFH�G��@�,s��hAFhF�G.… 431 Cp��3۲��B���w�@��!"��p�H+Ѫ��+ю�+�8�@�dsBF��h!�F;��h��G�G��8��8����C…
|
A D | km0_boot_all_2nd.bin | 2 …��K����D�D�(����]�h���D�F�c*!�����G@��A�C���� �G�h������D����… 3 …�~���C�@�h9���u��h��C�@���m���D�F�S��9.'���G�h6;BЙ�C�pQF��S��0���G(Ё�jx… 4 ѣh��C�d@����(D�!C�Ie���G! �G%��%��� ����(��%�h+B��C�@@�������C��0������… 27 …�C�p���*�<��p���Z���A��C�������P�����G��pG�F��O�N�S"�����R�`��O��F��C�9#���… 28 …UF)]�<�4�/�B�IF�Y����� )"0�G? 2!�G54/��/-�B�Ic��F�Y�CF�F�F�F,��� �… 62 …��(Х�##p�hih@���bh�i`F�@/h@Hh`y\�BВ�2b`*ٚ��B��c+Й�@���+�G�+Ѥ�+Y�+Л�kh)#a…
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/examples/ |
A D | pi_bigdecimal.js | 17 var c, P, Q, G, P1, Q1, G1, P2, Q2, G2, b1; 20 G = (2m * b1 - 1m) * (6m * b1 - 1m) * (6m * b1 - 5m); 21 P = G * (CHUD_B * b1 + CHUD_A); 24 G = G; 33 G = G1 * G2; 35 G = 0m; 37 return [P, Q, G]; 40 var n, P, Q, G; 43 [P, Q, G] = chud_bs(0n, n, false); 47 G = (CHUD_C / 12m) * BigDecimal.sqrt(CHUD_C, [all …]
|
A D | pi_bigfloat.js | 17 var c, P, Q, G, P1, Q1, G1, P2, Q2, G2; 19 G = (2n * b - 1n) * (6n * b - 1n) * (6n * b - 5n); 20 P = BigFloat(G * (CHUD_B * b + CHUD_A)); 23 G = BigFloat(G); 32 G = G1 * G2; 34 G = 0l; 36 return [P, Q, G]; 39 var n, P, Q, G; 42 [P, Q, G] = chud_bs(0n, n, false); 44 G = BigFloat((CHUD_C / 12n)) * BigFloat.sqrt(BigFloat(CHUD_C)); [all …]
|
A D | pi_bigint.js | 60 var c, P, Q, G, P1, Q1, G1, P2, Q2, G2; 62 G = (2n * b - 1n) * (6n * b - 1n) * (6n * b - 5n); 63 P = G * (CHUD_B * b + CHUD_A); 74 G = G1 * G2; 76 G = 0n; 78 return [P, Q, G]; 81 var n, P, Q, G; 84 [P, Q, G] = chud_bs(0n, n, false); 86 G = int_sqrt(CHUD_C << (2n * prec)); 87 return (Q * G) >> prec;
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 12 …G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]… argument 13 …G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E… argument 20 …G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[a… function 21 …G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,func… argument 22 …G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}el… argument
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | rdcolmap.c | 57 GETJSAMPLE(colormap1[index]) == G && in add_map_entry() 68 colormap1[ncolors] = (JSAMPLE) G; in add_map_entry() 83 int R, G, B; in read_gif_map() local 105 G = getc(infile); in read_gif_map() 111 G << (BITS_IN_JSAMPLE-8), in read_gif_map() 175 int R, G, B; in read_ppm_map() local 197 G = read_pbm_integer(cinfo, infile); in read_ppm_map() 199 add_map_entry(cinfo, R, G, B); in read_ppm_map() 208 G = getc(infile); in read_ppm_map() 210 if (R == EOF || G == EOF || B == EOF) in read_ppm_map() [all …]
|
A D | testimg.ppm | 4 …G@�G@�CN�CL�CL�DK�DI�BF�>B�<A�;A�9@�9?�;@�>@�?@�?<�=;�@.�@.�@.�?-�?-�@-�?-�?-�@,�A.�A-�B,�A*�A)�@*… 5 …G�AH�@E�@B�<4�90�8-�:*�9(�:*�?3�F<�D>�96�65�:7�C=�OE�I<�4%�9&�:'�<)�=+�>,�=*�:)�9)�8'�2#�/#�4*�=3�…
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ecjpake.c | 196 const mbedtls_ecp_point *G, in ecjpake_hash() argument 295 &VV, &h, X, &r, G ) ); in ecjpake_zkp_read() 524 &ctx->grp.G, in mbedtls_ecjpake_read_round_one() 543 &ctx->grp.G, in mbedtls_ecjpake_write_round_one() 582 mbedtls_ecp_point G; /* C: GB, S: GA */ in mbedtls_ecjpake_read_round_two() local 588 mbedtls_ecp_point_init( &G ); in mbedtls_ecjpake_read_round_two() 596 MBEDTLS_MPI_CHK( ecjpake_ecp_add3( &ctx->grp, &G, in mbedtls_ecjpake_read_round_two() 627 mbedtls_ecp_point_free( &G ); in mbedtls_ecjpake_read_round_two() 672 mbedtls_ecp_point G; /* C: GA, S: GB */ in mbedtls_ecjpake_write_round_two() local 684 mbedtls_ecp_point_init( &G ); in mbedtls_ecjpake_write_round_two() [all …]
|
A D | ecp_curves.c | 651 G ## _p, sizeof( G ## _p ), \ 652 G ## _a, sizeof( G ## _a ), \ 653 G ## _b, sizeof( G ## _b ), \ 654 G ## _gx, sizeof( G ## _gx ), \ 655 G ## _gy, sizeof( G ## _gy ), \ 656 G ## _n, sizeof( G ## _n ) ) 659 G ## _p, sizeof( G ## _p ), \ 661 G ## _b, sizeof( G ## _b ), \ 662 G ## _gx, sizeof( G ## _gx ), \ 663 G ## _gy, sizeof( G ## _gy ), \ [all …]
|
A D | sha512.c | 222 uint64_t A, B, C, D, E, F, G, H; in mbedtls_internal_sha512_process() local 263 G = ctx->state[6]; in mbedtls_internal_sha512_process() 269 P( A, B, C, D, E, F, G, H, W[i], K[i] ); i++; in mbedtls_internal_sha512_process() 270 P( H, A, B, C, D, E, F, G, W[i], K[i] ); i++; in mbedtls_internal_sha512_process() 271 P( G, H, A, B, C, D, E, F, W[i], K[i] ); i++; in mbedtls_internal_sha512_process() 272 P( F, G, H, A, B, C, D, E, W[i], K[i] ); i++; in mbedtls_internal_sha512_process() 273 P( E, F, G, H, A, B, C, D, W[i], K[i] ); i++; in mbedtls_internal_sha512_process() 274 P( D, E, F, G, H, A, B, C, W[i], K[i] ); i++; in mbedtls_internal_sha512_process() 275 P( C, D, E, F, G, H, A, B, W[i], K[i] ); i++; in mbedtls_internal_sha512_process() 276 P( B, C, D, E, F, G, H, A, W[i], K[i] ); i++; in mbedtls_internal_sha512_process() [all …]
|
A D | dhm.c | 146 ( ret = dhm_read_bignum( &ctx->G, p, end ) ) != 0 || in mbedtls_dhm_read_params() 195 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->GX, &ctx->G, &ctx->X, in mbedtls_dhm_make_params() 215 n2 = mbedtls_mpi_size( &ctx->G ); in mbedtls_dhm_make_params() 220 DHM_MPI_EXPORT( &ctx->G , n2 ); in mbedtls_dhm_make_params() 240 const mbedtls_mpi *G ) in mbedtls_dhm_set_group() argument 245 DHM_VALIDATE_RET( G != NULL ); in mbedtls_dhm_set_group() 248 ( ret = mbedtls_mpi_copy( &ctx->G, G ) ) != 0 ) in mbedtls_dhm_set_group() 310 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->GX, &ctx->G, &ctx->X, in mbedtls_dhm_make_public() 463 mbedtls_mpi_free( &ctx->G ); in mbedtls_dhm_free() 531 ( ret = mbedtls_asn1_get_mpi( &p, end, &dhm->G ) ) != 0 ) in mbedtls_dhm_parse_dhm()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | upsampling_msa.c | 325 v16u8 R, G, B; in YuvToRgbLine() local 328 STORE16_3(R, G, B, dst); in YuvToRgbLine() 339 STORE16_3(R, G, B, temp); in YuvToRgbLine() 345 STORE8_3(R, G, B, temp); in YuvToRgbLine() 352 v16u8 R, G, B; in YuvToBgrLine() local 355 STORE16_3(B, G, R, dst); in YuvToBgrLine() 366 STORE16_3(B, G, R, temp); in YuvToBgrLine() 372 STORE8_3(B, G, R, temp); in YuvToBgrLine() 380 v16u8 R, G, B; in YuvToRgbaLine() local 408 v16u8 R, G, B; in YuvToBgraLine() local [all …]
|
A D | yuv_sse2.c | 148 const __m128i g0 = _mm_packus_epi16(*G, *G); in PackAndStore565_SSE2() 198 __m128i R, G, B; in VP8YuvToRgba32_SSE2() local 209 __m128i R, G, B; in VP8YuvToBgra32_SSE2() local 220 __m128i R, G, B; in VP8YuvToArgb32_SSE2() local 231 __m128i R, G, B; in VP8YuvToRgba444432_SSE2() local 241 __m128i R, G, B; in VP8YuvToRgb56532_SSE2() local 243 PackAndStore565_SSE2(&R, &G, &B, dst); in VP8YuvToRgb56532_SSE2() 300 __m128i R, G, B; in YuvToRgbaRow_SSE2() local 301 YUV420ToRGB_SSE2(y, u, v, &R, &G, &B); in YuvToRgbaRow_SSE2() 322 __m128i R, G, B; in YuvToBgraRow_SSE2() local [all …]
|
A D | upsampling_mips_dsp_r2.c | 22 #define YUV_TO_RGB(Y, U, V, R, G, B) do { \ argument 26 G = MultHi(U, 6419); \ 29 G = t1 - G; \ 32 G = G - t2 + 8708; \ 36 "shll_s.w %[" #G "], %[" #G "], 17 \n\t" \ 39 "precrqu_s.qb.ph %[" #G "], %[" #G "], $zero \n\t" \ 42 "srl %[" #G "], %[" #G "], 24 \n\t" \ 44 : [R]"+r"(R), [G]"+r"(G), [B]"+r"(B) \
|
A D | yuv_mips_dsp_r2.c | 38 #define ROW_FUNC_PART_2(R, G, B, K) \ argument 58 "sb %[temp6], " #G "(%[dst]) \n\t" \ 71 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument 88 ROW_FUNC_PART_2(R, G, B, 1) \ 89 ROW_FUNC_PART_2(R + XSTEP, G + XSTEP, B + XSTEP, 0) \ 101 ROW_FUNC_PART_2(R, G, B, 0) \
|
A D | yuv_mips32.c | 24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument 45 dst[G] = g; \ 52 dst[G + XSTEP] = g; \ 74 dst[G] = g; \
|
A D | yuv_sse41.c | 33 __m128i* const G, in ConvertYUV444ToRGB_SSE41() argument 90 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB_SSE41() 101 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB_SSE41() 377 const __m128i RG_lo = _mm_unpacklo_epi16(*R, *G); in ConvertRGBToY_SSE41() 378 const __m128i RG_hi = _mm_unpackhi_epi16(*R, *G); in ConvertRGBToY_SSE41() 379 const __m128i GB_lo = _mm_unpacklo_epi16(*G, *B); in ConvertRGBToY_SSE41() 380 const __m128i GB_hi = _mm_unpackhi_epi16(*G, *B); in ConvertRGBToY_SSE41() 395 const __m128i RG_lo = _mm_unpacklo_epi16(*R, *G); in ConvertRGBToUV_SSE41() 396 const __m128i RG_hi = _mm_unpackhi_epi16(*R, *G); in ConvertRGBToUV_SSE41() 397 const __m128i GB_lo = _mm_unpacklo_epi16(*G, *B); in ConvertRGBToUV_SSE41() [all …]
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | md5.c | 131 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 132 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 134 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 135 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 136 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 138 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 139 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() 140 STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9) in body() 141 STEP(G, c, d, a, b, GET(3), 0xf4d50d87, 14) in body() 142 STEP(G, b, c, d, a, GET(8), 0x455a14ed, 20) in body() [all …]
|
/AliOS-Things-master/components/mbedtls/programs/pkey/ |
A D | dh_genprime.c | 88 mbedtls_mpi G, P, Q; in main() local 97 mbedtls_mpi_init( &G ); mbedtls_mpi_init( &P ); mbedtls_mpi_init( &Q ); in main() 125 if( ( ret = mbedtls_mpi_read_string( &G, 10, GENERATOR ) ) != 0 ) in main() 188 ( ret = mbedtls_mpi_write_file( "G = ", &G, 16, fout ) != 0 ) ) in main() 202 mbedtls_mpi_free( &G ); mbedtls_mpi_free( &P ); mbedtls_mpi_free( &Q ); in main()
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | builtin_property_inherit.py | 31 class G(F): class 34 G().foo 39 G().bar
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_compare.c | 47 Uint8 R, G, B, A; in SDLTest_CompareSurfaces() local 79 SDL_GetRGBA(*(Uint32*)p, surface->format, &R, &G, &B, &A); in SDLTest_CompareSurfaces() 84 dist += (G-Gd)*(G-Gd); in SDLTest_CompareSurfaces()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit_auto.c | 207 G = (G * modulateG) / 255; in SDL_Blit_RGB888_RGB888_Modulate() 259 G = (G * modulateG) / 255; in SDL_Blit_RGB888_RGB888_Modulate_Scale() 607 G = (G * modulateG) / 255; in SDL_Blit_RGB888_BGR888_Modulate() 659 G = (G * modulateG) / 255; in SDL_Blit_RGB888_BGR888_Modulate_Scale() 1014 G = (G * modulateG) / 255; in SDL_Blit_RGB888_ARGB8888_Modulate() 1068 G = (G * modulateG) / 255; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale() 1420 G = (G * modulateG) / 255; in SDL_Blit_BGR888_RGB888_Modulate() 1472 G = (G * modulateG) / 255; in SDL_Blit_BGR888_RGB888_Modulate_Scale() 1815 G = (G * modulateG) / 255; in SDL_Blit_BGR888_BGR888_Modulate() 1867 G = (G * modulateG) / 255; in SDL_Blit_BGR888_BGR888_Modulate_Scale() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 20 …KR'bs=��g�՜��Ȉ�s^�Em�Xo�_x�ex�l��H��c��V��W��X��X��W��K��5�N^/,5>GO�}1��k��p��e��Y�… 94 …a��Y��]��[��S��R��s�خ��Ⱥ�̷�̣е��el�JTR-.Z�W1�d2�|:��D��G��F��G��I��M��K��I��H��H��H��G��H��G��C… 174 vbjni\ZGkL��?��?��V��`��R��N��N��P��P��Q��R��P��M��N��P��Y��[��W��u�ȟ��X��P��S��P�… 209 ;GqK$v�8pR+d5re/y~;u�;p`-xV+|T+Y 260 …�M��M��K��K��I��I��L��O��S��T��S��P��R��U��U��R��O��R��V��J^!/338:=DCGHKKI 264 …G��C��F��I��O��N��J��J��M��Q��W��W��R��N��V��Z��R��P��R��R��UvL)-0;C>BHIGO US 266 …<��9��H��G��F��F��K��N��L��L��K��K��U��V��S��R��R��W��W��Q��Q��S��T��PY$*9=CGKHQO 312 …V��W��Q��O��U��T��J��J��G��H��K��L��O��K��BO+903:68CEHGKMHHONN… 314 ]g"w4"�N-�^4�X4�9$p/!m3!q;%o5!t<'v<)s>*|C+|A(~B+J-�I-y6&s4 \:,2=GI 333 /G;ki.[EG7Z&c&`>|& �.&�R/�b2�i3�q6ׂ;Յ9ԥAѰJѵOиXμa;d��mʸlʴjʼ~�̦�ӹ���������ʳ��hQ�I?�G;�8,�;… [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 3 …D���)E���D���mH���uE����C���C�������k���C���!G���}k�������… 7 …��������������ThH���Ph@�!F�@����`H�����! ���� ��w�`���(h��G��h0���@B�q �-… 117 �GpGO��0pGH����G pG{I��� 128 �G pG������@�A��8�CL���@%РG4� !4�>H����G pG pGpGpGpGpG7H���GpG3H���Gp… 151 …��@�C�jF! F�����p�"1F���i��瀵���I! `H���HJ���h��aC`pGHhG �@���… 243 G 244 #G 550 �i(�& �o(�&�p(�@� x(&0/0��h i%I@( a�`� h"!�GF�O��7G� ��x(�.�.��h i&I@( a… 1010 ( � h8�PF��G��y�����B�9x�y�)5� ��y@F��+�)FXF���@��y����B�G)� h(�PF��"�hy�(y��x�… 1061 … ��� F��y�hl���-!8F��1�(��)@� �ft� �=!hl��8F�� �(��)�x �t��Hh�G pG IIh [all …]
|