Searched refs:Compare (Results 51 - 75 of 237) sorted by relevance

12345678910

/haiku/headers/private/kernel/util/
H A DHeap.h69 template<typename Element, typename Key, typename Compare, typename GetLink>
70 #define HEAP_CLASS_NAME Heap<Element, Key, Compare, GetLink>
73 typename Compare = HeapLesserCompare<Key>,
100 static Compare sCompare;
350 Compare HEAP_CLASS_NAME::sCompare;
H A DMinMaxHeap.h64 template<typename Element, typename Key, typename Compare, typename GetLink>
65 #define MIN_MAX_HEAP_CLASS_NAME MinMaxHeap<Element, Key, Compare, GetLink>
68 typename Compare = MinMaxHeapCompare<Key>,
105 static Compare sCompare;
496 Compare MIN_MAX_HEAP_CLASS_NAME::sCompare;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h54 static int Compare(KeyType key, const NodeType* node) function in struct:NodeTreeDefinition
79 static int Compare(KeyType key, const NodeType* node) function in struct:InoTreeDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h161 bool Compare(const StringKey& key, const Node* value) const function in struct:NodeNameHashDefinition
187 bool Compare(ino_t key, const Node* value) const function in struct:NodeIDHashDefinition
H A DNodeListener.h115 bool Compare(Node* key, const NodeListener* value) const function in struct:NodeListenerHashDefinition
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp70 bool Compare(const void* key, PatchEntry* value) const function in struct:OriginalTableDefinition
96 bool Compare(const void* key, PatchEntry* value) const function in struct:PatchedTableDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.h138 bool Compare(const EntryKey& key, const Entry* value) const function in struct:PackageSettingsItem::EntryHashDefinition
177 bool Compare(const StringKey& key, const PackageSettingsItem* value) const function in struct:PackageSettingsItemHashDefinition
/haiku/src/preferences/bluetooth/
H A DDeviceListItem.cpp138 DeviceListItem::Compare(const void *firstArg, const void *secondArg) function in class:Bluetooth::DeviceListItem
145 return (int)bdaddrUtils::Compare(item1->fAddress, item2->fAddress);
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.h44 bool Compare(SharedImage* key, SummaryImage* value) const function in struct:SummaryImageHashDefinition
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h36 static int Compare(const BListItem* a, const BListItem* b);
/haiku/src/kits/package/
H A DPathFinder.cpp51 || package->Info().Version().Compare(
/haiku/src/servers/package/
H A DPackageFile.h108 bool Compare(const entry_ref& key, const PackageFile* value) const function in struct:PackageFileEntryRefHashDefinition
/haiku/src/bin/pkgman/
H A DCommand.cpp19 return a->Name().Compare(b->Name());
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.h116 bool Compare(const StringKey& key, const Index* value) const function in struct:IndexHashDefinition
/haiku/headers/os/bluetooth/
H A DLinkKeyUtils.h17 static bool Compare(linkkey_t* lk1, linkkey_t* lk2) function in class:Bluetooth::LinkKeyUtils
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp106 static int Compare(const void *firstArg, const void *secondArg);
172 RangeItem::Compare(const void *firstArg, const void *secondArg) function in class:RangeItem
348 IORangeListView->SortItems(&RangeItem::Compare);
369 memoryListView->SortItems(&RangeItem::Compare);
/haiku/src/system/kernel/fs/
H A DEntryCache.h72 bool Compare(const EntryCacheKey& key, const EntryCacheEntry* value) const function in struct:EntryCacheHashDefinition
/haiku/src/preferences/datatranslations/
H A DTranslatorListView.cpp27 // Compare by supertype, then by name
28 int typeDiff = itemA->Supertype().Compare(itemB->Supertype());
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp61 return ((bdaddrUtils::Compare(
87 return bdaddrUtils::Compare(((const sockaddr_l2cap*)a)->l2cap_bdaddr,
111 return (bdaddrUtils::Compare(((const sockaddr_l2cap *)a)->l2cap_bdaddr,
244 if (bdaddrUtils::Compare(address->l2cap_bdaddr, BDADDR_NULL))
/haiku/src/system/runtime_loader/
H A Dheap.cpp119 int Compare(const FreeChunk* chunk) const function in struct:FreeChunkKey
150 static int Compare(const FreeChunkKey& key, const FreeChunk* node) function in struct:FreeChunkTreeDefinition
152 return key.Compare(node);
/haiku/headers/private/kernel/vm/
H A DVMArea.h189 int Compare(area_id key, const VMArea* value) const function in struct:VMAreasTreeDefinition
197 int Compare(const VMArea* a, const VMArea* b) const function in struct:VMAreasTreeDefinition
199 return Compare(a->id, b);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp117 && bdaddrUtils::Compare(conn->destination, destination)) {
175 if (bdaddrUtils::Compare(conn->destination, destination)) {
215 && bdaddrUtils::Compare(conn->destination, destination)) {
/haiku/headers/os/support/
H A DString.h169 // Compare functions
187 int Compare(const BString& string) const;
188 int Compare(const char* string) const;
189 int Compare(const BString& string, int32 length) const;
190 int Compare(const char* string, int32 length) const;
442 int Compare(const BString& a, const BString& b);
444 int Compare(const BString* a, const BString* b);
/haiku/src/system/kernel/debug/
H A DBreakpointManager.h89 static int Compare(addr_t key, const InstalledBreakpoint* node) function in struct:BreakpointManager::InstalledBreakpointSplayDefinition
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h99 bool Compare(uint64 key, const BlockInfo* value) const function in struct:Transaction::BlockInfoHashDefinition

Completed in 232 milliseconds

12345678910