/external/chromium_org/third_party/skia/src/core/ |
SkQuadClipper.cpp | 66 const SkScalar ctop = fClip.fTop; local 68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) { 76 if (dst[0].fY < ctop) { 77 if (chopMonoQuadAtY(dst, ctop, &t)) { 86 if (dst[i].fY < ctop) { 87 dst[i].fY = ctop;
|
SkCubicClipper.cpp | 124 const SkScalar ctop = fClip.fTop; local 126 if (dst[3].fY <= ctop || dst[0].fY >= cbot) { 134 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) {
|
/external/skia/src/core/ |
SkQuadClipper.cpp | 66 const SkScalar ctop = fClip.fTop; local 68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) { 76 if (dst[0].fY < ctop) { 77 if (chopMonoQuadAtY(dst, ctop, &t)) { 86 if (dst[i].fY < ctop) { 87 dst[i].fY = ctop;
|
SkCubicClipper.cpp | 124 const SkScalar ctop = fClip.fTop; local 126 if (dst[3].fY <= ctop || dst[0].fY >= cbot) { 134 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) {
|
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/ |
memcpy.S | 71 adds cnt=-1,cnt // br.ctop is repeat/until 103 br.ctop.dptk.few 1b 119 adds cnt=-1,in2 // br.ctop is repeat/until 147 br.ctop.dptk.few 1b 169 * On Itanium, the pipeline itself runs without stalls. However, br.ctop 239 adds t2=-1,t2 // br.ctop is repeat/until 284 br.ctop.dptk.few 1b; \
|
memcpy_mck.S | 141 add cnt=-1,r29 // ctop iteration adjustment 163 br.ctop.dptk.few 1b 213 br.ctop.sptk .prefetch_loop 259 br.ctop.sptk .line_copy 319 add cnt=-1,r22 // ctop iteration adjustment 510 br.ctop.dptk.few 1b;; \
|
/external/openssl/crypto/bn/asm/ |
ia64-mont.pl | 181 br.ctop.sptk .L1st_ctop };; 268 br.ctop.sptk .Linner_ctop };; 327 br.ctop.sptk .Lsub_ctop };; 351 br.ctop.sptk .Lcopy_ctop };; 658 br.ctop.sptk.many .Louter_8_ctop };;
|
ia64.S | 207 br.ctop.sptk .L_bn_add_words_ctop };; 260 br.ctop.sptk .L_bn_sub_words_ctop };; 341 br.ctop.sptk .L_bn_mul_words_ctop };; 374 br.ctop.sptk .L_bn_mul_words_ctop };; 445 br.ctop.sptk .L_bn_mul_add_words_ctop};; 511 br.ctop.sptk .L_bn_sqr_words_ctop };; [all...] |
/external/openssl/crypto/ |
ia64cpuid.S | 74 br.ctop.sptk .L_wipe_top };;
|
/external/openssl/crypto/md5/asm/ |
md5-ia64.S | 488 br.ctop.sptk.many label ; \ 617 br.ctop.dptk.many dest ; \ 882 br.ctop.sptk.many .md5_FF_round##offset ; \
|
/external/libunwind/tests/ |
ia64-test-nat-asm.S | 464 br.ctop.dptk.few 1b;;
|
/packages/apps/Browser/src/com/android/browser/view/ |
ScrollerView.java | 1009 final int ctop = mHorizontal ? focusCandidate.getLeft() : focusCandidate.getTop(); local [all...] |
/external/openssl/crypto/aes/asm/ |
aes-ia64.S | 189 br.ctop.sptk .Le_top };; 568 br.ctop.sptk .Ld_top };; [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-ia64.pl | 85 br.ctop.sptk $label };;
|