/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_suppressions.cc | 46 char *tpos = (char*)internal_strchr(templ, '*'); local 48 if (tpos == 0 || (tpos1 && tpos1 < tpos)) 49 tpos = tpos1; 50 if (tpos != 0) 51 tpos[0] = 0; 55 templ = tpos; 56 if (tpos) 57 tpos[0] = tpos == tpos1 ? '$' : '*' [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkCubicClipper.cpp | 75 SkScalar tNeg, tPos; // Negative and positive function parameters. 80 tPos = SK_Scalar1; 85 tPos = 0; 94 SkScalar tMid = (tPos + tNeg) / 2; 106 else tPos = tMid; 108 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe 110 *t = (tNeg + tPos) / 2;
|
/external/skia/src/core/ |
SkCubicClipper.cpp | 75 SkScalar tNeg, tPos; // Negative and positive function parameters. 80 tPos = SK_Scalar1; 85 tPos = 0; 94 SkScalar tMid = (tPos + tNeg) / 2; 106 else tPos = tMid; 108 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe 110 *t = (tNeg + tPos) / 2;
|
/external/iptables/libiptc/ |
linux_list.h | 658 * @tpos: the type * to use as a loop counter. 663 #define hlist_for_each_entry(tpos, pos, head, member) \ 666 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \ 671 * @tpos: the type * to use as a loop counter. 675 #define hlist_for_each_entry_continue(tpos, pos, member) \ 678 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \ 683 * @tpos: the type * to use as a loop counter. 687 #define hlist_for_each_entry_from(tpos, pos, member) [all...] |
/external/linux-tools-perf/util/include/linux/added/ |
list.h | 644 * @tpos: the type * to use as a loop cursor. 649 #define hlist_for_each_entry(tpos, pos, head, member) \ 652 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \ 657 * @tpos: the type * to use as a loop cursor. 661 #define hlist_for_each_entry_continue(tpos, pos, member) \ 664 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \ 669 * @tpos: the type * to use as a loop cursor. 673 #define hlist_for_each_entry_from(tpos, pos, member) [all...] |
/external/bzip2/ |
bzlib_private.h | 373 UInt32 tPos; 446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \ 447 s->tPos = s->tt[s->tPos]; \ 448 cccc = (UChar)(s->tPos & 0xff); \ 449 s->tPos >>= 8; 477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \ 478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \ 479 s->tPos = GET_LL(s->tPos); [all...] |
decompress.c | 547 s->tPos = s->origPtr; 566 s->tPos = s->tt[s->origPtr] >> 8;
|
bzlib.c | 598 UInt32 c_tPos = s->tPos; 676 s->tPos = c_tPos; [all...] |
/external/kernel-headers/original/linux/ |
list.h | 821 * @tpos: the type * to use as a loop cursor. 826 #define hlist_for_each_entry(tpos, pos, head, member) \ 829 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \ 834 * @tpos: the type * to use as a loop cursor. 838 #define hlist_for_each_entry_continue(tpos, pos, member) \ 841 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \ 846 * @tpos: the type * to use as a loop cursor. 850 #define hlist_for_each_entry_from(tpos, pos, member) [all...] |
/external/chromium_org/third_party/freetype/src/smooth/ |
ftgrays.c | 299 #define SUBPIXELS( x ) ( (TPos)(x) << PIXEL_BITS ) 323 typedef long TPos; /* sub-pixel coordinate */ 353 TPos x; /* same with gray_TWorker.ex */ 364 TPos min_ex, max_ex; 365 TPos min_ey, max_ey; 366 TPos count_ex, count_ey; 377 TPos x, y; 379 TPos last_ey; 404 TPos ycount; 475 TPos x = vec->x [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 299 #define SUBPIXELS( x ) ( (TPos)(x) << PIXEL_BITS ) 323 typedef long TPos; /* sub-pixel coordinate */ 353 TPos x; /* same with gray_TWorker.ex */ 364 TPos min_ex, max_ex; 365 TPos min_ey, max_ey; 366 TPos count_ex, count_ey; 377 TPos x, y; 379 TPos last_ey; 404 TPos ycount; 475 TPos x = vec->x [all...] |
/external/valgrind/main/perf/ |
test_input_for_tinycc.c | 1123 UInt32 tPos; [all...] |
bz2.c | 755 UInt32 tPos; 827 s->tPos = s->tt[s->tPos]; \ 828 cccc = (UChar)(s->tPos & 0xff); \ 829 s->tPos >>= 8; 854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \ 855 s->tPos = GET_LL(s->tPos); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
rbbitst.cpp | [all...] |
/external/icu4c/test/intltest/ |
rbbitst.cpp | [all...] |
/frameworks/av/media/libstagefright/ |
MP3Extractor.cpp | 613 { kKeyDiscNumber, "TPA", "TPOS" },
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper.cpp | 917 // DEBUG(" %d:\t orig advance: (%d/%d)\tadv=(%d/%d)\tpos=(%d/%d)\tback=%d\tnew_advance=%d", i, [all...] |
/external/valgrind/main/VEX/switchback/ |
test_bzip2.c | 739 UInt32 tPos; 811 s->tPos = s->tt[s->tPos]; \ 812 cccc = (UChar)(s->tPos & 0xff); \ 813 s->tPos >>= 8; 838 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \ 839 s->tPos = GET_LL(s->tPos); [all...] |
/external/valgrind/main/exp-sgcheck/tests/ |
hackedbz2.c | 762 UInt32 tPos; 834 s->tPos = s->tt[s->tPos]; \ 835 cccc = (UChar)(s->tPos & 0xff); \ 836 s->tPos >>= 8; 861 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \ 862 s->tPos = GET_LL(s->tPos); [all...] |
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.c | 755 UInt32 tPos; 827 s->tPos = s->tt[s->tPos]; \ 828 cccc = (UChar)(s->tPos & 0xff); \ 829 s->tPos >>= 8; 854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \ 855 s->tPos = GET_LL(s->tPos); [all...] |
varinfo6.c | 793 UInt32 tPos; 865 s->tPos = s->tt[s->tPos]; \ 866 cccc = (UChar)(s->tPos & 0xff); \ 867 s->tPos >>= 8; 892 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \ 893 s->tPos = GET_LL(s->tPos); [all...] |
/external/harfbuzz/src/ |
harfbuzz-shaper.cpp | [all...] |
/sdk/emulator/opengl/host/tools/emugen/ |
ApiGen.cpp | [all...] |
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | [all...] |