HomeSort by relevance Sort by last modified time
    Searched refs:xtemp (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/base/
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, 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

Completed in 86 milliseconds