Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 2007) sorted by relevance

12345678910>>...81

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
DCMakeLists.txt21 target_sources(CMSISDSPFiltering PRIVATE arm_lms_norm_init_q31.c)
25 target_sources(CMSISDSPFiltering PRIVATE arm_lms_norm_init_q15.c)
28 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_32x64_init_q31.c)
29 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_32x64_q31.c)
30 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_f32.c)
31 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_fast_q15.c)
32 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_fast_q31.c)
33 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_init_f32.c)
34 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_init_q15.c)
35 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_init_q31.c)
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/
Dfsl_str.c145 char c; in PrintGetWidth() local
149 c = *(++(*p)); in PrintGetWidth()
150 if ((c >= '0') && (c <= '9')) in PrintGetWidth()
152 (field_width) = ((field_width)*10U) + ((uint32_t)c - (uint32_t)'0'); in PrintGetWidth()
155 else if (c == '*') in PrintGetWidth()
189 char c = *++p; in PrintGetPrecision() local
190 if ((c >= '0') && (c <= '9')) in PrintGetPrecision()
192 precision_width = (precision_width * 10U) + ((uint32_t)c - (uint32_t)'0'); in PrintGetPrecision()
201 else if (c == '*') in PrintGetPrecision()
227 static uint32_t PrintIsobpu(const char c) in PrintIsobpu() argument
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/StatisticsFunctions/
DCMakeLists.txt12 target_sources(CMSISDSPStatistics PRIVATE arm_entropy_f32.c)
13 target_sources(CMSISDSPStatistics PRIVATE arm_entropy_f64.c)
14 target_sources(CMSISDSPStatistics PRIVATE arm_kullback_leibler_f32.c)
15 target_sources(CMSISDSPStatistics PRIVATE arm_kullback_leibler_f64.c)
16 target_sources(CMSISDSPStatistics PRIVATE arm_logsumexp_dot_prod_f32.c)
17 target_sources(CMSISDSPStatistics PRIVATE arm_logsumexp_f32.c)
18 target_sources(CMSISDSPStatistics PRIVATE arm_max_f32.c)
19 target_sources(CMSISDSPStatistics PRIVATE arm_max_no_idx_f32.c)
20 target_sources(CMSISDSPStatistics PRIVATE arm_max_q15.c)
21 target_sources(CMSISDSPStatistics PRIVATE arm_max_q31.c)
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/str/
Dfsl_str.c113 char c; in PrintGetWidth() local
117 c = *(++(*p)); in PrintGetWidth()
118 if ((c >= '0') && (c <= '9')) in PrintGetWidth()
120 (field_width) = ((field_width)*10U) + ((uint32_t)c - (uint32_t)'0'); in PrintGetWidth()
123 else if (c == '*') in PrintGetWidth()
157 char c = *++p; in PrintGetPrecision() local
158 if ((c >= '0') && (c <= '9')) in PrintGetPrecision()
160 precision_width = (precision_width * 10U) + ((uint32_t)c - (uint32_t)'0'); in PrintGetPrecision()
169 else if (c == '*') in PrintGetPrecision()
195 static uint32_t PrintIsobpu(const char c) in PrintIsobpu() argument
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
DCMakeLists.txt19 target_sources(CMSISDSPTransform PRIVATE arm_bitreversal.c)
20 target_sources(CMSISDSPTransform PRIVATE arm_bitreversal2.c)
23 target_sources(CMSISDSPTransform PRIVATE arm_bitreversal_f16.c)
28 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix2_f32.c)
29 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix4_f32.c)
30 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix8_f32.c)
31 target_sources(CMSISDSPTransform PRIVATE arm_cfft_f32.c)
32 target_sources(CMSISDSPTransform PRIVATE arm_cfft_init_f32.c)
38 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix2_f16.c)
39 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix4_f16.c)
[all …]
/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/
Dmmcau_md5_functions.s3 # Copyright (c) Freescale Semiconductor, Inc 2013.
35 # *md5_state pointer to 128-bit block of md5 state variables: a,b,c,d
86 # *md5_state pointer to 128-bit block of MD5 state variables: a,b,c,d
137 # r3 | c
147 ands r5, r3 @ b & c
149 orrs r5, r6 @ F(b,c,d)
150 add r1, r5 @ a += F(b,c,d)
162 ands r6, r3 @ ~a & c
163 orrs r5, r6 @ F(a,b,c)
164 add r4, r5 @ d += F(a,b,c)
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/
DCMakeLists.txt161 …y_sources(${ZEPHYR_HAL_NXP_MODULE_DIR}/mcux/mcux-sdk/components/lists/fsl_component_generic_list.c)
163 …rary_sources(${ZEPHYR_HAL_NXP_MODULE_DIR}/mcux/mcux-sdk/components/osa/fsl_os_abstraction_zephyr.c)
193 port/osa/osa.c
194 port/osa/osa_zephyr.c
197 zephyr_library_sources(port/net/zephyr/net.c)
199 file(GLOB WIFI_SRC ./wifidriver/*.c)
200 list(FILTER WIFI_SRC EXCLUDE REGEX ".*imu.c$")
201 list(FILTER WIFI_SRC EXCLUDE REGEX ".*sdio.c$")
202 list(FILTER WIFI_SRC EXCLUDE REGEX ".*firmware_dnld.c$")
203 list(FILTER WIFI_SRC EXCLUDE REGEX ".*uap.*.c$")
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c279 char c, int32_t curlen, int32_t width, int32_t *count, PUTCHAR_FUNC func_ptr) in DbgConsole_PrintfPaddingCharacter() argument
285 (void)func_ptr(c); in DbgConsole_PrintfPaddingCharacter()
306 long long int c; in DbgConsole_ConvertRadixNumToString() local
315 int c; in DbgConsole_ConvertRadixNumToString()
337 c = 0; in DbgConsole_ConvertRadixNumToString()
345 c = 0; in DbgConsole_ConvertRadixNumToString()
354 (void)c; in DbgConsole_ConvertRadixNumToString()
382 c = (long long int)a - ((long long int)b * (long long int)radix); in DbgConsole_ConvertRadixNumToString()
383 if (c < 0) in DbgConsole_ConvertRadixNumToString()
385 uc = (unsigned long long int)c; in DbgConsole_ConvertRadixNumToString()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/
DCMakeLists.txt8 file(GLOB SRC "./*_*.c")
12 target_sources(CMSISDSPDistance PRIVATE arm_boolean_distance.c)
13 target_sources(CMSISDSPDistance PRIVATE arm_braycurtis_distance_f32.c)
14 target_sources(CMSISDSPDistance PRIVATE arm_canberra_distance_f32.c)
15 target_sources(CMSISDSPDistance PRIVATE arm_chebyshev_distance_f32.c)
16 target_sources(CMSISDSPDistance PRIVATE arm_cityblock_distance_f32.c)
17 target_sources(CMSISDSPDistance PRIVATE arm_correlation_distance_f32.c)
18 target_sources(CMSISDSPDistance PRIVATE arm_cosine_distance_f32.c)
19 target_sources(CMSISDSPDistance PRIVATE arm_dice_distance.c)
20 target_sources(CMSISDSPDistance PRIVATE arm_euclidean_distance_f32.c)
[all …]
Darm_braycurtis_distance_f32.c58 f32x4_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f32() local
69 c = vabdq(a, b); in arm_braycurtis_distance_f32()
70 accumDiffV = vaddq(accumDiffV, c); in arm_braycurtis_distance_f32()
72 c = vaddq_f32(a, b); in arm_braycurtis_distance_f32()
73 c = vabsq_f32(c); in arm_braycurtis_distance_f32()
74 accumSumV = vaddq(accumSumV, c); in arm_braycurtis_distance_f32()
88 c = vabdq(a, b); in arm_braycurtis_distance_f32()
89 accumDiffV = vaddq_m(accumDiffV, accumDiffV, c, p0); in arm_braycurtis_distance_f32()
91 c = vaddq_f32(a, b); in arm_braycurtis_distance_f32()
92 c = vabsq_f32(c); in arm_braycurtis_distance_f32()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/
DCMSIS_DSP_Source.cmake6 ${CMAKE_CURRENT_LIST_DIR}/Source/BasicMathFunctions/BasicMathFunctions.c
7 ${CMAKE_CURRENT_LIST_DIR}/Source/BasicMathFunctions/BasicMathFunctionsF16.c
8 ${CMAKE_CURRENT_LIST_DIR}/Source/BayesFunctions/BayesFunctions.c
9 ${CMAKE_CURRENT_LIST_DIR}/Source/BayesFunctions/BayesFunctionsF16.c
10 ${CMAKE_CURRENT_LIST_DIR}/Source/CommonTables/CommonTables.c
11 ${CMAKE_CURRENT_LIST_DIR}/Source/CommonTables/CommonTablesF16.c
12 ${CMAKE_CURRENT_LIST_DIR}/Source/ComplexMathFunctions/ComplexMathFunctions.c
13 ${CMAKE_CURRENT_LIST_DIR}/Source/ComplexMathFunctions/ComplexMathFunctionsF16.c
14 ${CMAKE_CURRENT_LIST_DIR}/Source/ControllerFunctions/ControllerFunctions.c
15 ${CMAKE_CURRENT_LIST_DIR}/Source/DistanceFunctions/DistanceFunctions.c
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/
DSEGGER_RTT_printf.c112 static void _StoreChar(SEGGER_RTT_PRINTF_DESC *p, char c) in _StoreChar() argument
119 *(p->pBuffer + Cnt) = c; in _StoreChar()
155 char c; in _PrintUnsigned() local
181 c = '0'; in _PrintUnsigned()
185 c = ' '; in _PrintUnsigned()
190 _StoreChar(pBufferDesc, c); in _PrintUnsigned()
384 char c; in SEGGER_RTT_vprintf() local
400 c = *sFormat; in SEGGER_RTT_vprintf()
402 if (c == 0u) in SEGGER_RTT_vprintf()
406 if (c == '%') in SEGGER_RTT_vprintf()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c181 #define add_cout(carry, c, a, b) add((carry), (c), (a), (b)) argument
183 #define add_cout_cin(carryout, c, a, b, carryin) \ argument
187 (c) = (uint32_t)_t; \
191 #define sub_borrowout(borrow, c, a, b) \ argument
195 (c) = (a) - (b); \
199 #define sub_borrowin_borrowout(borrowout, c, a, b, borrowin) \ argument
204 sub_borrowout(_borrow2, (c), _t, (borrowin)); \
208 #define sub_borrowout_1(borrow, c, a) \ argument
212 c = a - b; \
216 #define sub_borrowin_borrowout_1(borrowout, c, a, borrowin) \ argument
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/ComplexMathFunctions/
DCMakeLists.txt33 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_mag_q31.c)
37 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_mag_q15.c)
40 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_conj_f32.c)
41 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_conj_q15.c)
42 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_conj_q31.c)
43 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_dot_prod_f32.c)
44 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_dot_prod_q15.c)
45 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_dot_prod_q31.c)
46 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_mag_f32.c)
47 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_mag_squared_f32.c)
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
DCMakeLists.txt8 file(GLOB SRCF64 "./*_f64.c")
9 file(GLOB SRCF32 "./*_f32.c")
10 file(GLOB SRCF16 "./*_f16.c")
11 file(GLOB SRCQ31 "./*_q31.c")
12 file(GLOB SRCQ15 "./*_q15.c")
13 file(GLOB SRCQ7 "./*_q7.c")
15 file(GLOB SRCU32 "./*_u32.c")
16 file(GLOB SRCU16 "./*_u16.c")
17 file(GLOB SRCU8 "./*_u8.c")
42 target_sources(CMSISDSPMatrix PRIVATE arm_mat_add_f16.c)
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
DCMakeLists.txt2 fwk_platform.c
3 fwk_platform_ble.c
4 fwk_platform_lowpower.c
5 fwk_platform_sensors.c
6 fwk_platform_hdlc.c
7 fwk_platform_ot.c
8 fwk_platform_coex.c
9 fwk_platform_extflash.c
10 fwk_platform_ota.c
11 configs/fwk_lfs_config.c
[all …]
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW41Z4/
DCMakeLists.txt2 cfgs_kw4x_3x_2x/fsl_xcvr_ant_config.c
3 cfgs_kw4x_3x_2x/fsl_xcvr_ble_config.c
4 cfgs_kw4x_3x_2x/fsl_xcvr_common_config.c
5 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p3_h_0p5_config.c
6 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p5_h_0p32_config.c
7 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p5_h_0p5_config.c
8 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p5_h_0p7_config.c
9 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p5_h_1p0_config.c
10 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p7_h_0p5_config.c
11 cfgs_kw4x_3x_2x/fsl_xcvr_mode_datarate_config.c
[all …]
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py502 d = dist(rgb, tuple(int(round(255*c/1000))
503 for c in curses.color_content(color)))
835 c = _getch_compat(_menu_win)
837 if c == curses.KEY_RESIZE:
840 elif c in (curses.KEY_DOWN, "j", "J"):
843 elif c in (curses.KEY_UP, "k", "K"):
846 elif c in (curses.KEY_NPAGE, "\x04"): # Page Down/Ctrl-D
852 elif c in (curses.KEY_PPAGE, "\x15"): # Page Up/Ctrl-U
856 elif c in (curses.KEY_END, "G"):
859 elif c in (curses.KEY_HOME, "g"):
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Mcu/
DCMakeLists.txt7 src/Clock_Ip.c
8 src/Clock_Ip_Data.c
9 src/Clock_Ip_Divider.c
10 src/Clock_Ip_DividerTrigger.c
11 src/Clock_Ip_ExtOsc.c
12 src/Clock_Ip_FracDiv.c
13 src/Clock_Ip_Frequency.c
14 src/Clock_Ip_Gate.c
15 src/Clock_Ip_IntOsc.c
16 src/Clock_Ip_Irq.c
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Mcu/
DCMakeLists.txt7 src/Clock_Ip.c
8 src/Clock_Ip_Data.c
9 src/Clock_Ip_Divider.c
10 src/Clock_Ip_DividerTrigger.c
11 src/Clock_Ip_ExtOsc.c
12 src/Clock_Ip_FracDiv.c
13 src/Clock_Ip_Frequency.c
14 src/Clock_Ip_Gate.c
15 src/Clock_Ip_IntOsc.c
16 src/Clock_Ip_Irq.c
[all …]
/hal_nxp-latest/s32/drivers/s32k1/Mcu/
DCMakeLists.txt7 src/Clock_Ip.c
8 src/Clock_Ip_Data.c
9 src/Clock_Ip_Divider.c
10 src/Clock_Ip_DividerTrigger.c
11 src/Clock_Ip_ExtOsc.c
12 src/Clock_Ip_FracDiv.c
13 src/Clock_Ip_Frequency.c
14 src/Clock_Ip_Gate.c
15 src/Clock_Ip_IntOsc.c
16 src/Clock_Ip_Irq.c
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/SVMFunctions/
DCMakeLists.txt11 target_sources(CMSISDSPSVM PRIVATE arm_svm_linear_init_f32.c)
12 target_sources(CMSISDSPSVM PRIVATE arm_svm_rbf_init_f32.c)
13 target_sources(CMSISDSPSVM PRIVATE arm_svm_linear_predict_f32.c)
14 target_sources(CMSISDSPSVM PRIVATE arm_svm_rbf_predict_f32.c)
15 target_sources(CMSISDSPSVM PRIVATE arm_svm_polynomial_init_f32.c)
16 target_sources(CMSISDSPSVM PRIVATE arm_svm_sigmoid_init_f32.c)
17 target_sources(CMSISDSPSVM PRIVATE arm_svm_polynomial_predict_f32.c)
18 target_sources(CMSISDSPSVM PRIVATE arm_svm_sigmoid_predict_f32.c)
29 target_sources(CMSISDSPSVM PRIVATE arm_svm_linear_init_f16.c)
30 target_sources(CMSISDSPSVM PRIVATE arm_svm_rbf_init_f16.c)
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC444/
Dset_device_MCXC444.cmake29 ${CMAKE_CURRENT_LIST_DIR}/../../utilities/misc_utilities/fsl_sbrk.c
30 ${CMAKE_CURRENT_LIST_DIR}/../../utilities/misc_utilities/fsl_syscall_stub.c
55 ${CMAKE_CURRENT_LIST_DIR}/../../components/mx25r_flash/mx25r_flash.c
72 ${CMAKE_CURRENT_LIST_DIR}/../../components/pf1550/fsl_pf1550.c
73 ${CMAKE_CURRENT_LIST_DIR}/../../components/pf1550/fsl_pf1550_charger.c
90 ${CMAKE_CURRENT_LIST_DIR}/../../components/pf3000/fsl_pf3000.c
109 add_config_file(${CMAKE_CURRENT_LIST_DIR}/project_template/board.c "" DEVICES_Project_Template_MCXC…
111 add_config_file(${CMAKE_CURRENT_LIST_DIR}/project_template/clock_config.c "" DEVICES_Project_Templa…
113 add_config_file(${CMAKE_CURRENT_LIST_DIR}/project_template/pin_mux.c "" DEVICES_Project_Template_MC…
115 add_config_file(${CMAKE_CURRENT_LIST_DIR}/project_template/peripherals.c "" DEVICES_Project_Templat…
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/
Dset_device_MIMX8UD7.cmake57 ${CMAKE_CURRENT_LIST_DIR}/../../utilities/misc_utilities/fsl_sbrk.c
58 ${CMAKE_CURRENT_LIST_DIR}/../../utilities/misc_utilities/fsl_syscall_stub.c
104 ${CMAKE_CURRENT_LIST_DIR}/../../components/pf1550/fsl_pf1550.c
105 ${CMAKE_CURRENT_LIST_DIR}/../../components/pf1550/fsl_pf1550_charger.c
122 ${CMAKE_CURRENT_LIST_DIR}/../../components/srtm/srtm/srtm_channel.c
123 ${CMAKE_CURRENT_LIST_DIR}/../../components/srtm/srtm/srtm_dispatcher.c
124 ${CMAKE_CURRENT_LIST_DIR}/../../components/srtm/srtm/srtm_message.c
125 ${CMAKE_CURRENT_LIST_DIR}/../../components/srtm/srtm/srtm_peercore.c
126 ${CMAKE_CURRENT_LIST_DIR}/../../components/srtm/srtm/srtm_service.c
127 ${CMAKE_CURRENT_LIST_DIR}/../../components/srtm/port/srtm_message_pool.c
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FastMathFunctions/
DCMakeLists.txt8 file(GLOB SRC "./*_*.c")
22 target_sources(CMSISDSPFastMath PRIVATE arm_cos_f32.c)
26 target_sources(CMSISDSPFastMath PRIVATE arm_cos_q15.c)
30 target_sources(CMSISDSPFastMath PRIVATE arm_cos_q31.c)
34 target_sources(CMSISDSPFastMath PRIVATE arm_sin_f32.c)
38 target_sources(CMSISDSPFastMath PRIVATE arm_sin_q15.c)
42 target_sources(CMSISDSPFastMath PRIVATE arm_sin_q31.c)
45 target_sources(CMSISDSPFastMath PRIVATE arm_sqrt_q15.c)
46 target_sources(CMSISDSPFastMath PRIVATE arm_sqrt_q31.c)
47 target_sources(CMSISDSPFastMath PRIVATE arm_vlog_f32.c)
[all …]

12345678910>>...81