/external/lzma/CPP/7zip/UI/Common/ |
Update.cpp | 74 UInt64 _offsetPos; // offset from start of _streamIndex index
175 unsigned index = _streamIndex;
local 176 if (index >= Sizes.Size())
177 index = Sizes.Size() - 1;
178 UInt64 volSize = Sizes[index];
888 int Index;
896 return MyCompare(a1->Index, a2->Index);
[all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_fpc_translate.c | 184 uint index = source->Register.Index; local 189 if (source->Register.Index >= I915_MAX_TEMPORARY) { 193 src = UREG(REG_TYPE_R, index); 206 sem_name = p->shader->info.input_semantic_name[index]; 207 sem_ind = p->shader->info.input_semantic_index[index]; 246 i915_program_error(p, "Bad source->Index"); 252 assert(index < p->num_immediates); 253 index = p->immediates_map[index]; [all...] |
/external/clang/lib/AST/ |
Expr.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tuner.h | [all...] |
tom.h | 307 virtual HRESULT WINAPI SetIndex(__LONG32 Unit,__LONG32 Index,__LONG32 Extend) = 0; 369 HRESULT (WINAPI *SetIndex)(ITextRange *This,__LONG32 Unit,__LONG32 Index,__LONG32 Extend); 433 #define ITextRange_SetIndex(This,Unit,Index,Extend) (This)->lpVtbl->SetIndex(This,Unit,Index,Extend) [all...] |
amstream.idl | 165 [in] long Index,
|
/external/clang/lib/Parse/ |
ParseDecl.cpp | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 120 unsigned Index); 122 unsigned Index, NamedDecl *D); [all...] |
/external/clang/lib/Format/ |
Format.cpp | 370 size_t Index) { 371 if (Index >= Seq.size()) { 372 assert(Index == Seq.size()); 380 Seq.resize(Index + 1, Template); 382 return Seq[Index]; [all...] |
/external/llvm/lib/Target/Hexagon/AsmParser/ |
HexagonAsmParser.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 60 reg.Index = off.Index; 84 return (dim && fsr) ? fsr->Dimension.Index : reg.Index; 107 return info->immd.data[reg.Index * 4 + getSwizzle(c)]; 136 return (dim && fdr) ? fdr->Dimension.Dimension : reg.Index; 572 insn->Src[s].Register.Index == insn->Dst[0].Register.Index) 793 si = decl->Semantic.Index; [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tree.pas | 276 /// Get the token start index for this subtree; return -1 if no such index 281 /// Get the token stop index for this subtree; return -1 if no such index 310 /// What index is this node in the child list? Range: 0..n-1 317 procedure SetChildIdex(const T: IANTLRInterface; const Index: Integer); 320 /// Replace from start to stop child index of parent with t, which might 342 /// <summary>Get a tree node at an absolute index i; 0..n-1.</summary> 354 /// Return null for LT(0) and any index that results in an absolute address 375 /// Replace from start to stop child index of parent with t, which migh [all...] |
/external/clang/bindings/python/clang/ |
cindex.py | 27 Index 55 # o fix memory management issues (currently client must hold on to index and 501 Common base class for named enumerations held in sync with Index.h values. [all...] |
/external/clang/lib/Sema/ |
SemaTemplateInstantiate.cpp | 608 /// \brief Retrieve the depth and index of a parameter pack. 683 unsigned Depth, Index; 684 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); 685 if (TemplateArgs.hasTemplateArgument(Depth, Index)) { 686 Result = TemplateArgs(Depth, Index); 687 TemplateArgs.setArgument(Depth, Index, TemplateArgument()); 702 unsigned Depth, Index; 703 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); 704 TemplateArgs.setArgument(Depth, Index, Arg); [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIE.cpp | 396 // Index of string in symbol table. 420 // Index of string in symbol table. 609 MCSymbol *Label = DD->getDebugLocs().getList(Index).Label; 614 void DIELocList::print(raw_ostream &O) const { O << "LocList: " << Index; }
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCCodeEmitter.cpp | 94 const MCSubtargetInfo &STI, uint32_t Parse, size_t Index) const { 131 auto i = Instructions.begin() + Index - 1;
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 465 bool SelectAddressRegReg(SDValue N, SDValue &Base, SDValue &Index, 477 bool SelectAddressRegRegOnly(SDValue N, SDValue &Base, SDValue &Index, [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 559 case 'R': // Likewise, plus an index 561 case 'T': // Likewise, plus an index 649 unsigned Index; 651 Constraint.slice(2, Constraint.size() - 1).getAsInteger(10, Index); 652 if (!Failed && Index < 16 && Map[Index]) 653 return std::make_pair(Map[Index], RC); [all...] |
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 84 COLOR_INDEX Color Color index 85 STENCIL_INDEX Stencil Stencil index 99 DEPTH_STENCIL Depth, Depth component, stencil index. 190 the GL is in color index mode, then the color index is obtained." 192 The new format is added to the discussion of Index Lookup. It should 194 ABGR_EXT, LUMINANCE, or LUMINANCE_ALPHA, then the index is used to
|
/external/mesa3d/src/mesa/swrast/ |
s_atifragshader.c | 349 GLint index = inst->SrcReg[optype][i].Index; local 351 if (index >= GL_REG_0_ATI && index <= GL_REG_5_ATI) 353 machine->Registers[index - GL_REG_0_ATI]); 354 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) { 355 if (shader->LocalConstDef & (1 << (index - GL_CON_0_ATI))) { 357 shader->Constants[index - GL_CON_0_ATI]); 360 ctx->ATIFragmentShader.GlobalConstants[index - GL_CON_0_ATI]) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
_dbg_common.h | [all...] |
/external/clang/include/clang-c/ |
Index.h | 1 /*===-- clang-c/Index.h - Indexing Public C Interface -------------*- C -*-===*\ 78 * \brief An "index" that consists of a set of translation units that would 84 * \brief A single translation unit, which resides in an index. 213 * \brief Destroy the given index. 215 * The index must not be destroyed until all of the translation units created 216 * within that index have been destroyed. 218 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index); 699 * \param Index the zero-based diagnostic number to retrieve. 705 unsigned Index); 776 * \param Index the zero-based diagnostic number to retrieve [all...] |
/external/clang/lib/CodeGen/ |
CoverageMappingGen.cpp | 372 /// Returns the index on the stack where the region was pushed. This can be 432 size_t Index = pushRegion(TopCount, getStart(S), getEnd(S)); 435 popRegions(Index); 756 size_t Index = 761 popRegions(Index); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
MemRegion.cpp | 357 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion); 499 << Index << ',' << getElementType().getAsString() << '}'; 1146 SVal index = ER->getIndex(); local [all...] |
/external/clang/unittests/Basic/ |
VirtualFileSystemTest.cpp | 363 int Index = Name[Name.size()-1] - 'a'; 364 ASSERT_TRUE(Index >= 0 && Index < 4); 365 Counts[Index]++; [all...] |