Searched refs:SWAP_nonaligned (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c267 #define SWAP_nonaligned(a,b) { \ macro
337 Pivot(SWAP_nonaligned,size);
341 Partition(SWAP_nonaligned,size);
346 PreInsertion(SWAP_nonaligned,TRUNC_nonaligned,size);
347 Insertion(SWAP_nonaligned);

Completed in 254 milliseconds