/external/llvm/test/FrontendC/ |
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...] |
/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/opencv/cxcore/src/ |
cxmatrix.cpp | 626 arrtype* tB = 0; \ 662 tB = B + stepB*(k - i); \ 667 CV_SWAP( B[j], tB[j], t ); \ 675 tB = B; \ 682 tB += stepB; \ 690 tB[k] = (arrtype)(tB[k] + alpha*B[k]); \ 726 arrtype* tB = B + j; \ 729 for( k = n - 1; k > i; k--, tB -= stepB ) \ 730 x += A[k]*tB[0]; [all...] |
/external/llvm/lib/Target/ARM/ |
ARMConstantIslandPass.cpp | 52 cl::desc("Adjust basic block layout to better use TB[BH]")); 291 // of the TB[BH] instructions. 546 UOpc = ARM::tB; 550 case ARM::tB: 741 unsigned Opc = isThumb ? (isThumb2 ? ARM::t2B : ARM::tB) : ARM::B; [all...] |
ARMBaseInstrInfo.h | 441 return Opc == ARM::B || Opc == ARM::tB || Opc == ARM::t2B;
|
ARMBaseInstrInfo.cpp | 399 ? ARM::B : (AFI->isThumb2Function() ? ARM::t2B : ARM::tB); [all...] |
ARMAsmPrinter.cpp | [all...] |
/frameworks/base/media/tests/contents/media_api/music/ |
test_amr_ietf.amr | 322 ??"????<?[?<??/C??T`??7?i????X???DIf <4?x?\???_??bp?%?h??yJ3??B?<?o?J~"? J???g ?~e??d
F???_?<x????????h?"K?Z}?T????????<B{?&???Y?7?S?V??A??@??V????@<RL??8Iw??pP??'?? 3\U0L??qp<B|?H?c?Z?P?&( ?"?]?T2f??????<RJ?/?-[?????)?? ?p?B??\???<Nl? l??U?hBVwd^1%???<?4 <TB'?k,0??<???A~?:?????H???<H_????Iw???6??r [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...] |