Home
last modified time | relevance | path

Searched refs:swapfunc (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/math/nlopt/nlopt-2.7.1/src/util/
H A Dqsort_r.c37 swapfunc(char *a, char *b, size_t es) in swapfunc() function
49 if ((n) > 0) swapfunc(a, b, n)
76 swapfunc(pl, pl - es, es); in qsort_r_fallback()
92 swapfunc(a, pm, es); in qsort_r_fallback()
100 swapfunc(pa, pb, es); in qsort_r_fallback()
108 swapfunc(pc, pd, es); in qsort_r_fallback()
115 swapfunc(pb, pc, es); in qsort_r_fallback()
125 swapfunc(pl, pl - es, es); in qsort_r_fallback()
/dports/math/igraph/igraph-0.9.5/src/internal/
H A Dqsort.c74 swapfunc(char *a, char *b, size_t es) in swapfunc() function
86 if ((n) > 0) swapfunc(a, b, n)
132 swapfunc(pl, pl - es, es); in local_qsort()
148 swapfunc(a, pm, es); in local_qsort()
156 swapfunc(pa, pb, es); in local_qsort()
164 swapfunc(pc, pd, es); in local_qsort()
171 swapfunc(pb, pc, es); in local_qsort()
181 swapfunc(pl, pl - es, es); in local_qsort()
/dports/devel/avr-libc/avr-libc-2.0.0/libc/stdlib/
H A Dqsort.c35 static void swapfunc(char *, char *, int);
55 swapfunc(char *a, char *b, int n) in swapfunc() function
60 #define swap(a, b) swapfunc(a, b, es)
62 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n)
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdlib/
H A Dqsort.c49 static inline void swapfunc(char *, char *, size_t, int);
71 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
86 swapfunc(a, b, es, swaptype)
88 #define vecswap(a, b, n) if ((n) > 0) swapfunc((a), (b), (size_t)(n), swaptype)
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_port_qsort.c61 static void swapfunc(char *, char *, size_t, int);
95 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
109 swapfunc(a, b, es, swaptype)
111 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/devel/capstone4/capstone-4.0.2/arch/X86/
H A Dqsort.h81 static inline void swapfunc(char *, char *, int, int);
103 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function
117 swapfunc(a, b, es, swaptype)
119 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/databases/postgresql96-server/postgresql-9.6.24/src/port/
H A Dqsort.c52 static void swapfunc(char *, char *, size_t, int);
86 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
100 swapfunc(a, b, es, swaptype)
102 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/port/
H A Dqsort.c52 static void swapfunc(char *, char *, size_t, int);
86 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
100 swapfunc(a, b, es, swaptype)
102 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/port/
H A Dqsort.c52 static void swapfunc(char *, char *, size_t, int);
86 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
100 swapfunc(a, b, es, swaptype)
102 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/port/
H A Dqsort.c52 static void swapfunc(char *, char *, size_t, int);
86 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
100 swapfunc(a, b, es, swaptype)
102 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsQuickSort.cpp52 static INLINE void swapfunc(char*, char*, int, int);
74 static INLINE void swapfunc(char* a, char* b, int n, int swaptype) { in swapfunc() function
84 swapfunc((char*)a, (char*)b, (int)es, swaptype)
87 if ((n) > 0) swapfunc((char*)a, (char*)b, (int)n, swaptype)
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsQuickSort.cpp52 static INLINE void swapfunc(char *, char *, int, int);
74 static INLINE void swapfunc(char *a, char *b, int n, int swaptype) { in swapfunc() function
84 swapfunc((char *)a, (char *)b, (int)es, swaptype)
87 if ((n) > 0) swapfunc((char *)a, (char *)b, (int)n, swaptype)
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsQuickSort.cpp52 static INLINE void swapfunc(char *, char *, int, int);
72 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function
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)
/dports/databases/postgresql10-docs/postgresql-10.19/src/port/
H A Dqsort.c52 static void swapfunc(char *, char *, size_t, int);
86 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
100 swapfunc(a, b, es, swaptype)
102 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/port/
H A Dqsort.c52 static void swapfunc(char *, char *, size_t, int);
86 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
100 swapfunc(a, b, es, swaptype)
102 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/databases/postgresql10-contrib/postgresql-10.19/src/port/
H A Dqsort.c52 static void swapfunc(char *, char *, size_t, int);
86 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
100 swapfunc(a, b, es, swaptype)
102 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/databases/postgresql10-client/postgresql-10.19/src/port/
H A Dqsort.c52 static void swapfunc(char *, char *, size_t, int);
86 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
100 swapfunc(a, b, es, swaptype)
102 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/databases/postgresql10-plpython/postgresql-10.19/src/port/
H A Dqsort.c52 static void swapfunc(char *, char *, size_t, int);
86 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
100 swapfunc(a, b, es, swaptype)
102 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dqsort.c42 static inline void swapfunc(char *, char *, int, int);
66 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function
80 swapfunc(a, b, es, swaptype)
82 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsQuickSort.cpp52 static INLINE void swapfunc(char*, char*, int, int);
74 static INLINE void swapfunc(char* a, char* b, int n, int swaptype) { in swapfunc() function
84 swapfunc((char*)a, (char*)b, (int)es, swaptype)
87 if ((n) > 0) swapfunc((char*)a, (char*)b, (int)n, swaptype)
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsQuickSort.cpp52 static INLINE void swapfunc(char*, char*, int, int);
74 static INLINE void swapfunc(char* a, char* b, int n, int swaptype) { in swapfunc() function
84 swapfunc((char*)a, (char*)b, (int)es, swaptype)
87 if ((n) > 0) swapfunc((char*)a, (char*)b, (int)n, swaptype)
/dports/devel/py-capstone/capstone-4.0.1/src/arch/X86/
H A Dqsort.h81 static inline void swapfunc(char *, char *, int, int);
103 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function
117 swapfunc(a, b, es, swaptype)
119 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/arch/X86/
H A Dqsort.h81 static inline void swapfunc(char *, char *, int, int);
103 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function
117 swapfunc(a, b, es, swaptype)
119 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/StdLib/
H A DQsort.c65 static __inline void swapfunc(char *, char *, size_t, int);
85 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
99 swapfunc(a, b, es, swaptype)
101 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsQuickSort.cpp52 static INLINE void swapfunc(char*, char*, int, int);
74 static INLINE void swapfunc(char* a, char* b, int n, int swaptype) { in swapfunc() function
84 swapfunc((char*)a, (char*)b, (int)es, swaptype)
87 if ((n) > 0) swapfunc((char*)a, (char*)b, (int)n, swaptype)

1234567891011