Searched refs:below (Results 101 - 125 of 231) sorted by relevance

12345678910

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp679 // case the counts asserted below may or may not be enough to separate the
1269 // since logic below doesn't transfer count (only increments/decrements) can this be
3862 const SkOpSpan& below = fTs[tIndex - 1];
3863 if (below.fT == t) {
3864 nextDoorWind = below.fWindValue;
3865 nextOppWind = below.fOppValue;
3876 const SkOpSpan& below = fTs[tIndex - 1];
3877 if (approximately_negative(t - below.fT)) {
3878 nextDoorWind = below.fWindValue;
3879 nextOppWind = below
[all...]
/external/skia/src/pathops/
H A DSkOpSegment.cpp673 // case the counts asserted below may or may not be enough to separate the
1236 // since logic below doesn't transfer count (only increments/decrements) can this be
3777 const SkOpSpan& below = fTs[tIndex - 1];
3778 if (below.fT == t) {
3779 nextDoorWind = below.fWindValue;
3780 nextOppWind = below.fOppValue;
3791 const SkOpSpan& below = fTs[tIndex - 1];
3792 if (approximately_negative(t - below.fT)) {
3793 nextDoorWind = below.fWindValue;
3794 nextOppWind = below
[all...]
/external/ceres-solver/
H A DAndroid.mk66 # to the LOCAL_CFLAGS variable below.
/external/ceres-solver/jni/
H A DAndroid.mk66 # to the LOCAL_CFLAGS variable below.
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dpycapsule.pxd5 # note all char* in the below functions are actually const char*
H A Dmodule.pxd12 # below, leaving the globals and locals arguments set to
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc440 __ j(below, tlabel);
519 cc = below;
/external/conscrypt/
H A DAndroid.mk39 # All subdirectories are optional (hence the "2> /dev/null"s below).
/external/libunwind/doc/
H A Dunw_get_proc_info.tex87 Otherwise the negative value of one of the error-codes below is
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DAndroid.mk228 # TODO: this is only needed because of libebl below, which seems like a mistake on the target.
/external/llvm/lib/Support/Unix/
H A DProgram.inc340 // simple fact of having a handler at all causes the wait below to return
/external/llvm/utils/TableGen/
H A Dtdtags62 particular common use case. See the RECIPES section below for details.
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc171 // Since we must use rcx for shifts below, use some other register (rax)
191 __ j(below, &process_64_bits);
781 // Untag rcx for the loop below.
946 // Untag the length for the loop below.
1233 // use rbp, which points exactly to one pointer size below the previous rsp.
1565 __ j(below, &first_non_object, Label::kNear);
1601 __ setcc(below, rcx);
1665 __ j(below, &not_both_objects, Label::kNear);
1667 __ j(below, &not_both_objects, Label::kNear);
1684 // Push arguments below th
[all...]
H A Dregexp-macro-assembler-x64.cc292 __ j(below, &loop);
417 __ j(below, &loop);
700 // Handle it if the stack pointer is already below the stack limit.
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc210 // Since we must use ecx for shifts below, use some other register (eax)
234 __ j(below, &process_64_bits);
1082 // Untag the length for the loop below.
1315 // use ebp, which points exactly to one pointer size below the previous esp.
1699 __ j(below, &first_non_object, Label::kNear);
1737 __ cmov(below, eax, ecx);
1798 __ j(below, &not_both_objects, Label::kNear);
1800 __ j(below, &not_both_objects, Label::kNear);
1820 // Push arguments below the return address.
2038 __ j(below,
[all...]
H A Dregexp-macro-assembler-ia32.cc227 // Save register contents to make the registers available below.
268 __ j(below, &loop);
359 // Save register to make it available below.
383 __ j(below, &loop);
650 // Handle it if the stack pointer is already below the stack limit.
/external/bison/
H A Dmaint.mk824 # The exempted names below are defined only conditionally in gnulib,
903 # In addition, while the code below detects both blank lines and a missing
954 # that is shared by two definitions below.
1022 # The perl -0777 invocation below extracts the possibly-multi-line
1592 # reserved by the compiler, so are automatically excluded below.
1604 # so are automatically excluded below.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb96 below.
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djdsammmx.asm260 mov esi, JSAMPROW [esi+1*SIZEOF_JSAMPROW] ; inptr1(below)
496 add esi, byte 1*SIZEOF_MMWORD ; inptr1(below)
H A Djdsamss2-64.asm236 mov rsi, JSAMPROW [rsi+1*SIZEOF_JSAMPROW] ; inptr1(below)
457 add rsi, byte 1*SIZEOF_XMMWORD ; inptr1(below)
H A Djdsamss2.asm258 mov esi, JSAMPROW [esi+1*SIZEOF_JSAMPROW] ; inptr1(below)
494 add esi, byte 1*SIZEOF_XMMWORD ; inptr1(below)
/external/chromium_org/v8/src/x87/
H A Ddeoptimizer-x87.cc395 __ j(below, &outer_push_loop);
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex68 NB notes here and below reflect only my personal opinion,
173 cached at flow setup (see below). However, for connected sockets
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m269 axis([0 1100 0.5 1]); % y-limit are set to 'auto' below
/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc662 __ j(below, tlabel);
741 cc = below;

Completed in 1925 milliseconds

12345678910