Searched refs:valueB (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/util/
H A DTargetAddressTableColumn.cpp37 uint64 valueB = b.ToUInt64(); local
38 return valueA < valueB ? -1 : (valueA == valueB ? 0 : 1);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp103 double valueB = b.ToDouble(); local
104 return valueA < valueB ? -1 : (valueA == valueB ? 0 : 1);
108 uint64 valueB = b.ToUInt64(); local
109 return valueA < valueB ? -1 : (valueA == valueB ? 0 : 1);
/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.cpp282 Type valueB = b->*Member / b->fCalled;
284 if (valueB > valueA)
286 if (valueB < valueA)

Completed in 39 milliseconds