Searched refs:Compare (Results 26 - 50 of 237) sorted by relevance

12345678910

/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.h51 static int Compare(const void* a, const void* b);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.h28 bool Compare(KeyType key, ValueType* value) const function in struct:NodeHash
/haiku/src/apps/haikudepot/model/
H A DRatingStability.h37 int Compare(const RatingStability& other)
/haiku/src/servers/package/
H A DPackage.h77 bool Compare(const char* key, const Package* value) const function in struct:PackageFileNameHashDefinition
103 bool Compare(const node_ref& key, const Package* value) const function in struct:PackageNodeRefHashDefinition
/haiku/src/kits/support/
H A DPointerList.cpp84 int virtual Compare(const void *key, const void* item) = 0;
92 return helper->Compare(b, a) > 0;
161 if (index != numItems && Compare(key, *found) == 0) {
187 int Compare(const void *a, const void *b) function in class:PointerListHelper
209 int Compare(const void *a, const void *b) function in class:PointerListHelperWithState
230 int Compare(const void *arg, const void *item) function in class:PointerListHelperUsePredicate
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DVersion.cpp102 Version::Compare(const Version& other) const function in class:Version
137 Version::Compare(BPackageResolvableOperator op, function in class:Version
140 int cmp = Compare(other);
156 ERROR("packagefs: Version::Compare(): Invalid operator %d\n", op);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h67 int Compare(const Key& a, const Value* b) const function in struct:TreeDefinition
76 int Compare(const Value* a, const Value* b) const function in struct:TreeDefinition
78 int comp = Compare(a->offset, b);
/haiku/src/kits/tracker/
H A DWidgetAttributeText.h77 virtual int Compare(WidgetAttributeText&, BPoseView* view) = 0;
166 virtual int Compare(WidgetAttributeText &, BPoseView* view);
187 virtual int Compare(WidgetAttributeText&, BPoseView* view);
221 virtual int Compare(WidgetAttributeText& other, BPoseView* view);
337 virtual int Compare(WidgetAttributeText&, BPoseView* view);
354 virtual int Compare(WidgetAttributeText&, BPoseView* view);
/haiku/src/kits/package/
H A DPackageResolvableExpression.cpp161 int compare = version.Compare(fVersion);
195 return compare <= 0 || compatibleVersion.Compare(fVersion) <= 0;
/haiku/headers/private/kernel/util/
H A DSplayTree.h30 static int Compare(const KeyType& key, const NodeType* node);
77 int c = Definition::Compare(key, fRoot);
104 if (Definition::Compare(key, fRoot) != 0)
194 return Definition::Compare(key, fRoot) == 0 ? fRoot : NULL;
216 if (Definition::Compare(key, node) > 0) {
236 int compare = Definition::Compare(key, node);
291 int c = Definition::Compare(key, t);
297 if (Definition::Compare(key, left) < 0) {
318 if (Definition::Compare(key, right) > 0) {
/haiku/src/tests/kits/locale/
H A DcollatorTest.cpp63 return gCollator->Compare(a, b);
75 int compare = gCollator->Compare(strings[i], strings[i - 1]);
189 printf("test the BCollator::Compare() and GetSortKey() methods\n");
H A DCollatorTest.cpp57 int difference = collator.Compare(tests[i].first, tests[i].second);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h116 bool Compare(const FUSEEntryRef& key, const FUSEEntry* value) const function in struct:UserlandFS::FUSEEntryHashDefinition
132 bool Compare(ino_t key, const FUSENode* value) const function in struct:UserlandFS::FUSENodeHashDefinition
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h46 bool Compare(const KeyType& key,
62 bool Compare(uint16 port, TCPEndpoint* endpoint) const;
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h29 bool Compare(const KeyType& key, UnixEndpoint* endpoint) const function in struct:UnixAddressHashDefinition
/haiku/src/add-ons/print/drivers/postscript/
H A DPPDParser.cpp75 if (line.Compare(pattern, pattern.Length()) == 0) {
/haiku/headers/private/package/hpkg/
H A DStrings.h68 bool Compare(const char* key, const CachedString* value) const function in struct:BPackageKit::BHPKG::BPrivate::CachedStringHashDefinition
/haiku/src/bin/pkgman/
H A DDecisionProvider.cpp49 } else if (no.Compare(buffer, i) == 0) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h77 bool Compare(const node_ref& key, const PackagesDirectory* value) const function in struct:PackagesDirectoryHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h93 bool Compare(const String& key, const DependencyFamily* value) const function in struct:DependencyFamilyHashDefinition
H A DResolvableFamily.h70 bool Compare(const String& key, const ResolvableFamily* value) const function in struct:ResolvableFamilyHashDefinition
/haiku/headers/os/bluetooth/
H A DbdaddrUtils.h39 static bool Compare(const bdaddr_t& ba1, const bdaddr_t& ba2) function in class:Bluetooth::bdaddrUtils
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h68 bool Compare(const void* key, HashedSlab* value) const function in struct:HashedObjectCache::Definition
/haiku/src/kits/debugger/demangler/
H A DDemangler.cpp18 if (mangledName.Compare("_Z", 2) == 0) {
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h80 bool Compare(uint64 key, TypeUnitTableEntry* value) const function in struct:TypeUnitTableHashDefinition

Completed in 157 milliseconds

12345678910