Searched refs:qsort (Results 1 - 25 of 36) sorted by path

12

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp238 qsort(_iterators, iteratorCount, sizeof(ShareAttrDirIterator*),
462 qsort(attributes, count, sizeof(Attribute*), compare_attributes);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPETag.cpp736 qsort(m_aryFields, m_nFields, sizeof(CAPETagField *), CompareFields);
/haiku/src/bin/unzip/
H A Dextract.c556 qsort((char *)sorted_dirlist, num_dirs, sizeof(dirtime *),
2232 static int dircomp(a, b) /* used by qsort(); swiped from Zip */
/haiku/src/kits/support/
H A DList.cpp255 qsort(fObjectList, fItemCount, sizeof(void*), compareFunc);
/haiku/src/libs/glut/
H A DglutGameMode.cpp195 qsort(fModesList, fModesCount, sizeof(display_mode), _CompareModes);
/haiku/src/libs/iconv/
H A Diconv.c582 qsort(aliasbuf, num_aliases, sizeof(struct nalias), compare_by_index);
594 qsort(namesbuf, i, sizeof(const char *), compare_by_name);
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp382 qsort(partitions, count, sizeof(KPartition*),
H A Dvfs_boot.cpp315 qsort(partitions, count, sizeof(KPartition*),
/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.cpp114 qsort(fFunctionData, count, sizeof(FunctionData),
128 qsort(fFunctionData, count, sizeof(FunctionData),
142 qsort(fFunctionData, count, sizeof(FunctionData),
156 qsort(fFunctionData, count, sizeof(FunctionData),
170 qsort(fFunctionData, count, sizeof(FunctionData),
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h738 extern void qsort (void *__base, size_t __nmemb, size_t __size,
/haiku/src/system/libroot/posix/
H A Dglob.c523 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
/haiku/src/tests/kits/locale/
H A DcollatorTest.cpp198 qsort(kStrings, kNumStrings, sizeof(char *), compareStrings);
/haiku/headers/posix/
H A Dstdlib.h151 extern void qsort(void *base, size_t numElements, size_t sizeOfElement,
/haiku/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp382 qsort(fModes, fCount, sizeof(display_mode), compare_mode);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c861 qsort(ents, num_ents, sizeof(cache_ent **), cache_ent_cmp);
1232 qsort(ents, cur, sizeof(cache_ent **), cache_ent_cmp);
1248 qsort(ents, cur, sizeof(cache_ent **), cache_ent_cmp);
1325 qsort(ents, max, sizeof(cache_ent **), cache_ent_cmp);
1508 qsort(ents, cur, sizeof(cache_ent **), cache_ent_cmp);
1525 qsort(ents, cur, sizeof(cache_ent **), cache_ent_cmp);
2037 qsort(ents, real_nblocks, sizeof(cache_ent **), cache_ent_cmp);
2453 qsort(ents, count, sizeof(cache_ent **), cache_ent_cmp);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp887 qsort(byOffset, byOffsetCount, sizeof(Partition*),
889 qsort(tableOffsets, tableOffsetCount, sizeof(off_t), cmp_offset);
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp643 qsort(positions, partition_count, sizeof(PartitionPosition),
/haiku/src/apps/mail/
H A DWIndex.cpp259 qsort(fEntryList, fEntries, fEntrySize,
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2543 /* qsort comparison routine */
2560 qsort( enc_tab, n_enc_tab, sizeof(*enc_tab), ext_compare );
2561 qsort( typ_tab, n_typ_tab, sizeof(*typ_tab), ext_compare );
2710 /* qsort comparison routine */
2874 qsort( nameptrs, nnames, sizeof(*nameptrs), name_compare );
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp207 qsort(runs,index,sizeof(block_run),(int (*)(const void *,const void *))compareBlockRuns);
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.cpp301 qsort(fMoveInfos, childCount, sizeof(MoveInfo),
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp814 qsort(array, count, sizeof(translator_info),
/haiku/src/libs/bsd/
H A Dfts.c1048 * Construct an array of pointers to the structures and call qsort(3).
1049 * Reassemble the array in the order returned by qsort. If unable to
1064 qsort(sp->fts_array, nitems, sizeof(FTSENT *), fts_compar);
/haiku/src/preferences/screen/
H A DScreenMode.cpp194 qsort(fModeList, fModeCount, sizeof(display_mode), compare_mode);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1211 qsort(fBlocks, fCount, sizeof(void*), &_CompareBlocks);

Completed in 159 milliseconds

12