Searched refs:xtemp (Results 1 – 2 of 2) sorted by relevance
190 FT_Fixed x, y, xtemp; in ft_trig_pseudo_rotate() local217 xtemp = x + ( y << 1 ); in ft_trig_pseudo_rotate()219 x = xtemp; in ft_trig_pseudo_rotate()224 xtemp = x - ( y << 1 ); in ft_trig_pseudo_rotate()226 x = xtemp; in ft_trig_pseudo_rotate()236 xtemp = x + ( y >> i ); in ft_trig_pseudo_rotate()238 x = xtemp; in ft_trig_pseudo_rotate()243 xtemp = x - ( y >> i ); in ft_trig_pseudo_rotate()245 x = xtemp; in ft_trig_pseudo_rotate()
153 } xtemp; in rijndaelEncrypt() local154 #define temp xtemp.x8 in rijndaelEncrypt()318 } xtemp; in rijndaelDecrypt() local319 #define temp xtemp.x8 in rijndaelDecrypt()