Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/SupportFunctions/
Darm_bubble_sort_f32.c68 uint8_t swapped =1; in arm_bubble_sort_f32() local
80 while(swapped==1) // If nothing has been swapped after one loop stop in arm_bubble_sort_f32()
82 swapped=0; in arm_bubble_sort_f32()
94 swapped = 1; in arm_bubble_sort_f32()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c1964 uint32_t swapped; /* holds byte swap of uint32_t */ in ltc_aes_ccm_process_aad() local
1980 swapped = swap_bytes(aadSize); in ltc_aes_ccm_process_aad()
1981 ltc_memcpy(&blk.b[0], ((uint8_t *)&swapped) + sizeof(uint16_t), sizeof(uint16_t)); in ltc_aes_ccm_process_aad()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c1027 uint32_t swapped = swap_bytes(aadSize); in caam_aes_ccm_non_blocking() local
1029 …(void)caam_memcpy(&descriptor[15], (uint32_t *)(uintptr_t)(((uint8_t *)&swapped) + sizeof(uint16_t… in caam_aes_ccm_non_blocking()