Home
last modified time | relevance | path

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

/external/deqp/execserver/
DxsProtocol.cpp32 inline deUint32 swapEndianess (deUint32 value) in swapEndianess() function
44 template <> int networkToHost (int value) { return (int)swapEndianess((deUint32)value); } in networkToHost()
45 template <> int hostToNetwork (int value) { return (int)swapEndianess((deUint32)value); } in hostToNetwork()