Searched refs:firstArg (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/preferences/bluetooth/
H A DDeviceListItem.h28 static int Compare(const void* firstArg, const void* secondArg);
H A DDeviceListItem.cpp139 DeviceListItem::Compare(const void *firstArg, const void *secondArg) argument
142 (firstArg);
/haiku-fatelf/src/apps/installer/
H A DInstallerWindow.h71 static int _ComparePackages(const void* firstArg,
H A DInstallerWindow.cpp918 InstallerWindow::_ComparePackages(const void* firstArg, const void* secondArg) argument
920 const Group* group1 = *static_cast<const Group* const *>(firstArg);
/haiku-fatelf/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) argument
174 const RangeItem *item1 = *static_cast<const RangeItem * const *>(firstArg);
/haiku-fatelf/src/apps/mail/
H A DWords.cpp72 word_cmp(BString** firstArg, BString** secondArg) argument
74 return word_match(gCmpKey, (*firstArg)->String()) - word_match(gCmpKey,

Completed in 59 milliseconds