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

12345678

/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.cpp56 &HashRevokeManager::Compare,
122 HashRevokeManager::Compare(void* _revoked, const void *_block) function in class:HashRevokeManager
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h114 bool Compare(const FUSEEntryRef& key, const FUSEEntry* value) const function in struct:UserlandFS::FUSEEntryHashDefinition
130 bool Compare(ino_t key, const FUSENode* value) const function in struct:UserlandFS::FUSENodeHashDefinition
/haiku-fatelf/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-fatelf/src/tests/kits/locale/
H A DcollatorTest.cpp62 return gCollator->Compare(a, b);
74 int compare = gCollator->Compare(strings[i], strings[i - 1]);
186 printf("test the BCollator::Compare() and GetSortKey() methods\n");
/haiku-fatelf/headers/os/bluetooth/
H A DLinkKeyUtils.h17 static bool Compare(linkkey_t* lk1, linkkey_t* lk2) function in class:Bluetooth::LinkKeyUtils
H A DbdaddrUtils.h37 static bool Compare(const bdaddr_t& ba1, const bdaddr_t& ba2) function in class:Bluetooth::bdaddrUtils
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDependencyFamily.h94 bool Compare(const char* key, const DependencyFamily* value) const function in struct:DependencyFamilyHashDefinition
H A DResolvableFamily.h71 bool Compare(const char* key, const ResolvableFamily* value) const function in struct:ResolvableFamilyHashDefinition
H A DNode.h159 bool Compare(const char* key, const Node* value) const function in struct:NodeNameHashDefinition
185 bool Compare(ino_t key, const Node* value) const function in struct:NodeIDHashDefinition
H A DIndex.h114 bool Compare(const char* key, const Index* value) const function in struct:IndexHashDefinition
H A DNodeListener.h112 bool Compare(Node* key, const NodeListener* value) const function in struct:NodeListenerHashDefinition
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h29 bool Compare(const KeyType& key, UnixEndpoint* endpoint) const function in struct:UnixAddressHashDefinition
/haiku-fatelf/src/add-ons/locale/collators/
H A DFrench.cpp40 virtual int Compare(const char *a, const char *b, int32 length, int8 strength,
191 FrenchCollator::Compare(const char *a, const char *b, int32 length, int8 strength, function in class:FrenchCollator
194 int compare = _inherited::Compare(a, b, length, B_COLLATE_PRIMARY, ignorePunctuation);
216 int32 compare = Compare(a, b, length, B_COLLATE_SECONDARY, ignorePunctuation);
/haiku-fatelf/src/add-ons/print/drivers/postscript/
H A DPPDParser.cpp75 if (line.Compare(pattern, pattern.Length()) == 0) {
/haiku-fatelf/src/apps/debugger/demangler/
H A DDemangler.cpp18 if (mangledName.Compare("_Z", 2) == 0) {
/haiku-fatelf/src/system/kernel/slab/
H A DHashedObjectCache.h68 bool Compare(const void* key, HashedSlab* value) const function in struct:HashedObjectCache::Definition
/haiku-fatelf/headers/os/locale/
H A DLocale.h183 return fCollator.Compare(s1, s2);
190 return fCollator.Compare(s1->String(), s2->String());
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h45 static int Compare(KeyType key, const NodeType* node) function in struct:NodeTreeDefinition
70 static int Compare(KeyType key, const NodeType* node) function in struct:InoTreeDefinition
/haiku-fatelf/src/apps/aboutsystem/
H A DHyperTextView.cpp60 static int Compare(const ActionInfo* a, const ActionInfo* b) function in struct:HyperTextView::ActionInfo
163 ActionInfo::Compare);
/haiku-fatelf/src/bin/debug/ltrace/
H A Dltrace_stub.cpp69 bool Compare(const void* key, PatchEntry* value) const function in struct:OriginalTableDefinition
95 bool Compare(const void* key, PatchEntry* value) const function in struct:PatchedTableDefinition
/haiku-fatelf/src/preferences/bluetooth/
H A DDeviceListItem.cpp139 DeviceListItem::Compare(const void *firstArg, const void *secondArg) function in class:Bluetooth::DeviceListItem
146 return (int)bdaddrUtils::Compare(item1->fAddress, item2->fAddress);
/haiku-fatelf/src/servers/services_daemon/
H A DServicesDaemon.cpp110 if (string.Compare(*item) == 0) {
124 if (string.Compare(gSignatures[i]) == 0) {
/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp97 return ((bdaddrUtils::Compare(
130 return bdaddrUtils::Compare(((const sockaddr_l2cap*)a)->l2cap_bdaddr,
162 return (bdaddrUtils::Compare(((const sockaddr_l2cap *)a)->l2cap_bdaddr,
332 if (bdaddrUtils::Compare(address->l2cap_bdaddr, BDADDR_BROADCAST))

Completed in 196 milliseconds

12345678