HomeSort by relevance Sort by last modified time
    Searched defs:tA (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGen/
2007-04-05-UnPackedStruct.c 5 tA = 0,
2007-04-05-PackedStruct.c 6 tA = 0,
  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mul2add.c 44 unsigned char *tA, *tB;
57 tA = XCALLOC(1, ECC_BUF_SIZE);
58 if (tA == NULL) {
63 XFREE(tA);
79 mp_to_unsigned_bin(kA, (len - lenA) + tA);
133 bitbufA = tA[0];
141 bitbufA = tA[x];
193 zeromem(tA, ECC_BUF_SIZE);
196 XFREE(tA);
  /external/icu4c/layout/
ThaiShaping.h 50 tA = 0,
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 42 register float tA = 0.0;
59 tA += step;
63 const float b = 2.0 * tA * tB;
64 const float c = tA * tA;
80 register float tA = 0.0;
99 tA += step;
101 const float tAsq = tA * tA;
105 const float b = 3.0 * tA * tBsq
    [all...]

Completed in 316 milliseconds