Home
last modified time | relevance | path

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

/cmsis-dsp-3.5.0/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()