/external/chromium_org/third_party/freetype/src/base/ |
fttrigon.c | 149 FT_Fixed x, y, xtemp, b; local 159 xtemp = y; 161 x = xtemp; 167 xtemp = -y; 169 x = xtemp; 180 xtemp = x + ( ( y + b ) >> i ); 182 x = xtemp; 187 xtemp = x - ( ( y + b ) >> i ); 189 x = xtemp; 204 FT_Fixed x, y, xtemp, b local [all...] |
/external/freetype/src/base/ |
fttrigon.c | 149 FT_Fixed x, y, xtemp, b; local 159 xtemp = y; 161 x = xtemp; 167 xtemp = -y; 169 x = xtemp; 180 xtemp = x + ( ( y + b ) >> i ); 182 x = xtemp; 187 xtemp = x - ( ( y + b ) >> i ); 189 x = xtemp; 204 FT_Fixed x, y, xtemp, b local [all...] |
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
rijndael-alg-fst.c | 153 } xtemp; local 154 #define temp xtemp.x8 318 } xtemp; local 319 #define temp xtemp.x8
|