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

/haiku/src/preferences/bluetooth/
H A DDeviceListItem.h26 static int Compare(const void* firstArg, const void* secondArg);
H A DDeviceListItem.cpp138 DeviceListItem::Compare(const void *firstArg, const void *secondArg) argument
141 (firstArg);
/haiku/src/apps/installer/
H A DInstallerWindow.h60 static int _ComparePackages(const void* firstArg,
H A DInstallerWindow.cpp958 InstallerWindow::_ComparePackages(const void* firstArg, const void* secondArg) argument
960 const Group* group1 = *static_cast<const Group* const *>(firstArg);
/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) argument
174 const RangeItem *item1 = *static_cast<const RangeItem * const *>(firstArg);
/haiku/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 35 milliseconds