/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/ |
D | mmcau_sha1_functions.s | 359 rors r1, r3 @ rotate left by 1 373 rors r1, r3 @ rotate left by 1 387 rors r1, r3 @ rotate left by 1 401 rors r1, r3 @ rotate left by 1 446 rors r1, r3 @ rotate left by 1 460 rors r1, r3 @ rotate left by 1 474 rors r1, r3 @ rotate left by 1 488 rors r1, r3 @ rotate left by 1 502 rors r1, r3 @ rotate left by 1 516 rors r1, r3 @ rotate left by 1 [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm4-cm7/src/ |
D | mmcau_aes_functions.s | 108 ror lr, r9, $24 @ rotate left by 8 133 ror lr, r9, $24 @ rotate left by 8 158 ror lr, r9, $24 @ rotate left by 8 183 ror lr, r9, $24 @ rotate left by 8 208 ror lr, r9, $24 @ rotate left by 8 233 ror lr, r9, $24 @ rotate left by 8 258 ror lr, r9, $24 @ rotate left by 8 280 ror r3, r9, $24 @ rotate left by 8 296 ror r3, r9, $24 @ rotate left by 8 312 ror r3, r9, $24 @ rotate left by 8 [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/ |
D | arm_jensenshannon_distance_f16.c | 150 _Float16 left, right,sum, tmp; in arm_jensenshannon_distance_f16() local 154 left = 0.0f16; in arm_jensenshannon_distance_f16() 159 left += (_Float16)rel_entr(pA[i], tmp); in arm_jensenshannon_distance_f16() 164 sum = left + right; in arm_jensenshannon_distance_f16()
|
D | arm_jensenshannon_distance_f32.c | 223 float32_t left, right,sum, result, tmp; in arm_jensenshannon_distance_f32() local 226 left = 0.0f; in arm_jensenshannon_distance_f32() 231 left += rel_entr(pA[i], tmp); in arm_jensenshannon_distance_f32() 236 sum = left + right; in arm_jensenshannon_distance_f32()
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdifv2/ |
D | fsl_lcdifv2.c | 480 int left = 255; in LCDIFV2_GetMultiLayerGlobalAlpha() local 506 tmpAlpha = (int)blendedAlpha[curLayer] * 255 / left; in LCDIFV2_GetMultiLayerGlobalAlpha() 514 left -= (int)blendedAlpha[curLayer]; in LCDIFV2_GetMultiLayerGlobalAlpha() 516 if (left <= 0) in LCDIFV2_GetMultiLayerGlobalAlpha()
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/ |
D | README.md | 73 - A typical stereo setup is to play left channel for left speaker and right channel for right speak…
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | wifi-uap.c | 2030 int left = 0; in wifi_check_rsn_ie() local 2034 left = rsn_ie->len + 2; in wifi_check_rsn_ie() 2035 if (left < (int)sizeof(IEEEtypes_Rsn_t)) in wifi_check_rsn_ie() 2073 left -= sizeof(IEEEtypes_Rsn_t) + (count - 1) * sizeof(wpa_suite); in wifi_check_rsn_ie() 2074 if (left < (int)sizeof(wpa_suite_auth_key_mgmt_t)) in wifi_check_rsn_ie() 2078 if (left < (int)(sizeof(wpa_suite_auth_key_mgmt_t) + (count - 1) * sizeof(wpa_suite))) in wifi_check_rsn_ie() 2130 int left = 0; in wifi_check_wpa_ie() local 2134 left = wpa_ie->len + 2; in wifi_check_wpa_ie() 2135 if (left < (int)sizeof(IEEEtypes_Wpa_t)) in wifi_check_wpa_ie() 2165 left -= sizeof(IEEEtypes_Wpa_t) + (count - 1) * sizeof(wpa_suite); in wifi_check_wpa_ie() [all …]
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/ |
D | net.c | 1570 uint16_t left = 0, total_copied = 0, copy_buf_len; in net_stack_buffer_copy_partial() local 1584 memcpy(&((char *)dst)[left], &((char *)frag->data)[offset], copy_buf_len); in net_stack_buffer_copy_partial() 1586 left = left + copy_buf_len; in net_stack_buffer_copy_partial()
|
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/ |
D | fwk_platform_mflash.ch | 184 /* we cannot know whether the caller has left space for extra bytes to allow 305 /* partial page left*/
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8904/ |
D | fsl_wm8904.c | 1131 uint16_t left = (uint16_t)(muteLeft ? 0x0100U : 0x0000U); in WM8904_SetMute() local 1134 result = WM8904_ModifyRegister(handle, WM8904_ANALOG_OUT1_LEFT, 0x0100, left); in WM8904_SetMute()
|
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
D | kconfiglib.py | 6451 left, right = expr[1:] 6454 left, right = right, left 6455 elif left is not sym:
|