Home
last modified time | relevance | path

Searched refs:FormatSigned (Results 1 – 5 of 5) sorted by relevance

/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp67 r += ", " + context.FormatSigned(iovlen); in format_iovecs()
119 return context.FormatSigned(ltype); in format_ltype()
140 return context.FormatSigned(lwhence); in format_lwhence()
152 r += "l_start=" + context.FormatSigned(lock->l_start) + ", "; in format_pointer()
153 r += "l_len=" + context.FormatSigned(lock->l_len); in format_pointer()
205 return "family = " + context.FormatSigned(family); in format_socket_family()
224 return "type = " + context.FormatSigned(type);
246 return "protocol = " + context.FormatSigned(protocol);
449 level = "level = " + context.FormatSigned(args->level, sizeof(int));
452 option = "option = " + context.FormatSigned(args->option, sizeof(int));
[all …]
H A DTypeHandler.cpp346 string formatted = "[" + context.FormatSigned(data); in format_signed_integer_pointer()
350 formatted += ", " + context.FormatSigned(data); in format_signed_integer_pointer()
384 return context.FormatSigned(get_value<Type>(address), sizeof(Type)); in GetParameterValue()
389 return context.FormatSigned(value, sizeof(Type)); in GetReturnValue()
H A DContext.cpp28 Context::FormatSigned(int64 value, int bytes) const in FormatSigned() function in Context
H A DContext.h58 string FormatSigned(int64 value, int bytes = 8) const;
H A Devents.cpp175 r += "{fd=" + context.FormatSigned(tmp[i].fd); in read_pollfd()
247 r += context.FormatSigned(tmp[i].object); in read_object_wait_infos()
314 r += context.FormatSigned(tmp[i].object); in read_event_wait_infos()