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

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp367 fPrimitive.SetTo((uint16)(fPrimitive.ToUInt16()
368 + temp.fPrimitive.ToUInt16()));
447 fPrimitive.SetTo((uint16)(fPrimitive.ToUInt16()
448 - temp.fPrimitive.ToUInt16()));
527 fPrimitive.SetTo((uint16)(fPrimitive.ToUInt16()
528 / temp.fPrimitive.ToUInt16()));
607 fPrimitive.SetTo((uint16)(fPrimitive.ToUInt16()
608 * temp.fPrimitive.ToUInt16()));
687 fPrimitive.SetTo((uint16)(fPrimitive.ToUInt16()
688 % temp.fPrimitive.ToUInt16()));
[all...]
/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp116 buffer.SetToFormat("%" B_PRIu16, fPortSetting->DefaultValue().ToUInt16());
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp122 value.Type() == B_INT16_TYPE ? value.ToUInt16() :
/haiku/headers/private/shared/
H A DVariant.h94 uint16 ToUInt16() const;
/haiku/src/kits/shared/
H A DVariant.cpp269 BVariant::ToUInt16() const function in class:BVariant
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp82 snprintf(buffer, bufferSize, "0x%04x", value.ToUInt16());

Completed in 127 milliseconds