/external/llvm/lib/Analysis/ |
ValueTracking.cpp | 617 Value *Index = I->getOperand(i); 622 unsigned Idx = cast<ConstantInt>(Index)->getZExtValue(); 627 // Handle array index arithmetic. 630 unsigned GEPOpiBits = Index->getType()->getScalarSizeInBits(); 633 ComputeMaskedBits(Index, LocalKnownZero, LocalKnownOne, TD, Depth+1); [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ObjC.stg | 396 state.tokenStartCharIndex = input.index; 756 state.ruleMemo = [[ANTLRRuleStack newANTLRRuleStack:<numRules>+1] retain];<\n> <! index from 1..n !> 777 [self traceIn:\@"<ruleName>_fragment" Index:<ruleDescriptor.index>]; 782 [self traceOut:\@"<ruleName>_fragment" Index:<ruleDescriptor.index>]; 819 if ( state.backtracking > 0 && [self alreadyParsedRule:input RuleIndex:<ruleDescriptor.index>] ) { return <ruleReturnValue()>; } 844 <if(trace)>[self traceIn:\@"<ruleName>" Index:<ruleDescriptor.index>];<endif> 869 <if(trace)>[self traceOut:@"<ruleName>" Index:<ruleDescriptor.index>];<endif [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/ |
MeshHelper.java | 157 // this map's key is the vertex index from 'vertices 'table and the value are indices from 'vertexList'
318 mesh.setBuffer(Type.Index, 1, indices);
324 mesh.setBuffer(Type.Index, 1, indices);
453 * to tell where the basic vertices are referenced in the result vertex lists. The key of the map is the basic vertex index, and its key
457 * the index of the vertex from its basic table
459 * the index of the vertex in its result vertex list
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
LwjglGL1Renderer.java | 617 // Disable lights after the index 772 // -1 index specifies prepare data for 2D Array 776 // this time with the appropriate index [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 462 // If Function attributes are using index 0 then transfer them 463 // to index ~0. Index 0 is used for return value attributes but used to be [all...] |
/external/llvm/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) { 237 for (unsigned i = 0; PAL.getSlot(i).Index <= NumArgs; ++i) 392 // value, only index at which we were inserted counts. 525 // that part and store the results for this index only. 666 // -1 means unused, other numbers are the new index [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | 768 // If Function attributes are using index 0 then transfer them 769 // to index ~0. Index 0 is used for return value attributes but used to be [all...] |
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |
ASTReaderDecl.cpp | [all...] |
/external/chromium/net/disk_cache/ |
backend_impl.cc | 40 const char* kIndexName = "index"; 44 // Note that the actual target is to keep the index table load factor under 55% 76 // and index number. For instance, if the arguments are "/foo", "bar" and 5, it 79 int index) { 81 name.c_str(), index); 727 // followed by saving that to disk, then linking the entry though the index 732 // c. A fully formed entry, reachable only through the index. 777 // Link this entry through the index. [all...] |
/external/clang/lib/CodeGen/ |
CGStmt.cpp | [all...] |
ItaniumCXXABI.cpp | 479 // Get the function pointer (or index if this is a virtual function). 482 uint64_t Index = CGM.getVTableContext().getMethodVTableIndex(MD); 487 uint64_t VTableOffset = (Index * PointerWidth.getQuantity()); [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | 273 // Index 0, folded load and store, no alignment requirement. 569 // Index 1, folded load [all...] |
X86ISelLowering.cpp | 63 /// simple subregister reference. Idx is an index in the 128 bits we 88 // This is the index of the first element of the 128-bit chunk 105 /// simple superregister reference. Idx is an index in the 128 bits 124 // This is the index of the first element of the 128-bit chunk [all...] |
/external/clang/lib/Sema/ |
TreeTransform.h | 566 /// scope index; can be negative 617 /// modifier, size of the array (if known), size expression, and index type 631 /// modifier, (known) size of the array, and index type qualifiers. 642 /// modifier, and index type qualifiers. 652 /// size modifier, size expression, and index type qualifiers. 663 /// size modifier, size expression, and index type qualifiers. [all...] |
/external/clang/lib/AST/ |
Decl.cpp | [all...] |
ItaniumMangle.cpp | 358 void mangleTemplateParameter(unsigned Index); 673 // The bit-index of the next hex digit. [all...] |
/external/clang/lib/Driver/ |
ToolChains.cpp | 778 unsigned Index = Args.getBaseArgs().MakeIndex(A->getValue(Args, 1)); 779 unsigned Prev = Index; 780 Arg *XarchArg = Opts.ParseOneArg(Args, Index); 790 if (!XarchArg || Index > Prev + 1) { [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
VertexBuffer.java | 114 * Specifies the index buffer, must contain integer data 117 Index, 672 * @param elementIndex The element index to modify 673 * @param componentIndex The component index to modify 717 * @param elementIndex The element index 718 * @param componentIndex The component index 759 * @param inIndex The input element index 761 * @param outIndex The output element index 774 * @param inIndex The input element index 776 * @param outIndex The output element index [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm_ocaml.c | [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCCodeEmitter.cpp | 110 void EmitSIBByte(unsigned SS, unsigned Index, unsigned Base, 113 EmitByte(ModRMByte(SS, Index, Base), CurByte, OS); 340 if (// The SIB byte must be used if there is an index register. 381 IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!"); 387 // MOD=0, BASE=5, to JUST get the index, scale, and displacement. 457 // register is used for index in SIB Byte. [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
Delphi.stg | 195 State.RuleMemoCount := <numRules>+1;<\n> <! index from 1..n !> 250 State.TokenStartCharIndex := Input.Index; 479 State.RuleMemoCount := <length(grammar.allImportedRules)>+1;<\n> <! index from 1..n !> 513 TraceIn('<ruleName>_fragment', <ruleDescriptor.index>); 517 TraceOut('<ruleName>_fragment', <ruleDescriptor.index>); 571 if ((State.Backtracking > 0) and AlreadyParsedRule(Input, <ruleDescriptor.index>)) then 669 <if(trace)>TraceIn('<ruleName>', <ruleDescriptor.index>);<endif> 700 <if(trace)>TraceOut("<ruleName>", <ruleDescriptor.index>);<endif> 731 <ruleDescriptor.name>_StartIndex := Input.Index(); 825 Memoize(Input, <ruleDescriptor.index>, <ruleDescriptor.name>_StartIndex) [all...] |
/external/clang/include/clang/AST/ |
Type.h | [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | 96 // A ScopedIndexUpdater temporarily removes an entry from an index, 97 // and restores it to the index when the scope exits. This simplifies 98 // the common pattern where items need to be removed from an index 104 // in the index. 110 typename Index<Indexer>::Set* index) 112 index_(index) { 126 // The entry that was temporarily removed from the index. 128 // The index which we are updating. 129 typename Index<Indexer>::Set* const index_ 1573 MetahandleSet* index; local [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 333 SDValue Index = Op.getOperand(2); 343 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); 346 SDValue ScaledIndex = DAG.getNode(ISD::SHL, dl, MVT::i32, Index, [all...] |