Searched refs:above (Results 276 - 300 of 386) sorted by relevance

<<111213141516

/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc3319 j(above, fail, distance);
3335 j(above, fail, distance);
3346 j(above, fail, distance);
4456 j(above, gc_required);
4529 j(above, gc_required);
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc226 __ j(above, &done);
849 __ j(above, &runtime);
1413 __ j(above, &above_label, Label::kNear);
2637 __ j(above, &runtime);
2913 __ j(above, &result_greater, Label::kNear);
H A Dlithium-codegen-x87.cc2214 Condition condition = (operation == HMathMinMax::kMathMin) ? below : above;
2518 cond = is_unsigned ? above : greater;
2852 __ j(above, is_false);
3619 DeoptimizeIf(above, instr, "too many arguments");
3627 // length is a small non-negative integer, due to the test above.
4518 Condition cc = instr->hydrogen()->allow_equality() ? above : above_equal;
4813 // DoStringCharCodeAt above.
4856 __ j(above, deferred->entry());
4972 __ j(above, deferred->entry());
5436 DeoptimizeIf(above, inst
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c706 const ENTROPY_CONTEXT *const above = pd->above_context; local
712 vpx_memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w);
717 t_above[i] = !!*(const uint16_t *)&above[i];
723 t_above[i] = !!*(const uint32_t *)&above[i];
729 t_above[i] = !!*(const uint64_t *)&above[i];
3550 /* required for left and above block mv */
3623 // should be above the maximum valid value. hence it takes the known
3662 // If we used an estimate for the uv intra rd in the loop above...
3664 // Do Intra UV best rd mode selection if best mode choice above was intra.
4256 /* required for left and above bloc
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm34 neg rax ; negate pitch to deal with above border
355 neg rax ; negate pitch to deal with above border
628 neg rax ; negate pitch to deal with above border
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm34 neg rax ; negate pitch to deal with above border
355 neg rax ; negate pitch to deal with above border
628 neg rax ; negate pitch to deal with above border
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js502 "above", "absolute", "activeborder", "activecaption", "afar",
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dobject.pxd145 # the generic algorithm described above. New in version
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm78 neg rax ; negate pitch to deal with above border
/external/chromium_org/third_party/x86inc/
H A Dx86inc.asm11 ;* purpose with or without fee is hereby granted, provided that the above
/external/iproute2/doc/
H A Dip-tunnels.tex32 A: You are right, it does not work. The command written above is split to two commands.
/external/jpeg/
H A Dconfigure1125 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
/external/libunwind/doc/
H A Dlibunwind.tex144 If we put all of the above together, here is how we could use
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm78 neg rax ; negate pitch to deal with above border
/external/openssl/crypto/bn/asm/
H A Dia64-mont.pl662 // above loop has to execute one more time, without (p16), which is
760 // carrybit|tmp[8] layout upon exit from above loop is:
/external/oprofile/utils/
H A Dopcontrol173 all: all of the above
/external/pcre/dist/
H A DRunTest.bat221 echo In above output, one or more of the various tests failed!
/external/qemu/distrib/jpeg-6b/
H A Dconfigure1125 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
/external/tremolo/Tremolo/
H A DmdctLARM.s11 @ * Redistributions of source code must retain the above copyright
13 @ * Redistributions in binary form must reproduce the above
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm9 ; * Please use the copyright conditions above.
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl518 } elsif ($licensetext =~ /Redistributions of source code must retain the above copyright notice/) {
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dconfigure.sh29 echo "don't see any useful error messages above, the next step is to look"
112 of that shown above. If the option --disable-foo is listed, then
987 # options that were put in above
/external/chromium_org/v8/src/ic/ia32/
H A Dic-ia32.cc221 __ j(above, not_unique);
/external/chromium_org/v8/src/ic/x87/
H A Dic-x87.cc223 __ j(above, not_unique);
/external/clang/tools/scan-build/
H A Dscan-build1329 The above example causes analysis reports to be deposited into a subdirectory

Completed in 1378 milliseconds

<<111213141516