/external/valgrind/main/exp-bbv/tests/arm-linux/ |
ll.S | 158 @ Middle-Line
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
intel_tris.c | 571 #define LINE( v0, v1 ) \ 602 tnl_line_func line; member in struct:__anon15054 863 #define RENDER_LINE( v0, v1 ) LINE( V(v0), V(v1) ) 921 tnl->Driver.Render.Line(ctx, ii, jj); 1014 tnl->Driver.Render.Line = rast_tab[index].line; 1021 tnl->Driver.Render.ClippedLine = line; /* from tritmp.h */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
context.c | 48 * point/line/triangle setup, rasterization, vertex array caching, 57 * The first line lists the Mesa source code modules. 58 * The second line lists the indexes available for viewing the documentation [all...] |
get.c | 429 { GL_LINE_WIDTH, CONTEXT_FLOAT(Line.Width), NO_EXTRA }, 591 { GL_LINE_SMOOTH, CONTEXT_BOOL(Line.SmoothFlag), NO_EXTRA }, [all...] |
mtypes.h | 965 * Line attribute group (GL_LINE_BIT). 973 GLfloat Width; /**< Line width */ [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_tris.c | 571 #define LINE( v0, v1 ) \ 602 tnl_line_func line; member in struct:__anon25398 863 #define RENDER_LINE( v0, v1 ) LINE( V(v0), V(v1) ) 921 tnl->Driver.Render.Line(ctx, ii, jj); 1014 tnl->Driver.Render.Line = rast_tab[index].line; 1021 tnl->Driver.Render.ClippedLine = line; /* from tritmp.h */ [all...] |
/external/mesa3d/src/mesa/main/ |
context.c | 48 * point/line/triangle setup, rasterization, vertex array caching, 57 * The first line lists the Mesa source code modules. 58 * The second line lists the indexes available for viewing the documentation [all...] |
get.c | 429 { GL_LINE_WIDTH, CONTEXT_FLOAT(Line.Width), NO_EXTRA }, 591 { GL_LINE_SMOOTH, CONTEXT_BOOL(Line.SmoothFlag), NO_EXTRA }, [all...] |
mtypes.h | 965 * Line attribute group (GL_LINE_BIT). 973 GLfloat Width; /**< Line width */ [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 40 This document presents the command line overview for 73 specify the \texttt{-a queue} command line option to \texttt{blktrace}. 242 \newpage\section{\label{sec:command-line}Command Line Options} 243 \subsection{\texttt{btrecord} Command Line Options} 288 The \texttt{-h} option displays the command line options and 382 \newpage\subsection{\texttt{btreplay} Command Line Options} 426 The \texttt{-h} option displays the command line options and 468 just two pieces of data per line: 492 supplied on the command line [all...] |
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | 215 // Leave this out of line, so it will serve as a virtual method anchor 302 // If constraint is a line AX + BY = C, returns A. 305 assert((Kind == Line || Kind == Distance) && 306 "Kind should be Line (or Distance)"); 311 // If constraint is a line AX + BY = C, returns B. 314 assert((Kind == Line || Kind == Distance) && 315 "Kind should be Line (or Distance)"); 320 // If constraint is a line AX + BY = C, returns C. 323 assert((Kind == Line || Kind == Distance) && 324 "Kind should be Line (or Distance)") [all...] |
/external/bison/doc/ |
refcard.tex | 16 % comment out this line if you want page numbers to appear. 161 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}} 191 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}} 210 % This next line is useful when designing the layout. 315 \section{Command Line Options} 322 \key{Don't put {\tt \#line} directives in the parser.} {-l} 446 \key{Access data's line location.} {@{\it x}.{\it line\_spec}} 453 number, {\it x} is a number or \$, {\it line\_spec} one of {\tt
|
/external/llvm/lib/MC/ |
MCDwarf.cpp | 37 // First special line opcode - leave room for the standard opcodes. 42 // Minimum line offset in a special line info. opcode. This value 46 // Range of line offsets in a special line info. opcode. 63 // a line entry made for it is made. 69 // Create a symbol at in the current section for use in the line entry. 77 // Create a (local) line entry with the symbol and the current .loc info. 89 // Create a new MCLineSection. This will be deleted after the dwarf line 97 // Add the line entry to this section's entries [all...] |
/external/clang/include/clang/Lex/ |
Preprocessor.h | 240 /// place the lexer at the start of a line. 343 /// should use from the command line etc. 600 /// pragma line before the pragma string starts, e.g. "STDC" or "GCC". [all...] |
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | 161 /// The values from the last parsed cpp hash file line comment if any. 167 /// logical line number based on the last parsed cpp hash file line comment 168 /// and current line. Since this is slow and messes up the SourceMgr's 379 // ".file", ".line", ".loc", ".stabs" 629 // the next line. 685 /// eatToEndOfStatement - Throw away the rest of the line for testing purposes. [all...] |
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
ll.S | 169 # Middle-Line
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
ll.S | 161 # Middle-Line
|
/external/chromium_org/third_party/icu/source/test/letest/ |
letest.cpp | 741 * line is correct. 744 * that we get the expected number of runs per line and that the line breaks are where 754 const ParagraphLayout::Line *line; local [all...] |
/external/icu4c/test/letest/ |
letest.cpp | 741 * line is correct. 744 * that we get the expected number of runs per line and that the line breaks are where 754 const ParagraphLayout::Line *line; local [all...] |
/frameworks/native/opengl/libagl/ |
primitives.cpp | 526 #pragma mark Line 540 // clip the line if needed 560 // render our line 561 c->rasterizer.procs.linex(c, v0->window.v, v1->window.v, c->line.width); [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tree.pas | 511 /// <summary>In case we don't have a token payload, what is the line for errors? </summary> 512 property Line: Integer read GetLine; [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 54 command-line usage section occurs relatively late in the document (see 55 section~\ref{sec:cmd-line}), as we felt that discussing some of the 108 \item[average component times across all IOs] The time line of each IO 357 of the time line discussed above on page~\pageref{tl-defs}, a chart is 383 will also break down the various parts of an IOs time line based upon a 547 When the black line (system Q activity) is \emph{high}, then the system 550 were coming in. Similarly for the red line and C activity. 603 note that the line has been split to fit on the printed page: 617 line of data. 621 \texttt{btt} can produce a text file containing time line data for eac [all...] |
/system/core/libpixelflinger/ |
trap.cpp | 333 #pragma mark Line 623 // at the last line. In fact, it's even a strict inequality except in one [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
Delphi.stg | 252 State.TokenStartLine := Input.Line; 1031 /** Dump the elements one per line */ [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |