Searched defs:cmp (Results 1 - 25 of 80) sorted by path

1234

/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_outline_aa.h1407 void semidot_hline(Cmp cmp, argument
1445 void semidot(Cmp cmp, int xc1, int yc1, int xc2, int yc2) argument
/haiku-fatelf/headers/private/kernel/util/
H A DVectorMap.h686 int cmp = fEntryStrategy.Compare(fEntryStrategy.GetKey(fElements[mid]), local
H A DVectorSet.h463 int cmp = fCompare(fElements[mid], value); local
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1013 int32 cmp = _CompareKeys(key, keyLength, searchKey, searchLength); local
2984 off_t cmp; local
H A DJournal.cpp234 int cmp = a.AllocationGroup() - b.AllocationGroup(); local
251 int cmp = _Compare(runs[i], run); local
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp260 int cmp = compare_attributes(oldAttr, newAttr); local
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DTwoKeyAVLTree.h469 int cmp = fPrimaryKeyCompare(key, local
498 int cmp = fPrimaryKeyCompare(key, fGetPrimaryKey( local
607 int cmp = fPrimaryKeyCompare(key, fGetPrimaryKey( local
H A DVersion.cpp112 int cmp = compare_version_part(fMajor, other.fMajor); local
147 int cmp = Compare(other); local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h380 int cmp = fPrimaryKeyCompare(key, fGetPrimaryKey( local
412 int cmp = fPrimaryKeyCompare(key, fGetPrimaryKey( local
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathFun.h117 cmp (T a, T b) function in namespace:Imath
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Djp2.c361 unsigned short i, nr_channels, cmp, pcol; local
[all...]
H A Djp2.h79 unsigned short cmp; member in struct:opj_jp2_cmap_comp
/haiku-fatelf/src/apps/debuganalyzer/gui/
H A DAbstractWaitObjectsPage.h116 int cmp = (int)a->Type() - (int)b->Type(); local
/haiku-fatelf/src/apps/debuganalyzer/model/
H A DModel.h888 int32 cmp = a->scheduledEvent->scheduler - b->scheduledEvent->scheduler; local
899 int32 cmp = a->scheduledEvent->scheduler - b->scheduledEvent->scheduler; local
1455 nanotime_t cmp = key->time - thread->fCreationTime; local
/haiku-fatelf/src/bin/bfs_tools/
H A Dchkindex.cpp81 int cmp = (int)a->allocation_group - (int)b->allocation_group; local
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp582 int32 cmp = CompareKeys(key,keyLength,searchKey,searchLength); local
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmbscasecmp.c55 int cmp = mb_casecmp (mbui_cur (iter1), mbui_cur (iter2)); local
H A Dmemcmp2.c30 int cmp = memcmp (s1, s2, n1 <= n2 ? n1 : n2); local
H A Dmpsort.c153 mpsort (void const **base, size_t n, comparison_function cmp) argument
37 mpsort_into_tmp(void const **restrict base, size_t n, void const **restrict tmp, comparison_function cmp) argument
86 mpsort_with_tmp(void const **restrict base, size_t n, void const **restrict tmp, comparison_function cmp) argument
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dexpr.c872 int cmp; local
H A Dsort.c2504 int cmp = compare (cur[ord0], cur[ord[probe]]); local
H A Dtest.c301 int cmp = strintcmp (l, r); local
/haiku-fatelf/src/bin/diffutils/src/
H A Danalyze.c822 diff_2_files(struct comparison *cmp) argument
[all...]
H A Dcmp.c365 cmp (void) function
H A Ddiff.c1051 struct comparison cmp; local
[all...]

Completed in 355 milliseconds

1234