Searched refs:Index2 (Results 1 – 9 of 9) sorted by relevance
/external/vboot_reference/utility/ |
D | efidecompress.c | 563 UINT16 Index2; in DecodeC() local 585 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in DecodeC() 587 if (Index2 >= NC) { in DecodeC() 592 Index2 = Sd->mRight[Index2]; in DecodeC() 594 Index2 = Sd->mLeft[Index2]; in DecodeC() 598 } while (Index2 >= NC); in DecodeC() 603 FillBuf (Sd, Sd->mCLen[Index2]); in DecodeC() 605 return Index2; in DecodeC()
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | BVAlgorithms.h | 96 typedef typename BVH2::Index Index2; in BVIntersect() typedef 109 …std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRoot… in BVIntersect() 239 typedef typename BVH2::Index Index2; in BVMinimize() typedef 242 typedef std::pair<Scalar, std::pair<Index1, Index2> > QueueElement; //first element is priority in BVMinimize()
|
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 287 GLint Index2:(INST_INDEX_BITS+1); /**< Extra bit here for sign bit.
|
D | prog_print.c | 604 srcReg->HasIndex2, srcReg->RelAddr2, srcReg->Index2), in fprint_src_reg()
|
D | ir_to_mesa.cpp | 2243 mesa_reg.Index2 = 0; in mesa_src_reg_from_ir_src_reg()
|
/external/llvm/lib/Analysis/ |
D | CFLAliasAnalysis.cpp | 260 StratifiedIndex Index2) { in getIndexRelation() argument 261 if (Index1 == Index2) in getIndexRelation() 266 if (Current->Below == Index2) in getIndexRelation() 273 if (Current->Above == Index2) in getIndexRelation()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_fp.c | 93 reg.Index2 = 0; in src_reg()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 345 src = src_register( t, SrcReg->File, SrcReg->Index2 ); in translate_src()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 1009 if (Optional<unsigned> Index2 = findAnonymousStructOrUnionIndex(D2)) { in IsStructurallyEquivalent() local 1010 if (*Index1 != *Index2) in IsStructurallyEquivalent() 2590 if (Optional<unsigned> Index2 = in VisitRecordDecl() local 2592 if (*Index1 != *Index2) in VisitRecordDecl()
|