Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 57) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/utilities/str/
Dfsl_str.c113 char c; in PrintGetWidth() local
157 char c = *++p; in PrintGetPrecision() local
195 static uint32_t PrintIsobpu(const char c) in PrintIsobpu()
205 static uint32_t PrintIsdi(const char c) in PrintIsdi()
329 static uint32_t PrintIsfF(const char c) in PrintIsfF()
339 static uint32_t PrintIsxX(const char c) in PrintIsxX()
462 static uint8_t PrintGetRadixFromobpu(const char c) in PrintGetRadixFromobpu()
485 static uint32_t ScanIsWhiteSpace(const char c) in ScanIsWhiteSpace()
498 char c; in ScanIgnoreWhiteSpace() local
515 long long int c; in ConvertRadixNumToString() local
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/
Dfsl_str.c145 char c; in PrintGetWidth() local
189 char c = *++p; in PrintGetPrecision() local
227 static uint32_t PrintIsobpu(const char c) in PrintIsobpu()
237 static uint32_t PrintIsdi(const char c) in PrintIsdi()
361 static uint32_t PrintIsfF(const char c) in PrintIsfF()
371 static uint32_t PrintIsxX(const char c) in PrintIsxX()
476 static uint8_t PrintGetRadixFromobpu(const char c) in PrintGetRadixFromobpu()
499 static uint32_t ScanIsWhiteSpace(const char c) in ScanIsWhiteSpace()
512 char c; in ScanIgnoreWhiteSpace() local
529 long long int c; in ConvertRadixNumToString() local
[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
191 #define sub_borrowout(borrow, c, a, b) \ argument
199 #define sub_borrowin_borrowout(borrowout, c, a, b, borrowin) \ argument
208 #define sub_borrowout_1(borrow, c, a) \ argument
216 #define sub_borrowin_borrowout_1(borrowout, c, a, borrowin) \ argument
269 #define square_casper(c, a) multiply_casper(c, a, a) argument
270 #define sub_casper(c, a, b) CASPER_montsub(c, a, b, &CASPER_MEM[(N_wordlen + 4U)]) argument
271 #define add_casper(c, a, b) CASPER_montadd(c, a, b, &CASPER_MEM[(N_wordlen + 4U)]) argument
272 #define mul2_casper(c, a) add_casper(c, a, a) argument
[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()
306 long long int c; in DbgConsole_ConvertRadixNumToString() local
466 int32_t c; in DbgConsole_ConvertFloatRadixNumToString() local
573 char c; in DbgConsole_PrintfFormattedData() local
/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()
155 char c; in _PrintUnsigned() local
384 char c; in SEGGER_RTT_vprintf() local
DSEGGER_RTT.c1373 unsigned SEGGER_RTT_PutCharSkipNoLock(unsigned BufferIndex, char c) in SEGGER_RTT_PutCharSkipNoLock()
1432 unsigned SEGGER_RTT_PutCharSkip(unsigned BufferIndex, char c) in SEGGER_RTT_PutCharSkip()
1500 unsigned SEGGER_RTT_PutChar(unsigned BufferIndex, char c) in SEGGER_RTT_PutChar()
1576 char c; in SEGGER_RTT_GetKey() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_f16.c55 #define FIR_F16_CORE(pSamples, c, NB_TAPS) \ argument
78 float16_t c[NB_TAPS]; in arm_fir_f16_1_4_mve() local
168 float16_t c[NB_TAPS]; in arm_fir_f16_5_8_mve() local
Darm_fir_f32.c155 #define FIR_F32_CORE(pSamples, c, NB_TAPS) \ argument
180 float32_t c[NB_TAPS]; in arm_fir_f32_1_4_mve() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/
Darm_braycurtis_distance_f32.c58 f32x4_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f32() local
114 float32x4_t a,b,c,accumDiffV, accumSumV; in arm_braycurtis_distance_f32() local
Darm_canberra_distance_f32.c64 f32x4_t a, b, c, accumV; in arm_canberra_distance_f32() local
138 float32x4_t a,b,c,accumV; in arm_canberra_distance_f32() local
Darm_canberra_distance_f16.c77 f16x8_t a, b, c, accumV; in arm_canberra_distance_f16() local
Darm_braycurtis_distance_f16.c79 f16x8_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f16() local
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/net/zephyr/
Dwm_net.h120 #define net_close(c) close((c)) argument
122 #define net_shutdown(c, b) shutdown(c, b) argument
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_QR_algorithm.c136 float a, b, c, d; in QR_step_Wilkinson() local
454 float a, b, c, d; in unsym_QR_step_Wilkinson() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c81 float32_t * c = coeffs+(n-1); in arm_spline_init_f32() local
Darm_spline_interp_f32.c158 float32_t * c = (S->coeffs)+(n-1); in arm_spline_f32() local
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_remap_mem_operations.h28 #define __memset(adapter, s, c, len) memset((void *)(s), (int)(c), (size_t)(len)) argument
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mult_cmplx_q15.c180 q15_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q15() local
Darm_cmplx_mult_cmplx_q31.c175 q31_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q31() local
Darm_cmplx_mult_cmplx_f16.c191 _Float16 a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f16() local
Darm_cmplx_mult_cmplx_f32.c189 float32_t a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f32() local
/hal_nxp-latest/mcux/middleware/wifi_nxp/cli/
Dcli_utils.c230 char *opt, *c; in cli_getopt() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_k4/
Dfsl_flash_utilities.h28 #define FOUR_CHAR_CODE(a, b, c, d) (((d) << 24) | ((c) << 16) | ((b) << 8) | ((a))) argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_utilities.h32 #define FOUR_CHAR_CODE(a, b, c, d) \ argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c2644 uint8_t c = address[count1]; in ENET_AddMulticastGroup() local
2697 uint8_t c = address[count1]; in ENET_LeaveMulticastGroup() local

123