Home
last modified time | relevance | path

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

/external/netperf/src/
Dnetlib.c615 } conv_rec; in ntohd() local
627 conv_rec.whole_thing = net_double; in ntohd()
632 conv_rec.words[0] = htonl(conv_rec.words[0]); in ntohd()
633 conv_rec.words[1] = htonl(conv_rec.words[1]); in ntohd()
637 scratch = conv_rec.bytes[i]; in ntohd()
638 conv_rec.bytes[i] = conv_rec.bytes[7-i]; in ntohd()
639 conv_rec.bytes[7-i] = scratch; in ntohd()
645 unsigned int scratch = conv_rec.words[0]; in ntohd()
646 conv_rec.words[0] = conv_rec.words[1]; in ntohd()
647 conv_rec.words[1] = scratch; in ntohd()
[all …]