Home | History | Annotate | Download | only in netperf

Lines Matching refs:words

550     unsigned int words[2];
569 conv_rec.words[0] = htonl(conv_rec.words[0]);
570 conv_rec.words[1] = htonl(conv_rec.words[1]);
582 unsigned int scratch = conv_rec.words[0];
583 conv_rec.words[0] = conv_rec.words[1];
584 conv_rec.words[1] = scratch;
599 unsigned int words[2];
625 unsigned int scratch = conv_rec.words[0];
626 conv_rec.words[0] = conv_rec.words[1];
627 conv_rec.words[1] = scratch;
635 conv_rec.words[0] = htonl(conv_rec.words[0]);
636 conv_rec.words[1] = htonl(conv_rec.words[1]);
2473 long words[2];
2478 /* return words[1] - at least I think so - raj 4/95 */
2481 return(overlay->words[0]);
2484 return(overlay->words[1]);
2494 long words[2];
2499 /* return words[0] - at least I think so - raj 4/95 */
2502 return(overlay->words[1]);
2505 return(overlay->words[0]);
2770 able to deal with that for us. famous last words :) raj 2003-02-26 */