Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 187) sorted by relevance

12345678

/AliOS-Things-master/components/py_engine/tests/extmod/
A Ductypes_error.py12 S = uctypes.struct(uctypes.addressof(data), {}) variable
19 S = uctypes.struct(uctypes.addressof(data), []) variable
26 S = uctypes.struct(uctypes.addressof(data), {"x": []}) variable
33 S = uctypes.struct(uctypes.addressof(data), {"x": (uctypes.ARRAY | 0, uctypes.INT8 | 2)}) variable
A Ductypes_array_assign_le.py23 S = uctypes.struct(uctypes.addressof(data), desc, uctypes.LITTLE_ENDIAN) variable
A Ductypes_array_assign_native_le.py32 S = uctypes.struct(uctypes.addressof(data), desc) variable
A Ductypes_array_assign_native_le_intbig.py32 S = uctypes.struct(uctypes.addressof(data), desc) variable
A Ductypes_bytearray.py14 S = uctypes.struct(uctypes.addressof(data), desc, uctypes.LITTLE_ENDIAN) variable
A Ductypes_le_float.py15 S = uctypes.struct(uctypes.addressof(data), desc, uctypes.LITTLE_ENDIAN) variable
A Ductypes_native_float.py14 S = uctypes.struct(uctypes.addressof(data), desc, uctypes.NATIVE) variable
A Ductypes_sizeof.py25 S = uctypes.struct(uctypes.addressof(data), desc, uctypes.LITTLE_ENDIAN) variable
A Ductypes_sizeof_od.py28 S = uctypes.struct(uctypes.addressof(data), desc, uctypes.LITTLE_ENDIAN) variable
/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_windows.h42 #define WIN_StringToUTF8(S) SDL_iconv_string("UTF-8", "UTF-16LE", (char *)(S), (SDL_wcslen(S)+1)*si… argument
43 #define WIN_UTF8ToString(S) (WCHAR *)SDL_iconv_string("UTF-16LE", "UTF-8", (char *)(S), SDL_strlen(… argument
46 #define WIN_StringToUTF8(S) SDL_iconv_string("UTF-8", "ASCII", (char *)(S), (SDL_strlen(S)+1)) argument
47 #define WIN_UTF8ToString(S) SDL_iconv_string("ASCII", "UTF-8", (char *)(S), SDL_strlen(S)+1) argument
/AliOS-Things-master/components/freetype/src/autofit/
A Dafstyles.h42 #define STYLE_LATIN( s, S, f, F, ds, df, C ) \ argument
51 #define META_STYLE_LATIN( s, S, ds ) \ argument
113 #define STYLE_DEFAULT_INDIC( s, S, d ) \ argument
A Dafglobal.c45 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \ argument
56 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
85 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \ argument
99 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
117 #define STYLE( s, S, d, ws, sc, ss, c ) #s, argument
A Dafpic.c125 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \ in autofit_module_class_pic_init() argument
133 #define STYLE( s, S, d, ws, sc, bss, c ) \ in autofit_module_class_pic_init() argument
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/
A Darm_cfft_radix2_q15.c68 const arm_cfft_radix2_instance_q15 * S, in arm_cfft_radix2_q15()
101 q31_t T, S, R; in arm_radix2_butterfly_q15() local
430 q31_t T, S, R; in arm_radix2_butterfly_inverse_q15() local
A Darm_rfft_fast_f32.c32 arm_rfft_fast_instance_f32 * S, in stage_rfft_f32()
118 arm_rfft_fast_instance_f32 * S, in merge_rfft_f32()
289 arm_rfft_fast_instance_f32 * S, in arm_rfft_fast_f32()
A Darm_cfft_q15.c78 const arm_cfft_instance_q15 * S, in arm_cfft_q15()
143 q31_t T, S, R; in arm_cfft_radix4by2_q15() local
250 q31_t T, S, R; in arm_cfft_radix4by2_inverse_q15() local
A Darm_cfft_radix4_q15.c80 const arm_cfft_radix4_instance_q15 * S, in arm_cfft_radix4_q15()
160 q31_t R, S, T, U; in arm_radix4_butterfly_q15() local
1077 q31_t R, S, T, U; in arm_radix4_butterfly_inverse_q15() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/ControllerFunctions/
A Darm_pid_reset_f32.c44 arm_pid_instance_f32 * S) in arm_pid_reset_f32()
A Darm_pid_reset_q15.c44 arm_pid_instance_q15 * S) in arm_pid_reset_q15()
A Darm_pid_reset_q31.c44 arm_pid_instance_q31 * S) in arm_pid_reset_q31()
A Darm_pid_init_f32.c50 arm_pid_instance_f32 * S, in arm_pid_init_f32()
A Darm_pid_init_q15.c50 arm_pid_instance_q15 * S, in arm_pid_init_q15()
A Darm_pid_init_q31.c50 arm_pid_instance_q31 * S, in arm_pid_init_q31()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dsubclass_native_str.py3 class S(str): class
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_fir_q15.c74 const arm_fir_instance_q15 * S, in arm_fir_q15()
317 const arm_fir_instance_q15 * S, in arm_fir_q15()
592 const arm_fir_instance_q15 * S, in arm_fir_q15()

Completed in 24 milliseconds

12345678