HomeSort by relevance Sort by last modified time
    Searched defs:qsort (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
qsort.c 30 * qsort.c:
31 * Our own version of the system qsort routine which is faster by an average
49 * qsort:
56 qsort(char *base, int n, int size, int (*compar)()) function
  /onnv/onnv-gate/usr/src/common/util/
qsort.c 40 #include "qsort.h"
67 * qsort() is a general purpose, in-place sorting routine using a
73 * There is no return value from qsort, this function has no method
83 * Examples of qsort parameter errors might be
85 * qsort will loop and never return.
89 * This is legal - qsort will return without examining any records
108 qsort( function
138 * The qsort function sorts an array of fixed length records.
172 * qsort is a partitioning sort
194 * a linear insertion sort i faster than a qsort fo
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
Util.java 554 public void qsort(String[] list) { method in class:Util
596 public void qsort(Object[] list, QSortCompare comp) { method in class:Util

Completed in 3898 milliseconds