Searched refs:xtemp (Results 1 - 3 of 3) sorted by relevance
/external/freetype/src/base/ |
H A D | fttrigon.c | 168 FT_Fixed x, y, xtemp, b; local 178 xtemp = y; 180 x = xtemp; 186 xtemp = -y; 188 x = xtemp; 199 xtemp = x + ( ( y + b ) >> i ); 201 x = xtemp; 206 xtemp = x - ( ( y + b ) >> i ); 208 x = xtemp; 223 FT_Fixed x, y, xtemp, local [all...] |
/external/pdfium/third_party/freetype/src/base/ |
H A D | fttrigon.c | 167 FT_Fixed x, y, xtemp, b; local 177 xtemp = y; 179 x = xtemp; 185 xtemp = -y; 187 x = xtemp; 198 xtemp = x + ( ( y + b ) >> i ); 200 x = xtemp; 205 xtemp = x - ( ( y + b ) >> i ); 207 x = xtemp; 222 FT_Fixed x, y, xtemp, local [all...] |
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
H A D | rijndael-alg-fst.c | 153 } xtemp; local 154 #define temp xtemp.x8 318 } xtemp; local 319 #define temp xtemp.x8
|
Completed in 165 milliseconds