Home | History | Annotate | Download | only in amd64

Lines Matching refs:f80

69 static void rev80 ( UChar* f80 )
71 SWAPC( f80[0], f80[9] );
72 SWAPC( f80[1], f80[8] );
73 SWAPC( f80[2], f80[7] );
74 SWAPC( f80[3], f80[6] );
75 SWAPC( f80[4], f80[5] );