Lines Matching refs:ofs
401 int ofs;
409 ofs = tempVtxIdx == u;
410 if( !ofs )
442 graphEdge = graphEdge -> next[ ofs ];
451 ofs = tempVtxIdx == u;
452 if( ofs )
490 graphEdge = graphEdge -> next[ ofs ];
554 int ofs;
560 ofs = vtxIdx == v;
562 if( ofs )
567 hlpGraphEdge = hlpGraphEdge -> next[ ofs ];
578 int ofs;
584 ofs = vtxIdx == v;
586 if( !ofs )
591 hlpGraphEdge = hlpGraphEdge -> next[ ofs ];
620 int ofs;
634 ofs = hlpGraphVtxIdx2 == v;
636 if( ofs )
675 hlpGraphEdge = hlpGraphEdge -> next[ ofs ];
732 int ofs;
742 ofs = u == v;
744 if( !ofs )
760 hlpGraphEdge2 = hlpGraphEdge -> next[ ofs ];
776 hlpGraphEdge = hlpGraphEdge -> next[ ofs ];
814 int ofs;
823 ofs = u == v;
825 if( ofs )
848 hlpGraphEdge2 = hlpGraphEdge -> next[ ofs ];
864 hlpGraphEdge = hlpGraphEdge -> next[ ofs ];