Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 96) sorted by relevance

1234

/AliOS-Things-master/components/amp/jslib/
A Dgen_bytecode.bat3 .\qjsc.exe -c -m -M events -M CRYPTO -N jslib_crypto -o bytecode\jslib_crypto.c src\crypto.js
4 .\qjsc.exe -c -m -M events -M CHECKSUM -N jslib_checksum -o bytecode\jslib_checksum.c src\checksum.…
5 .\qjsc.exe -c -m -M events -M APPOTA -N jslib_appota -o bytecode\jslib_appota.c src\appota.js
6 .\qjsc.exe -c -m -M events -M AIOT_DEVICE -M AIOT_GATEWAY -N jslib_iot -o bytecode\jslib_iot.c src\…
8 .\qjsc.exe -c -m -M REPL -M os -M std -N jslib_repl -o bytecode\jslib_repl.c src\repl.js
9 .\qjsc.exe -c -m -M events -M UART -N jslib_uart -o bytecode\jslib_uart.c src\uart.js
10 .\qjsc.exe -c -m -M events -M FS -N jslib_fs -o bytecode\jslib_fs.c src\fs.js
14 .\qjsc.exe -c -m -M events -M NETWORK -M NETMGR -M CELLULAR -N jslib_network -o bytecode\jslib_netw…
15 .\qjsc.exe -c -m -M events -M MQTT -N jslib_mqtt -o bytecode\jslib_mqtt.c src\mqtt.js
16 .\qjsc.exe -c -m -M events -M TCP -N jslib_tcp -o bytecode\jslib_tcp.c src\tcp.js
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibunicode.c1312 M(Lu) | M(Ll) | M(Lt) | M(Lm) | M(Lo), /* L */
1313 M(Mn) | M(Mc) | M(Me), /* M */
1315 M(Sm) | M(Sc) | M(Sk) | M(So), /* S */
1316 M(Pc) | M(Pd) | M(Ps) | M(Pe) | M(Pi) | M(Pf) | M(Po), /* P */
1318 M(Cc) | M(Cf) | M(Cs) | M(Co) | M(Cn), /* C */
1399 POP_GC, M(Lu) | M(Ll) | M(Lt) | M(Lm) | M(Lo) | M(Nl), in unicode_prop()
1410 … POP_GC, M(Cc) | M(Cf) | M(Cs) | M(Co) | M(Cn) | M(Zl) | M(Zp) | M(Me) | M(Mn), in unicode_prop()
1425 POP_GC, M(Lu) | M(Ll) | M(Lt) | M(Lm) | M(Lo) | M(Nl), in unicode_prop()
1439 POP_GC, M(Lu) | M(Ll) | M(Lt) | M(Lm) | M(Lo) | M(Nl) | in unicode_prop()
1487 POP_GC, M(Lu) | M(Ll) | M(Lt) | M(Lm) | M(Lo) | M(Nl), in unicode_prop()
[all …]
/AliOS-Things-master/components/mbedtls/library/
A Decp_curves.c1198 M.s = 1; in ecp_mod_p521()
1202 M.p = Mp; in ecp_mod_p521()
1244 M.s = 1; in ecp_mod_p255()
1248 M.p = Mp; in ecp_mod_p255()
1260 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_int( &M, &M, 19 ) ); in ecp_mod_p255()
1301 M.s = 1; in ecp_mod_p448()
1306 M.p = Mp; in ecp_mod_p448()
1318 Q = M; in ecp_mod_p448()
1329 MBEDTLS_MPI_CHK( mbedtls_mpi_add_mpi( &M, &M, &Q ) ); in ecp_mod_p448()
1368 M.s = 1; in ecp_mod_koblitz()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_fir_decimate_q15.c98 i = 2 * S->M; in arm_fir_decimate_q15()
113 px1 = pState + S->M; in arm_fir_decimate_q15()
179 pState = pState + S->M * 2; in arm_fir_decimate_q15()
195 i = S->M; in arm_fir_decimate_q15()
261 pState = pState + S->M; in arm_fir_decimate_q15()
337 i = 2 * S->M; in arm_fir_decimate_q15()
352 px1 = pState + S->M; in arm_fir_decimate_q15()
450 i = S->M; in arm_fir_decimate_q15()
534 pState = pState + S->M; in arm_fir_decimate_q15()
613 i = S->M; in arm_fir_decimate_q15()
[all …]
A Darm_fir_decimate_f32.c142 uint32_t i, tapCnt, blkCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_f32()
164 i = 4 * S->M; in arm_fir_decimate_f32()
180 px1 = pState + S->M; in arm_fir_decimate_f32()
181 px2 = pState + 2 * S->M; in arm_fir_decimate_f32()
182 px3 = pState + 3 * S->M; in arm_fir_decimate_f32()
288 pState = pState + 4 * S->M; in arm_fir_decimate_f32()
303 i = S->M; in arm_fir_decimate_f32()
387 pState = pState + S->M; in arm_fir_decimate_f32()
442 i = S->M; in arm_fir_decimate_f32()
478 pState = pState + S->M; in arm_fir_decimate_f32()
A Darm_fir_decimate_init_f32.c66 uint8_t M, in arm_fir_decimate_init_f32() argument
74 if ((blockSize % M) != 0u) in arm_fir_decimate_init_f32()
94 S->M = M; in arm_fir_decimate_init_f32()
A Darm_fir_decimate_init_q15.c67 uint8_t M, in arm_fir_decimate_init_q15() argument
76 if ((blockSize % M) != 0u) in arm_fir_decimate_init_q15()
96 S->M = M; in arm_fir_decimate_init_q15()
A Darm_fir_decimate_init_q31.c66 uint8_t M, in arm_fir_decimate_init_q31() argument
74 if ((blockSize % M) != 0u) in arm_fir_decimate_init_q31()
94 S->M = M; in arm_fir_decimate_init_q31()
A Darm_fir_decimate_fast_q15.c85 uint32_t i, blkCnt, tapCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_fast_q15()
101 i = 2 * S->M; in arm_fir_decimate_fast_q15()
116 px1 = pState + S->M; in arm_fir_decimate_fast_q15()
182 pState = pState + S->M * 2; in arm_fir_decimate_fast_q15()
198 i = S->M; in arm_fir_decimate_fast_q15()
264 pState = pState + S->M; in arm_fir_decimate_fast_q15()
340 i = 2 * S->M; in arm_fir_decimate_fast_q15()
355 px1 = pState + S->M; in arm_fir_decimate_fast_q15()
438 pState = pState + S->M * 2; in arm_fir_decimate_fast_q15()
454 i = S->M; in arm_fir_decimate_fast_q15()
[all …]
A Darm_fir_decimate_q31.c74 uint32_t i, tapCnt, blkCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_q31()
91 i = S->M; in arm_fir_decimate_q31()
175 pState = pState + S->M; in arm_fir_decimate_q31()
230 i = S->M; in arm_fir_decimate_q31()
266 pState = pState + S->M; in arm_fir_decimate_q31()
A Darm_fir_decimate_fast_q31.c78 uint32_t i, tapCnt, blkCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_fast_q31()
96 i = 2 * S->M; in arm_fir_decimate_fast_q31()
110 px1 = pState + S->M; in arm_fir_decimate_fast_q31()
198 pState = pState + S->M * 2; in arm_fir_decimate_fast_q31()
211 i = S->M; in arm_fir_decimate_fast_q31()
295 pState = pState + S->M; in arm_fir_decimate_fast_q31()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_malloc.c2149 #define is_global(M) ((M) == &_gm_) argument
2150 #define is_initialized(M) ((M)->top != 0) argument
2156 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) argument
2216 #define should_trim(M,s) ((s) > (M)->trim_check) argument
2243 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) argument
2244 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); } argument
2302 #define check_top_chunk(M,P) do_check_top_chunk(M,P) argument
2330 #define treebin_at(M,i) (&((M)->treebins[i])) argument
2465 #define ok_address(M, a) ((char*)(a) >= (M)->least_addr) argument
2482 #define ok_magic(M) ((M)->magic == mparams.magic) argument
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm5M~�B��;xZ-rd/��N��E|�=��V��Z��H��G�ت�Ֆ��{�ϊ�ϑ�Ө�����˻���٤�օ��u��b��[~�E��M��O��M��O��T��X��a��g��f…
16 O��D��p��Z��M��E{�Ao�9{�M��f��o�D4�
222 i%F hS$uo4uk0{�9��?tN%j?�p9u_%��C��A��C��[��Y��P��O��O��M��N��M��J��L��O��Q��R��P��M��M��R��S��R…
226 …'�'(�((�%'�"$�#%�((�-*�.*�/*�2/�31�22�-,�$*�(�$B��0JY_c^\��P��M��g\D`v8!j5m…
232 VE> x�1��H��@��A��O��T��Q��N��N��M��O��K��I��M��P��Y��W��P��J��K��M��Q��Q��M��M��K��G��Gp3/H…
233 �� �$�%�!%� %�%�"&�$%�$%�%%�(&�#(�(*�,(�''�&$�+&�((�'(�##�%�%�!e[P;/��'����M�q…
239 …g)kl/o{2iy0mq,lp2l�5k�6k�6q�=q�Cr�Ao�Bu�Fu�A}�Iy�Iz�I~�N��U��W��X��X��\��[��d��i��_G@��35�E M
262 S R M
312 …Q��O��U��T��J��J��G��H��K��L��O��K��BO +��9��0��3��:��6��8��C��E�HGK�M��H��H��O��NN�PP…
320 ?�6��/��0��7��;�?C�F��H��M�QNI�RV S
[all …]
A Dminiswhite-1c-1b.pbm11M��B�Z�C����������_�������������@��?��t�G�h$�������������������������������x}�*���������@��?…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdmainct.c165 int M = cinfo->min_DCT_v_scaled_size; in alloc_funny_pointers() local
186 2 * (rgroup * (M + 4)) * SIZEOF(JSAMPROW)); in alloc_funny_pointers()
189 xbuf += rgroup * (M + 4); in alloc_funny_pointers()
206 int M = cinfo->min_DCT_v_scaled_size; in make_funny_pointers() local
218 for (i = 0; i < rgroup * (M + 2); i++) { in make_funny_pointers()
223 xbuf1[rgroup*(M-2) + i] = buf[rgroup*M + i]; in make_funny_pointers()
224 xbuf1[rgroup*M + i] = buf[rgroup*(M-2) + i]; in make_funny_pointers()
246 int M = cinfo->min_DCT_v_scaled_size; in set_wraparound_pointers() local
257 xbuf0[i - rgroup] = xbuf0[rgroup*(M+1) + i]; in set_wraparound_pointers()
259 xbuf0[rgroup*(M+2) + i] = xbuf0[i]; in set_wraparound_pointers()
[all …]
A Dtestimg.ppm4M>�DB�DC�DB�EB�C@�@@�>>�:>�:=�9<�;>�?>�B>�C:�A5�?0�@-�?,�?,�?,�>+�>+�>-�?-�?,�?-�?,�?+�?*�?+�?*�>)…
5M=]N;^O<^O<^O<_RA^QA\PD[NFZOK[PN]QS]ST_RlcXvh]�jb�sk�}w��}��}���Ù���v��o��t��v��i��U��92�5-�5)�>/�…
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dsmpc.h126 uint8_t* M; // pointer to memory allocated by calling function member
141 uint8_t M[65]; member
147 uint8_t M[53]; member
157 uint8_t M[65]; member
163 uint8_t M[80]; member
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js12M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){v… argument
20M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.s… variable
21M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<scrip… argument
22M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!… class in o.offset.initialize
/AliOS-Things-master/components/py_engine/tests/import/
A Dimport_override.py7 class M: class
10 return M
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dquant_dec.c16 static WEBP_INLINE int clip(int v, int M) { in clip() argument
17 return v < 0 ? 0 : v > M ? M : v; in clip()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dbuiltin_override.py25 class M: class
28 return M
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbenchrun.py1 def bm_run(N, M): argument
14 if 10 * nm[0] <= 12 * N and nm[1] <= M and nm > cur_nm:
/AliOS-Things-master/components/py_engine/tests/
A Drun-perfbench.py242 compute_diff(args.N[0], args.M[0], args.diff_score)
249 M = int(args.M[0])
260 if M <= 25:
271 print("N={} M={} n_average={}".format(N, M, n_average))
273 run_benchmarks(target, N, M, n_average, tests)
/AliOS-Things-master/components/py_engine/tests/extmod/
A Ducryptolib_aes256_cbc.py.exp1 b'\xb4\x0b\xff\xdd\xfc\xb5\x03\x88[m\xc1\x01+:\x03M\x18\xb03\x0f\x971g\x10\xb1\x98>\x9b\x17\xb7-\xb…
/AliOS-Things-master/components/amp/tools/
A Dconfig.mk9 COMPILE_TIME = "$(shell date +"%Y-%m-%d %H:%M:%S")"

Completed in 101 milliseconds

1234