| /hal_nxp-latest/mcux/mcux-sdk/utilities/str/ |
| D | fsl_str.c | 113 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/ |
| D | fsl_str.c | 145 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/ |
| D | fsl_casper.c | 181 #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/ |
| D | fsl_debug_console.c | 279 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/ |
| D | SEGGER_RTT_printf.c | 112 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
|
| D | SEGGER_RTT.c | 1373 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/ |
| D | arm_fir_f16.c | 55 #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
|
| D | arm_fir_f32.c | 155 #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/ |
| D | arm_braycurtis_distance_f32.c | 58 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
|
| D | arm_canberra_distance_f32.c | 64 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
|
| D | arm_canberra_distance_f16.c | 77 f16x8_t a, b, c, accumV; in arm_canberra_distance_f16() local
|
| D | arm_braycurtis_distance_f16.c | 79 f16x8_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f16() local
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/net/zephyr/ |
| D | wm_net.h | 120 #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/ |
| D | wls_QR_algorithm.c | 136 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/ |
| D | arm_spline_interp_init_f32.c | 81 float32_t * c = coeffs+(n-1); in arm_spline_init_f32() local
|
| D | arm_spline_interp_f32.c | 158 float32_t * c = (S->coeffs)+(n-1); in arm_spline_f32() local
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_remap_mem_operations.h | 28 #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/ |
| D | arm_cmplx_mult_cmplx_q15.c | 180 q15_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q15() local
|
| D | arm_cmplx_mult_cmplx_q31.c | 175 q31_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q31() local
|
| D | arm_cmplx_mult_cmplx_f16.c | 191 _Float16 a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f16() local
|
| D | arm_cmplx_mult_cmplx_f32.c | 189 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/ |
| D | cli_utils.c | 230 char *opt, *c; in cli_getopt() local
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flash_k4/ |
| D | fsl_flash_utilities.h | 28 #define FOUR_CHAR_CODE(a, b, c, d) (((d) << 24) | ((c) << 16) | ((b) << 8) | ((a))) argument
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flash/ |
| D | fsl_ftfx_utilities.h | 32 #define FOUR_CHAR_CODE(a, b, c, d) \ argument
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet/ |
| D | fsl_enet.c | 2644 uint8_t c = address[count1]; in ENET_AddMulticastGroup() local 2697 uint8_t c = address[count1]; in ENET_LeaveMulticastGroup() local
|