Searched refs:below (Results 76 - 100 of 231) sorted by relevance

12345678910

/external/chromium_org/tools/vim/
H A Dninja-build.vim34 # would find "src/v8" for files below "src/v8", as "src/v8/build/common.gypi"
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-x87.cc305 __ j(below, &Ljcc);
324 __ j(below, &Ljcc);
H A Dtest-disasm-ia32.cc305 __ j(below, &Ljcc);
324 __ j(below, &Ljcc);
436 __ cmov(below, eax, Operand(eax, 2));
H A Dtest-disasm-x64.cc275 __ j(below, &Ljcc);
294 __ j(below, &Ljcc);
401 __ cmovq(below, rax, Operand(rax, 2));
H A Dtest-assembler-x87.cc196 __ j(below, &less_l);
/external/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex54 below is returned.
H A Dunw_get_proc_name.tex46 Otherwise the negative value of one of the error-codes below is
H A Dunw_resume.tex65 negative value of one of the errors below is returned.
H A Dunw_create_addr_space.tex22 The call-back routines are described in detail below. The
50 follows below.
93 released via the \Func{put\_unwind\_info} call-back (see below).
/external/libvorbis/doc/
H A D08-residue.tex43 important to note that the integer division truncates. In the below
50 illustration below. Just as the residue vectors are coded in grouped
54 represents the classification numbers in that chunk. In the below
429 \item If all vectors 0 through \emph{ch}-1 are marked 'do not decode', allocate and clear a single vector \varname{[v]}of length \emph{ch*n} and skip step 2 below; proceed directly to the post-decode step.
H A D09-helper.tex8 The equations below are used in multiple places by the Vorbis codec
H A DVorbis_I_spec.tex122 % TODO: Use a bibliography, as in the example below?
H A D07-floor1.tex51 For the below example, we assume a floor setup with an [n] of 128.
247 Although some aspects of the below algorithm look like inconsequential
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec172 described in the table below:
/external/srec/config/en.us/
H A DAndroid.mk68 # Those without explicit rules are subject to the rule below
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h215 below = 2,
231 carry = below,
252 case below:
255 return below;
H A Ddeoptimizer-ia32.cc368 __ j(below, &outer_push_loop);
/external/chromium_org/v8/src/ic/ia32/
H A Dic-ia32.cc167 __ j(below, slow);
253 __ j(below, slow_case);
701 __ j(below, &slow);
709 __ j(below, &fast_object);
/external/chromium_org/v8/src/ic/x87/
H A Dic-x87.cc167 __ j(below, slow);
255 __ j(below, slow_case);
703 __ j(below, &slow);
711 __ j(below, &fast_object);
/external/blktrace/doc/
H A Dblktrace.tex60 blktrace. Some of the specific instructions below may need to be tailored
387 -a \emph{mask} & --act-mask=\emph{mask} & Add \emph{mask} to current filter (see below for masks) \\ \hline
437 will help in understanding the command line options presented below.
578 below it in the io stack. The remap action details what exactly is
593 \emph{a} & Action, a (small) string (1 or 2 characters) -- see table below for more details \\ \hline
596 \emph{d} & RWBS field, a (small) string (1-3 characters) -- see section below for more details \\ \hline
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp353 if (RenderTableCell* below = table()->cellBelow(this)) {
354 left = std::max(left, below->borderHalfLeft(true));
355 right = std::max(right, below->borderHalfRight(true));
/external/chromium_org/v8/src/ic/x64/
H A Dic-x64.cc161 __ j(below, slow);
268 // Now the key is known to be a smi. This place is also jumped to from below
597 __ j(below, &slow);
666 __ j(below, slow_case);
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h69 below = 2, enumerator in enum:Condition
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h290 below = 2,
310 carry = below,
332 case below:
335 return below;
H A Ddeoptimizer-x64.cc28 // code patching below, and is not needed any more.
269 __ j(below, &outer_push_loop);

Completed in 872 milliseconds

12345678910