MCPcopy Create free account
hub / github.com/apache/trafficserver / htobe32

Function htobe32

include/tscore/ink_endian.h:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 return OSSwapBigToHostInt32(x);
50}
51inline uint32_t
52htobe32(uint32_t x)
53{
54 return OSSwapHostToBigInt32(x);
55}
56inline uint32_t
57le32toh(uint32_t x)
58{

Callers 2

output_encoded_dataFunction · 0.85

Calls

no outgoing calls

Tested by 2

output_encoded_dataFunction · 0.68