HomeSort by relevance Sort by last modified time
    Searched full:pcell (Results 1 - 2 of 2) sorted by null

  /external/llvm/test/CodeGen/X86/
2009-10-19-EmergencySpill.ll 9 define fastcc void @nodeOverwriteCell(%struct.Rtree* nocapture %pRtree, %struct.RtreeNode* nocapture %pNode, %struct.RtreeCell* nocapture %pCell, i32 %iCell) nounwind ssp {
34 %scevgep = getelementptr %struct.RtreeCell* %pCell, i64 0, i32 1, i64 %indvar ; <%union.RtreeCoord*> [#uses=1]
  /external/freetype/src/smooth/
ftgrays.c 319 typedef struct TCell_* PCell;
326 PCell next;
342 PCell cells;
373 PCell* ycells;
409 ras.ycells = (PCell*) buffer;
467 static PCell
470 PCell *pcell, cell; local
477 pcell = &ras.ycells[ras.ey];
480 cell = *pcell;
    [all...]

Completed in 163 milliseconds