Searched refs:aValue (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.cpp126 bool aValue = a.ToBool(); local
127 return aValue == b.ToBool() ? 0 : (aValue ? 1 : -1);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4_address.cpp197 uint32 aValue = ((sockaddr_in *)a)->sin_addr.s_addr; local
201 return aValue == bValue;
204 return (aValue & maskValue) == (bValue & maskValue);

Completed in 97 milliseconds