/external/giflib/ |
gif_lib.h | 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_tex.c | 81 PUSH_DATAm(push, ctx->TextureMatrixStack[i].Top->m);
|
nv20_state_tex.c | 78 PUSH_DATAm(push, ctx->TextureMatrixStack[i].Top->m);
|
/external/mesa3d/src/mesa/main/ |
texstate.c | 374 if (_math_matrix_is_dirty(ctx->TextureMatrixStack[u].Top)) { 375 _math_matrix_analyse( ctx->TextureMatrixStack[u].Top ); 378 ctx->TextureMatrixStack[u].Top->type != MATRIX_IDENTITY) 668 if (ctx->TextureMatrixStack[unit].Top->type != MATRIX_IDENTITY)
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_fog.c | 164 const GLfloat *m = ctx->ModelviewMatrixStack.Top->m;
|
/external/openfst/src/include/fst/extensions/pdt/ |
pdt.h | 46 // 'nodes_'. Each node represents the top of some stack and is 48 // the stack with the top 'popped' and its children are stored in 81 // label is a close parenthesis that matches the top of the stack, 111 // Returns the stack ID obtained by "popping" the label at the top 117 // Returns the paren ID at the top of the stack for 'stack_id' 118 ssize_t Top(StackId stack_id) const {
|
/external/clang/lib/Basic/ |
VirtualFileSystem.cpp | 783 yaml::MappingNode *Top = dyn_cast<yaml::MappingNode>(Root); 784 if (!Top) { 800 for (yaml::MappingNode::iterator I = Top->begin(), E = Top->end(); I != E; 856 if (!checkMissingKeys(Top, Keys)) [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
agtctl.h | [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
common_test_util.js | 32 * @param {Object} topLevelContainer Top-level container of the original
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
data.js | 92 // Some types, such as 'Top level folder', appear in the list of nodes
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
replace.h | 308 const PrefixTuple& top = stack.Top(); local 311 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate)); 412 const PrefixTuple& Top() const {
|
/external/chromium_org/v8/src/compiler/ |
ast-graph-builder.h | 232 Node* Top() {
|
ast-graph-builder.cc | 61 // Initialize the top-level environment. 70 // Push top-level function scope for the function body. 538 Node* tag = environment()->Top(); [all...] |
/external/chromium_org/v8/src/ |
effects.h | 243 Effects<Var, kNoVar> Top() { return node_->effects; }
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
scan-build | 30 my $Top; 849 Diag("Run '$Top/prebuilts/misc/linux-x86/analyzer/tools/scan-view/scan-view $Dir' to examine bug reports.\n"); [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
scan-build | 30 my $Top; 849 Diag("Run '$Top/prebuilts/misc/linux-x86/analyzer/tools/scan-view/scan-view $Dir' to examine bug reports.\n"); [all...] |
/external/bison/data/ |
yacc.c | 349 b4_percent_code_get([[top]])[]dnl 827 | TOP (included). | 843 # define YY_STACK_PRINT(Bottom, Top) \ 846 yy_stack_print ((Bottom), (Top)); \ 889 # define YY_STACK_PRINT(Bottom, Top) 911 *YYTOP is either its top or is YYTOP_EMPTY to indicate an empty [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
ExpressionParser.cpp | 812 | TOP (included). | 835 # define YY_STACK_PRINT(Bottom, Top) \ 838 yy_stack_print ((Bottom), (Top)); \ 886 # define YY_STACK_PRINT(Bottom, Top) 1010 about the unexpected token YYTOKEN for the state stack whose top is [all...] |
/external/libpcap/ |
grammar.c | [all...] |
/external/llvm/lib/CodeGen/ |
MachineBlockPlacement.cpp | 540 /// \brief Find the best loop top block for layout. 543 /// out at the top of the loop. This looks for one and only one pattern: 554 // crazy branches. If it has, we need to start with the header at the top to 560 DEBUG(dbgs() << "Finding best loop top for: " 596 DEBUG(dbgs() << " final top: " << getBlockName(BestPred) << "\n"); 604 /// block to layout at the top of the loop. Typically this is done to maximize 612 // within the loop is the best one to layout at the top. However, if the loop 738 MachineBasicBlock *Top = *LoopChain.begin(); 740 for (MachineBasicBlock::pred_iterator PI = Top->pred_begin(), 741 PE = Top->pred_end() [all...] |
/external/llvm/lib/Target/R600/ |
R600ControlFlowFinalizer.cpp | 186 CFStack::StackItem Top = BranchStack.back(); 187 if (Top == CFStack::ENTRY) 190 CurrentSubEntries-= getSubEntrySize(Top);
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glsl_parser.cc | [all...] |
/external/elfutils/0.153/libcpu/ |
i386_parse.c | 971 | TOP (included). | 994 # define YY_STACK_PRINT(Bottom, Top) \ 997 yy_stack_print ((Bottom), (Top)); \ 1044 # define YY_STACK_PRINT(Bottom, Top) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_tnl.c | 441 GLmatrix *m = ctx->ModelviewMatrixStack.Top;
|