Home
last modified time | relevance | path

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

/haiku/headers/private/debugger/elf/
H A DElfFile.h184 static uint8 _Swap(const uint8& value) in _Swap() function
186 static uint16 _Swap(const uint16& value) in _Swap() function
188 static int32 _Swap(const int32& value) in _Swap() function
190 static uint32 _Swap(const uint32& value) in _Swap() function
192 static int64 _Swap(const int64& value) in _Swap() function
194 static uint64 _Swap(const uint64& value) in _Swap() function
215 return _Swap(value); in StaticGet()