/external/llvm/utils/TableGen/ |
X86DisassemblerTables.cpp | 392 for (unsigned index = 0; index < 256; ++index) { 393 if (decision.instructionIDs[index] != decision.instructionIDs[0]) 396 if (((index & 0xc0) == 0xc0) && 397 (decision.instructionIDs[index] != decision.instructionIDs[0xc0])) 400 if (((index & 0xc0) != 0xc0) && 401 (decision.instructionIDs[index] != decision.instructionIDs[0x00])) 404 if (((index & 0xc0) == 0xc0) && 405 (decision.instructionIDs[index] != decision.instructionIDs[index&0xf8]) [all...] |
AsmMatcherEmitter.cpp | 90 // matches. After that, if the operand to be matched has its index 317 /// The suboperand index within SrcOpName, or -1 for the entire operand. 502 /// suboperand index. 512 /// This does not check the suboperand index. 607 /// \brief An unique index assigned to represent this feature. 608 uint64_t Index; 610 SubtargetFeatureInfo(Record *D, uint64_t Idx) : TheDef(D), Index(Idx) {} 618 errs() << getEnumName() << " " << Index << "\n"; [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.cpp | 87 HRESULT Archive_Get_HardLinkNode(IInArchive *archive, UInt32 index, CHardLinkNode &h, bool &defined)
94 RINOK(archive->GetProperty(index, kpidINode, &prop));
100 RINOK(archive->GetProperty(index, kpidStreamId, &prop));
332 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined)
336 RINOK(_arc->Archive->GetProperty(index, propID, &prop));
426 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode)
445 _index = index;
450 RINOK(_arc->GetItemPath(index, fullPath));
451 RINOK(Archive_IsItem_Folder(archive, index, _fi.IsDir));
457 RINOK(archive->GetProperty(index, kpidPosition, &prop)); 1170 int index = _extractedFolderIndices[pairIndex]; local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_exec.c | 477 * Shorthand locations of various utility registers (_I = Index, _C = Channel) 536 print_temp(const struct tgsi_exec_machine *mach, uint index) 538 const struct tgsi_exec_vector *tmp = &mach->Temps[index]; 540 debug_printf("Temp[%u] =\n", index); 599 ((inst->Src[i].Register.Index == 600 inst->Dst[0].Register.Index) || 1048 const union tgsi_exec_channel *index, 1062 if (index->i[i] < 0) { 1068 const int pos = index->i[i] * 4 + swizzle; 1075 debug_printf("TGSI Exec: const buffer index %d 1189 union tgsi_exec_channel index; local 1363 int index; local 1381 union tgsi_exec_channel index; local 2008 union tgsi_exec_channel index; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adoint.h | 550 virtual HRESULT WINAPI Delete(VARIANT Index) = 0; 566 HRESULT (WINAPI *Delete)(_ADODynaCollection *This,VARIANT Index); 584 #define _ADODynaCollection_Delete(This,Index) (This)->lpVtbl -> Delete(This,Index) 589 HRESULT WINAPI _ADODynaCollection_Delete_Proxy(_ADODynaCollection *This,VARIANT Index); [all...] |
/external/clang/lib/AST/ |
ExprConstant.cpp | 87 /// Get an LValue path entry, which is known to not be an array index, as a 96 /// Get an LValue path entry, which is known to not be an array index, as a 101 /// Get an LValue path entry, which is known to not be an array index, as a 319 /// Index - The call index of this call. 320 unsigned Index; 448 /// NextCallIndex - The next call index to assign. 571 assert(CallIndex && "no call index in getCallFrame"); 572 // We will eventually hit BottomFrame, which has Index 1, so Frame can't 575 while (Frame->Index > CallIndex [all...] |
ASTDiagnostic.cpp | 518 /// NextNode - The index of the next sibling node or 0. 521 /// ChildNode - The index of the first child node or 0. 524 /// ParentNode - The index of the parent node. 575 /// CurrentNode - The index of the current node being used. 578 /// NextFreeNode - The index of the next unused node. Used when creating 582 /// ReadNode - The index of the current node being read. 815 /// Index - the index of the template argument in TST. 816 unsigned Index; 830 Index(0), CurrentTA(nullptr), EndTA(nullptr) [all...] |
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | 128 /// This is the current buffer index we're lexing from as managed by the 673 unsigned Index = 0; 675 if (File.Name.empty() && Index != 0) 676 TokError("unassigned file number: " + Twine(Index) + 678 ++Index; [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
Profiler.cs | 122 int stopIndex, // index or MEMO_RULE_UNKNOWN... 125 Console.WriteLine("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex); 127 //System.out.println("rule "+ruleIndex+" missed @ "+input.index()); 133 //System.out.println("rule "+ruleIndex+" hit @ "+input.index()); 158 int startingLookaheadIndex = parser.TokenStream.Index; 163 " @ " + input.Get(input.Index) + 226 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex); 251 Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.ruleName + "-" + 252 d.decision.decision + " start index " + d.startIndex); 261 // get starting index off stac [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 126 int stopIndex, // index or MEMO_RULE_UNKNOWN... 130 Console.WriteLine("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex); 133 //System.out.println("rule "+ruleIndex+" missed @ "+input.index()); 141 //System.out.println("rule "+ruleIndex+" hit @ "+input.index()); 169 int startingLookaheadIndex = parser.TokenStream.Index; 175 " @ " + input.Get(input.Index) + 245 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex); 276 Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.ruleName + "-" + 277 d.decision.decision + " start index " + d.startIndex); 287 // get starting index off stac [all...] |
/external/llvm/include/llvm/CodeGen/ |
DIE.h | 270 // Index into the .debug_loc vector. 271 size_t Index; 274 DIELocList(size_t I) : Index(I) {} 276 /// getValue - Grab the current index out. 277 size_t getValue() const { return Index; }
|
SlotIndexes.h | 34 /// This class represents an entry in the slot index list held in the 40 unsigned index; member in class:llvm::IndexListEntry 44 IndexListEntry(MachineInstr *mi, unsigned index) : mi(mi), index(index) {} 51 unsigned getIndex() const { return index; } 52 void setIndex(unsigned index) { 53 this->index = index; 57 // When EXPENSIVE_CHECKS is defined, "erased" index list entries wil [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | 325 unsigned Index = SL->getElementContainingOffset(ByteOffset); 326 uint64_t CurEltOffset = SL->getElementOffset(Index); 332 uint64_t EltSize = DL.getTypeAllocSize(CS->getOperand(Index)->getType()); 335 !ReadDataFromGlobal(CS->getOperand(Index), ByteOffset, CurPtr, 339 ++Index; 342 if (Index == CS->getType()->getNumElements()) 346 uint64_t NextEltOffset = SL->getElementOffset(Index); 364 uint64_t Index = ByteOffset / EltSize; 365 uint64_t Offset = ByteOffset - Index * EltSize; 372 for (; Index != NumElts; ++Index) [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
SIISelLowering.cpp | 364 uint64_t Index = BasePtr->getZExtValue(); 365 assert(Index % TypeDwordWidth == 0 && "USER_SGPR not properly aligned"); 366 unsigned SGPRIndex = Index / TypeDwordWidth;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_fragshader.c | 45 const GLuint index = srcReg.Index; local 75 if (index >= GL_REG_0_ATI && index <= GL_REG_5_ATI) 76 reg0 |= (((index - GL_REG_0_ATI)*2) + 10 + useOddSrc) << (5*argPos); 77 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) { 78 if ((*tfactor == 0) || (index == *tfactor)) { 80 reg2 |= (index - GL_CON_0_ATI) << R200_TXC_TFACTOR_SEL_SHIFT; 81 *tfactor = index; [all...] |
/external/clang/lib/CodeGen/ |
CGCleanup.h | 92 /// from this index onwards belong to this scope. 372 void addBranchAfter(llvm::ConstantInt *Index, 376 ExtInfo.BranchAfters.push_back(std::make_pair(Block, Index));
|
/external/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 280 unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Ty, int Index, 293 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { 419 // We assume that the cost of Scalar GEP with constant index and the 420 // cost of Vector GEP with splat constant index are the same. 438 // For structures the index is always splat or scalar constant 439 assert(ConstIdx && "Unexpected GEP index");
|
/external/llvm/include/llvm/Target/ |
TargetRegisterInfo.h | 247 // Pointer to array of lane masks, one per sub-reg index. 275 /// frame index in a variable that normally holds a register. isStackSlot() 286 /// Compute the frame index from a register value representing a stack slot. 292 /// Convert a non-negative frame index to a stack slot register value. 294 assert(FI >= 0 && "Cannot hold a negative frame index."); 312 /// Convert a virtual register number to a 0-based index. 313 /// The first virtual register in a function will get the index 0. 319 /// Convert a 0-based index to a virtual register number. 321 static unsigned index2VirtReg(unsigned Index) { 322 return Index | (1u << 31) [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFFormValue.cpp | 530 uint32_t Index = Value.uval; 532 if (!U || !U->getAddrOffsetSectionItem(Index, Result))
|
/external/llvm/test/MC/Mips/ |
oddspreg.s | 40 # CHECK-OBJ-ALL: Index: 5
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_drawpixels.c | 89 inst[0].DstReg.Index == FRAG_RESULT_COLOR && 92 inst[0].SrcReg[0].Index == FRAG_ATTRIB_COL0 && 235 p->Instructions[ic].DstReg.Index = FRAG_RESULT_DEPTH; 238 p->Instructions[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0; 245 p->Instructions[ic].DstReg.Index = FRAG_RESULT_COLOR; 247 p->Instructions[ic].SrcReg[0].Index = FRAG_ATTRIB_COL0; 255 p->Instructions[ic].DstReg.Index = FRAG_RESULT_STENCIL; 258 p->Instructions[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0; [all...] |
/external/webrtc/webrtc/modules/video_capture/windows/ |
sink_filter_ds.cc | 408 CaptureSinkFilter::GetPin(IN int Index) 412 if (Index == 0)
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceInfoSettings.java | 42 import com.android.settings.search.Index; 259 // This is good time to index the Developer Options 260 Index.getInstance(
|
HomeSettings.java | 55 import com.android.settings.search.Index; 80 Index.getInstance(context).updateFromClassNameResource( 103 int index = (Integer)v.getTag(); 104 HomeAppPreference pref = mPrefs.get(index); 114 int index = (Integer)v.getTag(); 115 uninstallApp(mPrefs.get(index)); 286 int index; field in class:HomeSettings.HomeAppPreference 305 index = i; 350 Integer indexObj = new Integer(index); 393 // We index Home Launchers only if there are more than one or if we are showing th [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
portcls.h | 423 IN ULONG Index) PURE; 427 IN ULONG Index) PURE; 436 IN ULONG Index) PURE; 450 IN ULONG Index); \ 454 IN ULONG Index); \ 463 IN ULONG Index); \ 941 IN ULONG Index, 955 IN ULONG Index, 990 IN ULONG Index, \ 1004 IN ULONG Index, \ [all...] |