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

  /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/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...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.h 395 unsigned tR, tG, tB, tA; \
401 tB = 1 + (sB * sA) + (dB * tA); \
402 dB = (tB + (tB >> 8)) >> 8; \
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 463 milliseconds