Home | History | Annotate | Download | only in netperf

Lines Matching full:overlay

2474   } *overlay;
2476 overlay = (union overlay_u *)big_int;
2481 return(overlay->words[0]);
2484 return(overlay->words[1]);
2495 } *overlay;
2497 overlay = (union overlay_u *)big_int;
2502 return(overlay->words[1]);
2505 return(overlay->words[0]);