Home
last modified time | relevance | path

Searched refs:get_value (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/debug/strace/
H A DTypeHandler.cpp22 get_value(const void *address) in get_value() function
102 return RenderValue(context, get_value<status_t>(address)); in GetParameterValue()
190 return RenderValue(context, get_value<unsigned int>(address)); in GetParameterValue()
217 return RenderValue(context, get_value<unsigned int>(address)); in GetParameterValue()
308 int index = get_value<int>(context.GetValue(context.GetSibling(fSibling))); in GetParameterValue()
384 return context.FormatSigned(get_value<Type>(address), sizeof(Type)); in GetParameterValue()
399 return context.FormatUnsigned(get_value<Type>(address)); in GetParameterValue()
/haiku/src/bin/pc/
H A Dpc.c135 ULONG get_value(char **str);
782 val = get_value(str); in factor()
832 get_value(char **str) in get_value() function