projects
/
platform
/
upstream
/
isl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
isl_map_order_gt: add special case for ordering a dimension wrt itself
[platform/upstream/isl.git]
/
isl_qsort.h
1
#ifndef ISL_QSORT_H
2
#define ISL_QSORT_H
3
4
void isl_quicksort(void *const pbase, size_t total_elems, size_t size,
5
int (*cmp)(const void *, const void *, void *arg), void *arg);
6
7
#endif