Searched refs:swapped (Results 1 – 3 of 3) sorted by relevance
68 uint8_t swapped =1; in arm_bubble_sort_f32() local80 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()
1964 uint32_t swapped; /* holds byte swap of uint32_t */ in ltc_aes_ccm_process_aad() local1980 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()
1027 uint32_t swapped = swap_bytes(aadSize); in caam_aes_ccm_non_blocking() local1029 …(void)caam_memcpy(&descriptor[15], (uint32_t *)(uintptr_t)(((uint8_t *)&swapped) + sizeof(uint16_t… in caam_aes_ccm_non_blocking()