Searched defs:conv_rec (Results 1 - 1 of 1) sorted by relevance

/external/netperf/
H A Dnetlib.c552 } conv_rec;
564 conv_rec.whole_thing = net_double;
569 conv_rec.words[0] = htonl(conv_rec.words[0]);
570 conv_rec.words[1] = htonl(conv_rec.words[1]);
574 scratch = conv_rec.bytes[i];
575 conv_rec.bytes[i] = conv_rec.bytes[7-i];
576 conv_rec
547 } conv_rec; local
596 } conv_rec; local
[all...]

Completed in 270 milliseconds