/external/icu4c/layout/ |
ThaiStateTables.cpp | 33 /*00*/ {{ 0, tA}, { 1, tA}, {18, tA}, {35, tA}, { 0, tA}, { 0, tS}, { 0, tS}, { 0, tA}, { 0, tR}, { 0, tR}, { 0, tR}, { 0, tR}, { 0, tR}, { 0, tR}, { 0, tR}, { 0, tR}, { 0, tR}, { 0, tR}, { 0, tR}}, 34 /*01*/ {{ 0, tA}, { 1, tA}, {18, tA}, {35, tA}, { 0, tA}, { 0, tA}, { 0, tS}, { 0, tA}, { 2, tC}, { 6, tC}, { 0, tC}, { 8, tE}, { 0, tE}, { 0, t (…) [all...] |
ThaiShaping.h | 50 tA = 0,
|
ThaiShaping.cpp | 151 case tA: 245 case tA:
|
/external/llvm/test/FrontendC/ |
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/doclava/src/com/google/doclava/ |
TypeInfo.java | 341 for (TypeInfo tA : mTypeArguments) { 342 returnString += tA.qualifiedTypeName() + "(" + tA + ") "; 347 for (TypeInfo tA : mSuperBounds) { 348 returnString += tA.qualifiedTypeName() + "(" + tA + ") "; 353 for (TypeInfo tA : mExtendsBounds) { 354 returnString += tA.qualifiedTypeName() + "(" + tA + ") ";
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit.h | 395 unsigned tR, tG, tB, tA; \ 396 tA = 255 - sA; \ 397 tR = 1 + (sR * sA) + (dR * tA); \ 399 tG = 1 + (sG * sA) + (dG * tA); \ 401 tB = 1 + (sB * sA) + (dB * tA); \
|
/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...] |
/external/opencv/cxcore/src/ |
cxmatrix.cpp | 625 double* tA = A; \ 632 tA += stepA; \ 633 tval = fabs(tA[i]); \ 651 tA = A + stepA*(k - i); \ 657 CV_SWAP( A[j], tA[j], t ); \ 674 tA = A; \ 681 tA += stepA; \ 683 double alpha = -tA[i]*tval; \ 686 tA[k] = tA[k] + alpha*A[k]; [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |