HomeSort by relevance Sort by last modified time
    Searched full:sortfunc (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ext2fs/
dblist.c 211 EXT2_QSORT_TYPE (*sortfunc)(const void *,
214 if (!sortfunc)
215 sortfunc = dir_block_cmp2;
217 sizeof(struct ext2_db_entry2), sortfunc);
313 EXT2_QSORT_TYPE (*sortfunc)(const void *,
316 if (sortfunc) {
317 sortfunc32 = sortfunc;
318 sortfunc = dir_block_cmp;
320 sortfunc = dir_block_cmp2;
322 sizeof(struct ext2_db_entry2), sortfunc);
    [all...]
ext2fs.h 963 EXT2_QSORT_TYPE (*sortfunc)(const void *,
966 EXT2_QSORT_TYPE (*sortfunc)(const void *,
    [all...]
  /external/chromium_org/v8/tools/
profile_view.js 121 * ProfileView.Node):number} sortFunc A sorting
124 ProfileView.prototype.sort = function(sortFunc) {
126 node.sortChildren(sortFunc);
195 * ProfileView.Node):number} sortFunc A sorting
199 sortFunc) {
200 this.children.sort(sortFunc);
  /external/chromium_org/chrome/browser/resources/
about_stats.js 170 var sortFunc;
172 sortFunc = function(a, b) {
179 sortFunc = function(a, b) {
186 rows.sort(sortFunc);
  /external/opencv/cxcore/src/
cxutils.cpp 1067 CvSortFunc sortFunc = 0;
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c     [all...]
xsltInternals.h 1732 xsltSortFunc sortfunc; \/* a ctxt specific sort routine *\/ member in struct:_xsltTransformContext
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 1103 milliseconds