Searched defs:swaptype (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
| H A D | Qsort.c | 81 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ 85 swapfunc(char *a, char *b, size_t n, int swaptype) argument 87 if(swaptype <= 1) 94 if (swaptype == 0) { \ 99 swapfunc(a, b, es, swaptype) 101 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) 130 int swaptype, swap_cnt; local
|
| /vbox/src/libs/xpcom18a4/xpcom/ds/ |
| H A D | nsQuickSort.cpp | 68 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ 72 swapfunc(char *a, char *b, int n, int swaptype) argument 74 if(swaptype <= 1) 81 if (swaptype == 0) { \ 86 swapfunc((char *)a, (char*)b, (int)es, swaptype) 88 #define vecswap(a, b, n) if ((n) > 0) swapfunc((char *)a, (char *)b, (int)n, swaptype) 107 int d, r, swaptype, swap_cnt; local
|
Completed in 78 milliseconds