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

  /external/clang/test/CodeGen/
2007-04-05-UnPackedStruct.c 6 tB = 1
15 struct MyStruct MS = { tB, 0 };
2007-04-05-PackedStruct.c 7 tB = 1
17 struct MyStruct MS = { tB, 0 };
  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mul2add.c 44 unsigned char *tA, *tB;
61 tB = XCALLOC(1, ECC_BUF_SIZE);
62 if (tB == NULL) {
82 mp_to_unsigned_bin(kB, (len - lenB) + tB);
134 bitbufB = tB[0];
142 bitbufB = tB[x];
194 zeromem(tB, ECC_BUF_SIZE);
197 XFREE(tB);
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 43 register float tB = 1.0;
60 tB -= step;
62 const float a = tB * tB;
63 const float b = 2.0 * tA * tB;
81 register float tB = 1.0;
100 tB -= step;
102 const float tBsq = tB * tB;
104 const float a = tBsq * tB;
    [all...]

Completed in 96 milliseconds