Home | History | Annotate | Download | only in src

Lines Matching refs:words

618     unsigned int words[2];
637 conv_rec.wordswords[0]);
638 conv_rec.words[1] = htonl(conv_rec.words[1]);
650 unsigned int scratch = conv_rec.words[0];
651 conv_rec.words[0] = conv_rec.words[1];
652 conv_rec.words[1] = scratch;
667 unsigned int words[2];
693 unsigned int scratch = conv_rec.words[0];
694 conv_rec.words[0] = conv_rec.words[1];
695 conv_rec.words[1] = scratch;
702 conv_rec.words[0] = htonl(conv_rec.words[0]);
703 conv_rec.words[1] = htonl(conv_rec.words[1]);
3004 long words[2];
3009 words[1] - at least I think so - raj 4/95 */
3012 return(overlay->words[0]);
3015 return(overlay->words[1]);
3025 long words[2];
3030 words[0] - at least I think so - raj 4/95 */
3033 return(overlay->words[1]);
3036 return(overlay->words[0]);
3302 able to deal with that for us. famous last words :) raj